pub type ThermalTransmittance<T = f64> = Quantity<T, _ThermalTransmittance>;
pub struct ThermalTransmittance<T = f64>(/* private fields */);