thermal_composite_wall
Compute overall U-value, total thermal resistance, heat flux, and interface temperatures for a plane composite wall using exact series resistance with optional convection films.
Instructions
Exact series thermal-resistance network of a plane composite wall (NO solver)
— the classic overall-U calculation and the conjugate-heat-transfer family's
closed-form oracle. layers is the in→out list of solid layers, each
{thickness_mm, k | material} (k in W/m·K, or a Materials-DB name); h_in/h_out
are optional convection film coefficients (W/m²K). Per unit area
R = 1/h_in + Σ tᵢ/kᵢ + 1/h_out, U = 1/R, q = U·(t_in − t_out), and every
surface/interface temperature follows exactly.
Returns {u_w_m2k, r_total_m2k_w, q_w_m2, q_w, layer_resistances_m2k_w, interface_temps_c (inner surface → outer surface), t_in_c, t_out_c, area_m2}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h_in | No | ||
| h_out | No | ||
| layers | Yes | ||
| t_in_c | Yes | ||
| area_m2 | No | ||
| t_out_c | Yes |