double netFluxOut(const SimulationContext &ctx, const HeatElement &elem, double t_w) noexcept
Net outward surface flux at t_w, summed over every enabled module [W/m²].
Definition HeatFluxes.cpp:68
void applyHeatFluxes(SimulationContext &ctx, double dt)
Apply one step of surface heat exchange to every exchanging node and link.
Definition HeatFluxes.cpp:79
Central, reentrant simulation context.
Definition SimulationContext.hpp:353