pub type SpecificEntropy = Quantity<ISQ<P2, Z0, N2, Z0, N1, Z0, Z0>, SI<f64>, f64>;Expand description
Specific entropy, J/kg·K in SI.
Aliased Type§
#[repr(transparent)]pub struct SpecificEntropy {
pub dimension: PhantomData<dyn Dimension<T = NInt<UInt<UInt<UTerm, B1>, B0>>, Kind = dyn Kind, M = Z0, J = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, N = Z0, I = Z0, Th = NInt<UInt<UTerm, B1>>>>,
pub units: PhantomData<dyn Units<f64, amount_of_substance = mole, mass = kilogram, time = second, electric_current = ampere, length = meter, thermodynamic_temperature = kelvin, luminous_intensity = candela>>,
pub value: f64,
}Fields§
§dimension: PhantomData<dyn Dimension<T = NInt<UInt<UInt<UTerm, B1>, B0>>, Kind = dyn Kind, M = Z0, J = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, N = Z0, I = Z0, Th = NInt<UInt<UTerm, B1>>>>Quantity dimension. See Dimension.
units: PhantomData<dyn Units<f64, amount_of_substance = mole, mass = kilogram, time = second, electric_current = ampere, length = meter, thermodynamic_temperature = kelvin, luminous_intensity = candela>>Quantity base units. See Units.
value: f64Quantity value stored in the base units for the quantity.