uom icon indicating copy to clipboard operation
uom copied to clipboard

Units of measurement -- type-safe zero-cost dimensional analysis

Results 151 uom issues
Sort by recently updated
recently updated
newest added

Related to #231, but I think it's complementary. Right now, the generated [`Unit` trait](https://docs.rs/uom/0.33.0/uom/si/trait.Unit.html) makes it difficult to write methods that work generically over different types of `Unit`s. For example:...

The [dimensioned](https://docs.rs/dimensioned/latest/dimensioned/index.html) crate allows us to multiply raw float values with a unit to produce a quantity: ``` let length: Meter = 3.0 * M; ``` In uom, this would...

As discussed [here](https://github.com/iliekturtles/uom/pull/307#issuecomment-1231585152)

Add quantity for molality [AmountOfSubstance / Mass]

Adding quantity for volumetric heat capacity [Energy / (TemperatureInterval * Volume)] with units - Joule per cubic meter kelvin - Calorie per cubic meter kelvin

Adding electrical mobility:[Velocity / Electric Field, m2/v/s], a ratio of charged particle average velocity in medium to the electric field. Basic unit is m2/v/s, and a derived unit of cm2/v/s...

Adding ElectricDipoleMoment quantity [ElectricCharge * Length], and ElectricQuadrupoleMoment quantity [ElectricCharge * Area] units of EDM: - Coulomb * meter [base unit] - Debye == statcoulomb * angstrom, numerically equal to...

Adding quantity for Action [Energy x Time] with units: - joule second - erg second - eV second - reduced Planck constant as an atomic unit of action - "normal"...

Adding new quantities: - ReciprocalAmountOfSubstance [Avogadro constant] - MolarElectricCharge [Faraday constant] - NewtonianConstantOfGravitation [G] - StefanBoltzmannConstant [σ] - Coulomb constant. ~~The tests will fail untill ElectricPermittivity from #332 is merged.~~

Adding quantities for radioactivity: - Radioactivity, 1 / Time, Kind = Concentration [Becquerel, Curie, decays per minute] - SpecificRadioactivity, Radioactivity / Mass - MolarRadioactivity, Radioactivity / AmountOfSubstance - Potential VolumetricRatioactivity...