Skip to main content

Conductance

Type Alias Conductance 

Source
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

Source

pub fn w_per_k(v: f64) -> Conductance

Watts per kelvin.

Trait Implementations§

Source§

impl Mul<Qty<0, 0, 0, 0, 1, 0, 0>> for Conductance

Source§

type Output = Qty<2, 1, -3, 0, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Temperature) -> Power

Performs the * operation. Read more
Source§

impl Mul<Qty<0, 0, 1, 0, 0, 0, 0>> for Conductance

Source§

type Output = Qty<2, 1, -2, 0, -1, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Time) -> HeatCapacity

Performs the * operation. Read more