Molarweight

Trait Molarweight 

Source
pub trait Molarweight<N: Dim = Dyn, D: DualNum<f64> + Copy = f64>{
    // Required method
    fn molar_weight(&self) -> MolarWeight<OVector<D, N>>;
}
Expand description

Molar weight of all components.

Enables calculation of (mass) specific properties.

Required Methods§

Implementors§

Source§

impl Molarweight for PengRobinson

Source§

impl<C: Deref<Target = T>, T: Molarweight<N, D>, N: Dim, D: DualNum<f64> + Copy> Molarweight<N, D> for C