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