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.
|
Stores measured and reference-corrected fan and motor operating data for AMCA 203 calculations. More...
#include <fan203.h>
Public Member Functions | |
FanRatedInfo (double fan_speed, double motor_speed, double fan_speed_corrected, double density_corrected, double pressure_barometric_corrected) | |
Constructor for FanRatedInfo. | |
Public Attributes | |
double | fan_speed |
Fan speed \([\unit{\revolutionsPerMinute}]\). | |
double | motor_speed |
Motor speed \([\unit{\revolutionsPerMinute}]\) | |
double | fan_speed_corrected |
Fan speed corrected to reference conditions \([\unit{\revolutionsPerMinute}]\). | |
double | density_corrected |
Gas density corrected to reference conditions \([\unit{\pound\per\foot\cubed}]\). | |
double | pressure_barometric_corrected |
Barometric pressure corrected to reference conditions \([\unit{\inch\of{Hg}}]\). | |
This struct encapsulates both as-tested and reference-corrected values for fan speed, motor speed, gas density, and barometric pressure, as required by the AMCA 203 standard. These values are used to convert measured fan performance data to standardized reference conditions, enabling consistent comparison and evaluation of fan performance across different test environments.
|
inline |
[in] | fan_speed | Fan speed \([\unit{\revolutionsPerMinute}]\) |
[in] | motor_speed | Motor speed \([\unit{\revolutionsPerMinute}]\) |
[in] | fan_speed_corrected | Fan speed corrected to reference conditions \([\unit{\revolutionsPerMinute}]\) |
[in] | density_corrected | Gas density corrected to reference conditions \([\unit{\pound\per\foot\cubed}]\) |
[in] | pressure_barometric_corrected | Barometric pressure corrected to reference conditions \([\unit{\inch\of{Hg}}]\) |