pub type Conductance = Qty<2, 1, -3, 0, -1, 0, 0>;Expand description
W·K⁻¹ — how fast heat crosses a joint, UA.
Dimensionally Power per Temperature, and equivalently ThermalConductivity times
a Length, which is the physically meaningful reading: kA/L. It is what a contact
resistance is measured in — a bolted joint, a winding pressed into a stator — and those have
no bulk conductivity to be derived from, which is why the quantity exists in its own right.
Aliased Type§
pub struct Conductance(/* private fields */);Implementations§
Source§impl Conductance
impl Conductance
Sourcepub fn w_per_k(v: f64) -> Conductance
pub fn w_per_k(v: f64) -> Conductance
Watts per kelvin.