pub type HeatCapacity = Qty<2, 1, -2, 0, -1, 0, 0>;Expand description
J·K⁻¹ — mass times specific heat. How much heat a thing can hide before it shows up as a temperature.
Aliased Type§
pub struct HeatCapacity(/* private fields */);Implementations§
Source§impl HeatCapacity
impl HeatCapacity
Sourcepub fn j_per_k(v: f64) -> HeatCapacity
pub fn j_per_k(v: f64) -> HeatCapacity
Joules per kelvin. The companion to Conductance::w_per_k: their ratio is a time
constant, and the type system says so.