|
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.
|
\begin{equation}\label{eq:gas-load-charge-material-sensible-heat-gas-cpp} Q_{gas} = (1 - f_{vapor}) \cdot m_{feed} \cdot C_{p,gas} \cdot (T_{discharge} - T_{initial})\end{equation}
| \(Q_{gas}\) | Sensible heat for gas \([\unit{ \btu\per\hour}]\) |
| \(f_{vapor}\) | Fraction of vapor in gas mixture \([\unit{ 1}]\) |
| \(m_{feed}\) | Feed rate for gas mixture \([\unit{ \pound\per\hour}]\) |
| \(C_{p,gas}\) | Specific heat of gas \([\unit{ \btu\per\pound\degreeFahrenheit}]\) |
| \(T_{discharge}\) | Discharge temperature \([\unit{ \degreeFahrenheit}]\) |
| \(T_{initial}\) | Initial temperature \([\unit{ \degreeFahrenheit}]\) |