thermal_lumped
Estimate lumped transient warm-up without meshing: compute steady-state temperature rise, time constant, final temperature, and radiation significance from mass, power, convection, and area.
Instructions
Lumped first-order transient warm-up (no mesh). ΔT_ss = P/(h·A),
τ = m·c_p/(h·A), T(t) = T_amb + ΔT_ss·(1−e^(−t/τ)). c_p is an explicit
value/quantity-string ('900 J/kg/K') or read from material. Get h_conv from
the h_estimate correlation screen rather than guessing. With duration_s
the temperature + fraction-of-steady reached are returned. A radiation screen
flags when the steady-state radiative HTC exceeds h_conv. Returns
{t_ambient_c, delta_t_steady_k, t_steady_c, time_constant_s, t_final_c,
reached_steady_pct, h_rad_w_m2k, radiation_significant}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| c_p | No | ||
| h_conv | Yes | ||
| mass_g | Yes | ||
| power_w | Yes | ||
| area_mm2 | Yes | ||
| material | No | ||
| duration_s | No | ||
| emissivity | No | ||
| t_ambient_c | No |