pub type SpecificHeat = Qty<2, 0, -2, 0, -1, 0, 0>;Expand description
J·kg⁻¹·K⁻¹ — the c_p that says how much heat a gram of glass can hide.
Aliased Type§
pub struct SpecificHeat(/* private fields */);Implementations§
Source§impl SpecificHeat
impl SpecificHeat
Sourcepub fn j_per_kg_k(v: f64) -> SpecificHeat
pub fn j_per_kg_k(v: f64) -> SpecificHeat
J·kg⁻¹·K⁻¹, the unit a materials table uses.
Trait Implementations§
Source§impl Mul<Qty<0, 0, 0, 0, 1, 0, 0>> for SpecificHeat
impl Mul<Qty<0, 0, 0, 0, 1, 0, 0>> for SpecificHeat
Source§fn mul(self, rhs: Temperature) -> LatentHeat
fn mul(self, rhs: Temperature) -> LatentHeat
Performs the
* operation. Read more