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.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FanRatedInfo Struct Reference

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}}]\).
 

Detailed Description

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.

Definition at line 26 of file fan203.h.

Constructor & Destructor Documentation

◆ FanRatedInfo()

FanRatedInfo::FanRatedInfo ( double  fan_speed,
double  motor_speed,
double  fan_speed_corrected,
double  density_corrected,
double  pressure_barometric_corrected 
)
inline
Parameters
[in]fan_speedFan speed \([\unit{\revolutionsPerMinute}]\)
[in]motor_speedMotor speed \([\unit{\revolutionsPerMinute}]\)
[in]fan_speed_correctedFan speed corrected to reference conditions \([\unit{\revolutionsPerMinute}]\)
[in]density_correctedGas density corrected to reference conditions \([\unit{\pound\per\foot\cubed}]\)
[in]pressure_barometric_correctedBarometric pressure corrected to reference conditions \([\unit{\inch\of{Hg}}]\)

Definition at line 44 of file fan203.h.

Member Data Documentation

◆ density_corrected

double FanRatedInfo::density_corrected

Definition at line 30 of file fan203.h.

◆ fan_speed

double FanRatedInfo::fan_speed

Definition at line 27 of file fan203.h.

◆ fan_speed_corrected

double FanRatedInfo::fan_speed_corrected

Definition at line 29 of file fan203.h.

◆ motor_speed

double FanRatedInfo::motor_speed

Definition at line 28 of file fan203.h.

◆ pressure_barometric_corrected

double FanRatedInfo::pressure_barometric_corrected

Definition at line 32 of file fan203.h.


The documentation for this struct was generated from the following file: