|
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:mod-without-unload-power-from-airflow} P = (P_{FL} - P_{NL})f_Q^m + P_{NL} \end{equation}
\begin{equation}\label{eq:mod-without-unload-airflow-from-power} Q = Q_{FL}\left(\frac{f_PP_{FL} - P_{NL}}{P_{FL} - P_{NL}}\right)^{1/m} \end{equation}
For helper mode, the power floor is the maximum modulating power and the high anchor is the maximum package power:
\begin{equation}\label{eq:mod-without-unload-helper-power-from-airflow} P = (P_{max} - P_{max,mod})f_Q^m + P_{max,mod} \end{equation}
\begin{equation}\label{eq:mod-without-unload-helper-airflow-from-power} Q = Q_{FL}\left(\frac{f_PP_{FL} - P_{max,mod}}{P_{max} - P_{max,mod}}\right)^{1/m} \end{equation}
| \(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}]\) |
| \(P_{NL}\) | No-load package power \([\unit{ \kilo\watt}]\) |
| \(P_{max}\) | Maximum package power in helper mode \([\unit{ \kilo\watt}]\) |
| \(P_{max,mod}\) | Maximum modulating power floor \([\unit{ \kilo\watt}]\) |
| \(f_P\) | Fraction of full-load power \([\unit{ \unitless}]\) |
| \(f_Q\) | Fraction of full-load airflow \([\unit{ \unitless}]\) |
| \(m\) | Modulation exponent \([\unit{ \unitless}]\) |