Skip to main content

thermal_resistance

Function thermal_resistance 

pub fn thermal_resistance(
    thickness_m: f64,
    area_m2: f64,
    conductivity_w_per_mk: f64,
) -> Result<f64, ConductivityError>