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