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 | Private Attributes | List of all members
FanEnergyIndex Class Reference

#include <FanEnergyIndex.h>

Public Member Functions

 FanEnergyIndex (const double flowRate, const double inletPressure, const double outletPressure, const double airDensity, const double motorPower)
 
double calculateEnergyIndex ()
 

Private Attributes

const double flowRate
 
const double inletPressure
 
const double outletPressure
 
const double airDensity
 
const double motorPower
 

Detailed Description

Constructor for Fan Energy Index Calculates Fan Energy Index

Definition at line 16 of file FanEnergyIndex.h.

Constructor & Destructor Documentation

◆ FanEnergyIndex()

FanEnergyIndex::FanEnergyIndex ( const double  flowRate,
const double  inletPressure,
const double  outletPressure,
const double  airDensity,
const double  motorPower 
)
inline
Parameters
flowRate,double,flowrate in cfm
inletPressure,double,pressureof inlet in inch ws
outletPressure,double,pressureof outlet in inch ws
airDensity,double,densityof air in lbm/ft
motorPower,doublepower of motor in kW

Definition at line 25 of file FanEnergyIndex.h.

Member Function Documentation

◆ calculateEnergyIndex()

double FanEnergyIndex::calculateEnergyIndex ( )
inline
Parameters
pressure,double,pressurein inch wc
outletPressure,double,pressureof outlet in inch ws
inletPressure,double,pressurein inlet in inch ws
referencepower,doublein hp
kWreferencepower,doublein kW
efficiency1,double,asa fraction
efficiency2,double,asa fraction
motorPower,double,powerof motor in kW
Returns
fan energy index, double

Definition at line 41 of file FanEnergyIndex.h.

Member Data Documentation

◆ airDensity

const double FanEnergyIndex::airDensity
private

Definition at line 66 of file FanEnergyIndex.h.

◆ flowRate

const double FanEnergyIndex::flowRate
private
Parameters
flowRate,double,flowrate in cfm
inletPressure,double,pressureof inlet in inch ws
outletPressure,double,pressureof outlet in inch ws
airDensity,double,densityof air in lbm/ft
motorPower,double,powerof motor in kW

Definition at line 66 of file FanEnergyIndex.h.

◆ inletPressure

const double FanEnergyIndex::inletPressure
private

Definition at line 66 of file FanEnergyIndex.h.

◆ motorPower

const double FanEnergyIndex::motorPower
private

Definition at line 66 of file FanEnergyIndex.h.

◆ outletPressure

const double FanEnergyIndex::outletPressure
private

Definition at line 66 of file FanEnergyIndex.h.


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