Skip to content

Commit f34f5a3

Browse files
Remove outdated TODO comments for various scientific domains in Units.cs to streamline the codebase and improve maintainability.
1 parent 616ed52 commit f34f5a3

1 file changed

Lines changed: 0 additions & 86 deletions

File tree

Semantics/Quantities/Core/Units.cs

Lines changed: 0 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -459,90 +459,4 @@ public static class Units
459459

460460
/// <summary>Gram per liter - Common density unit for liquids.</summary>
461461
public static readonly IUnit GramPerLiter = new Unit("gram per liter", "g/L", PhysicalDimensions.Density, UnitSystem.SIDerived, 1.0);
462-
463-
//TODO: === REMAINING FLUID DYNAMICS DOMAIN ===
464-
// Flow Rate Units: cubic meters per second (m³/s), liters per minute (L/min), gallons per minute (GPM)
465-
// Viscosity Units: pascal-second (Pa·s), poise (P), centipoise (cP)
466-
// Surface Tension Units: newtons per meter (N/m), dynes per centimeter (dyn/cm)
467-
// Reynolds Number: dimensionless [1]
468-
469-
//TODO: === THERMODYNAMICS DOMAIN ===
470-
// Heat Units: joule (J), calorie (cal), British thermal unit (BTU)
471-
// Heat Capacity Units: joules per kelvin (J/K), calories per kelvin (cal/K)
472-
// Specific Heat Units: joules per kilogram-kelvin (J/(kg·K))
473-
// Thermal Conductivity Units: watts per meter-kelvin (W/(m·K))
474-
// Entropy Units: joules per kelvin (J/K)
475-
// Heat Transfer Coefficient Units: watts per square meter-kelvin (W/(m²·K))
476-
// Thermal Expansion Coefficient Units: per kelvin (K⁻¹)
477-
478-
//TODO: === ELECTROMAGNETICS DOMAIN ===
479-
// Magnetic Field Units: tesla (T), gauss (G)
480-
// Magnetic Flux Units: weber (Wb), maxwell (Mx)
481-
// Inductance Units: henry (H), millihenry (mH), microhenry (μH)
482-
// Magnetic Permeability Units: henries per meter (H/m)
483-
// Electric Field Units: volts per meter (V/m), newtons per coulomb (N/C)
484-
// Electric Flux Units: volt-meters (V·m)
485-
// Permittivity Units: farads per meter (F/m)
486-
487-
//TODO: === MATERIALS SCIENCE DOMAIN ===
488-
// Stress Units: pascal (Pa), pounds per square inch (psi), bars
489-
// Strain Units: dimensionless [1], percent (%)
490-
// Elastic Modulus Units: pascal (Pa), gigapascals (GPa)
491-
// Yield Strength Units: pascal (Pa), megapascals (MPa)
492-
// Hardness Units: Brinell (HB), Rockwell (HRC), Vickers (HV)
493-
// Fracture Toughness Units: pascal-square root meter (Pa·√m)
494-
495-
//TODO: === NUCLEAR & RADIATION DOMAIN ===
496-
// Radioactivity Units: becquerel (Bq), curie (Ci)
497-
// Absorbed Dose Units: gray (Gy), rad
498-
// Dose Equivalent Units: sievert (Sv), rem
499-
// Exposure Units: coulombs per kilogram (C/kg), roentgen (R)
500-
// Cross Section Units: barn (b), square meters (m²)
501-
// Half-Life Units: seconds (s), years (yr)
502-
503-
//TODO: === OPTICS & PHOTONICS DOMAIN ===
504-
// Luminous Efficacy Units: lumens per watt (lm/W)
505-
// Illuminance Units: lux (lx), foot-candles (fc)
506-
// Luminance Units: candelas per square meter (cd/m²), nits
507-
// Wavelength Units: meters (m), nanometers (nm), angstroms (Å)
508-
// Frequency Units: hertz (Hz), terahertz (THz)
509-
// Refractive Index Units: dimensionless [1]
510-
// Optical Power Units: diopters (D)
511-
512-
//TODO: === ASTRONOMY & COSMOLOGY DOMAIN ===
513-
// Distance Units: astronomical unit (AU), light-year (ly), parsec (pc)
514-
// Stellar Magnitude Units: dimensionless [1]
515-
// Solar Mass Units: kilograms (kg), solar masses (M☉)
516-
// Redshift Units: dimensionless [1]
517-
// Angular Resolution Units: arcseconds ("), milliarcseconds (mas)
518-
// Flux Density Units: janskys (Jy), watts per square meter per hertz (W/(m²·Hz))
519-
520-
//TODO: === GEOPHYSICS DOMAIN ===
521-
// Seismic Velocity Units: meters per second (m/s), kilometers per second (km/s)
522-
// Earthquake Magnitude Units: Richter scale [1], moment magnitude [1]
523-
// Gravity Units: meters per second squared (m/s²), gals (Gal)
524-
// Magnetic Declination Units: degrees (°), radians (rad)
525-
// Atmospheric Pressure Units: pascal (Pa), millibars (mbar), inches of mercury (inHg)
526-
527-
//TODO: === QUANTUM MECHANICS DOMAIN ===
528-
// Action Units: joule-seconds (J·s), reduced Planck constant (ℏ)
529-
// Wave Number Units: per meter (m⁻¹), per centimeter (cm⁻¹)
530-
// Angular Momentum Units: joule-seconds (J·s), reduced Planck constant (ℏ)
531-
// Magnetic Moment Units: joules per tesla (J/T), Bohr magnetons (μB)
532-
// Cross Section Units: square meters (m²), barns (b)
533-
534-
//TODO: === BIOCHEMISTRY DOMAIN ===
535-
// Molarity Units: moles per liter (mol/L), millimolar (mM)
536-
// Enzyme Activity Units: katal (kat), enzyme units (U)
537-
// pH Units: dimensionless [1]
538-
// Buffer Capacity Units: moles per liter per pH unit (mol/(L·pH))
539-
// Dissociation Constant Units: molar (M)
540-
541-
//TODO: === ACOUSTICS DOMAIN ===
542-
// Sound Pressure Units: pascal (Pa), micropascals (μPa)
543-
// Sound Intensity Units: watts per square meter (W/m²)
544-
// Sound Power Units: watts (W), acoustic watts
545-
// Decibel Units: dimensionless [1] (logarithmic scale)
546-
// Acoustic Impedance Units: pascal-seconds per meter (Pa·s/m)
547-
// Reverberation Time Units: seconds (s)
548462
}

0 commit comments

Comments
 (0)