pub trait Molarweight<N: Dim = Dyn, D: DualNum<f64> + Copy = f64>where
DefaultAllocator: Allocator<N>,{
// Required method
fn molar_weight(&self) -> MolarWeight<OVector<D, N>>;
}Expand description
Molar weight of all components.
Enables calculation of (mass) specific properties.