|
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.
|
Each control model first determines the power and airflow fractions for the requested input basis. The final reported power and airflow are then reconstructed from the full-load reference values.
\begin{equation}\label{eq:compressor-assessment-result-power} P_{calc} = f_P \cdot P_{FL} \end{equation}
\begin{equation}\label{eq:compressor-assessment-result-airflow} Q_{calc} = f_Q \cdot Q_{FL} \end{equation}
| \(P_{calc}\) | Calculated compressor package power \([\unit{ \kilo\watt}]\) |
| \(Q_{calc}\) | Calculated compressor airflow \([\unit{ \acfm}]\) |
| \(f_P\) | Fraction of full-load package power \([\unit{ \unitless}]\) |
| \(f_Q\) | Fraction of full-load airflow \([\unit{ \unitless}]\) |
| \(P_{FL}\) | Full-load package power \([\unit{ \kilo\watt}]\) |
| \(Q_{FL}\) | Full-load airflow \([\unit{ \acfm}]\) |