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
AuxiliaryPower Class Reference

#include <auxiliary_power.h>

Public Member Functions

 AuxiliaryPower (const double motorPhase, const double supplyVoltage, const double avgCurrent, const double powerFactor, const double operatingTime)
 
double getPowerUsed () const
 

Private Attributes

const double motorPhase
 
const double supplyVoltage
 
const double avgCurrent
 
const double powerFactor
 
const double operatingTime
 

Detailed Description

Auxiliary Power Losses class Used to calculateThermalResistance the energy use of systems using electricity associated with the heating system.

Definition at line 21 of file auxiliary_power.h.

Constructor & Destructor Documentation

◆ AuxiliaryPower()

AuxiliaryPower::AuxiliaryPower ( const double  motorPhase,
const double  supplyVoltage,
const double  avgCurrent,
const double  powerFactor,
const double  operatingTime 
)
inline

Constructor for the auxiliary power used with all inputs specified

Parameters
motorPhasedouble, current motor phase
supplyVoltagedouble, supply voltage in volts
avgCurrentdouble, average current in Amperes
powerFactordouble, average power factor value - unitless
operatingTimedouble, percent operating time

Definition at line 33 of file auxiliary_power.h.

Member Function Documentation

◆ getPowerUsed()

double AuxiliaryPower::getPowerUsed ( ) const

Calculates the auxiliary power used

Returns
double, auxiliary power used in btu/hr

Member Data Documentation

◆ avgCurrent

const double AuxiliaryPower::avgCurrent
private

Definition at line 46 of file auxiliary_power.h.

◆ motorPhase

const double AuxiliaryPower::motorPhase
private

Definition at line 46 of file auxiliary_power.h.

◆ operatingTime

const double AuxiliaryPower::operatingTime
private

Definition at line 46 of file auxiliary_power.h.

◆ powerFactor

const double AuxiliaryPower::powerFactor
private

Definition at line 46 of file auxiliary_power.h.

◆ supplyVoltage

const double AuxiliaryPower::supplyVoltage
private

Definition at line 46 of file auxiliary_power.h.


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