|
MEASUR-Tools-Suite v1.2.4
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:start-stop-average-fraction} f_{avg} = \frac{f_{P,FL} + f_{P,max}}{2} \end{equation}
\begin{equation}\label{eq:start-stop-power-from-airflow} P = f_{avg} f_Q P_{FL} \end{equation}
\begin{equation}\label{eq:start-stop-airflow-from-power} Q = Q_{FL}\frac{f_P}{f_{avg}} \end{equation}
| \(f_{avg}\) | Average cycling power fraction \([\unit{ \unitless}]\) |
| \(f_{P,FL}\) | Full-load power fraction \([\unit{ \unitless}]\) |
| \(f_{P,max}\) | Maximum power fraction \([\unit{ \unitless}]\) |
| \(P\) | Calculated package power \([\unit{ \kilo\watt}]\) |
| \(Q\) | Calculated airflow \([\unit{ \acfm}]\) |
| \(P_{FL}\) | Full-load package power \([\unit{ \kilo\watt}]\) |
| \(Q_{FL}\) | Full-load airflow \([\unit{ \acfm}]\) |
| \(f_P\) | Fraction of full-load power \([\unit{ \unitless}]\) |
| \(f_Q\) | Fraction of full-load airflow \([\unit{ \unitless}]\) |