|
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.
|
The total heat required when discharge temperature is below vaporizing temperature.
\begin{equation}\label{eq:liquid-load-charge-material-sensible-heat-cpp} Q_{liq} = m_{feed} \cdot C_{p,liq} \cdot (T_{discharge} - T_{initial})\end{equation}
| \(Q_{liq}\) | Heat required for liquid heating \([\unit{ \btu\per\hour}]\) |
| \(m_{feed}\) | Charge (liquid) feed rate \([\unit{ \pound\per\hour}]\) |
| \(C_{p,liq}\) | Specific heat of liquid \([\unit{ \btu\per\pound\degreeFahrenheit}]\) |
| \(T_{discharge}\) | Discharge temperature \([\unit{ \degreeFahrenheit}]\) |
| \(T_{initial}\) | Initial temperature \([\unit{ \degreeFahrenheit}]\) |