|
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.
|
Methods named calculateFromElectrical convert voltage, current, and power factor to measured package power before applying the same model-specific measured-power path. The constant 1.732 is the square root of three rounded to the legacy value.
\begin{equation}\label{eq:compressor-assessment-electrical-power} P_{meas} = \frac{V \cdot I \cdot PF \cdot 1.732}{1000} \end{equation}
| \(P_{meas}\) | Measured three-phase package power \([\unit{ \kilo\watt}]\) |
| \(V\) | Line voltage \([\unit{ \volt}]\) |
| \(I\) | Current \([\unit{ \ampere}]\) |
| \(PF\) | Power factor \([\unit{ \unitless}]\) |
| \(1.732\) | Legacy square-root-of-three constant \([\unit{ \unitless}]\) |
| \(1000\) | Watt-to-kilowatt conversion \([\unit{ \watt\per\kilo\watt}]\) |