MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches

If the calculated outlet water temperature exceeds the safe boiling point, the heat gain rate is recalculated based on the temperature rise limited to the safe boiling point. The adjusted heat gain rate uses the water heat capacity, temperature difference, and volumetric flow rate. The factor of 1000 converts the water density from kg/m³ to proper units.

\begin{equation}\label{eq:water-heating-steam-adjusted-heat-gain-rate} \dot{Q}_{gain,adj} = 1000 \cdot C_{p,w} \cdot (T_{bp,safe} - T_{w,in}) \cdot \dot{V}_{water}\end{equation}

Symbols
\(\dot{Q}_{gain,adj}\)Adjusted heat gain rate \([\unit{ \kilo\joule\per\hour}]\)
\(C_{p,w}\)Water specific heat - see physics::si::kSpecificHeatWater \([\unit{ \kilo\joule\per\kilogram\kelvin}]\)
\(T_{bp,safe}\)Safe boiling point temperature \([\unit{ \kelvin}]\)
\(T_{w,in}\)Inlet water temperature \([\unit{ \kelvin}]\)
\(\dot{V}_{water}\)Water volumetric flow rate \([\unit{ \meter\cubed\per\hour}]\)