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
FanResult::Output Struct Reference

Public Member Functions

 Output (double fanEfficiency, const double motorRatedPower, const double motorShaftPower, const double fanShaftPower, double motorEfficiency, double motorPowerFactor, const double motorCurrent, const double motorPower, const double annualEnergy, double annualCost, const double fanEnergyIndex, const double loadFactor, double driveEfficiency, const double estimatedFLA=0)
 
 Output (const MotorShaftPower::Output output, double fanEfficiency, const double motorRatedPower, const double fanShaftPower, const double annualEnergy, double annualCost, const double fanEnergyIndex, const double loadFactor, double driveEfficiency, const double estimatedFLA=0)
 

Public Attributes

double fanEfficiency
 
const double motorRatedPower
 
const double motorShaftPower
 
const double fanShaftPower
 
double motorEfficiency
 
double motorPowerFactor
 
const double motorCurrent
 
const double motorPower
 
const double annualEnergy
 
double annualCost
 
const double fanEnergyIndex
 
const double loadFactor
 
double driveEfficiency
 
const double estimatedFLA
 

Detailed Description

Definition at line 77 of file FanResult.h.

Constructor & Destructor Documentation

◆ Output() [1/2]

FanResult::Output::Output ( double  fanEfficiency,
const double  motorRatedPower,
const double  motorShaftPower,
const double  fanShaftPower,
double  motorEfficiency,
double  motorPowerFactor,
const double  motorCurrent,
const double  motorPower,
const double  annualEnergy,
double  annualCost,
const double  fanEnergyIndex,
const double  loadFactor,
double  driveEfficiency,
const double  estimatedFLA = 0 
)
inline

Definition at line 78 of file FanResult.h.

◆ Output() [2/2]

FanResult::Output::Output ( const MotorShaftPower::Output  output,
double  fanEfficiency,
const double  motorRatedPower,
const double  fanShaftPower,
const double  annualEnergy,
double  annualCost,
const double  fanEnergyIndex,
const double  loadFactor,
double  driveEfficiency,
const double  estimatedFLA = 0 
)
inline

Definition at line 88 of file FanResult.h.

Member Data Documentation

◆ annualCost

double FanResult::Output::annualCost

Definition at line 101 of file FanResult.h.

◆ annualEnergy

const double FanResult::Output::annualEnergy

Definition at line 100 of file FanResult.h.

◆ driveEfficiency

double FanResult::Output::driveEfficiency

Definition at line 103 of file FanResult.h.

◆ estimatedFLA

const double FanResult::Output::estimatedFLA

Definition at line 104 of file FanResult.h.

◆ fanEfficiency

double FanResult::Output::fanEfficiency

Definition at line 97 of file FanResult.h.

◆ fanEnergyIndex

const double FanResult::Output::fanEnergyIndex

Definition at line 102 of file FanResult.h.

◆ fanShaftPower

const double FanResult::Output::fanShaftPower

Definition at line 98 of file FanResult.h.

◆ loadFactor

const double FanResult::Output::loadFactor

Definition at line 102 of file FanResult.h.

◆ motorCurrent

const double FanResult::Output::motorCurrent

Definition at line 100 of file FanResult.h.

◆ motorEfficiency

double FanResult::Output::motorEfficiency

Definition at line 99 of file FanResult.h.

◆ motorPower

const double FanResult::Output::motorPower

Definition at line 100 of file FanResult.h.

◆ motorPowerFactor

double FanResult::Output::motorPowerFactor

Definition at line 99 of file FanResult.h.

◆ motorRatedPower

const double FanResult::Output::motorRatedPower

Definition at line 98 of file FanResult.h.

◆ motorShaftPower

const double FanResult::Output::motorShaftPower

Definition at line 98 of file FanResult.h.


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