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

Public Member Functions

 Output (double realPower, double reactivePower, double apparentPower, double powerFactor, double phaseAngle, double realDemand, double demandPenalty, double proposedReactivePower, double proposedCapacitance)
 

Public Attributes

double realPower = 0
 
double reactivePower = 0
 
double apparentPower = 0
 
double powerFactor = 0
 
double phaseAngle = 0
 
double realDemand = 0
 
double demandPenalty = 0
 
double proposedReactivePower = 0
 
double proposedCapacitance = 0
 

Detailed Description

Definition at line 43 of file PowerFactor.h.

Constructor & Destructor Documentation

◆ Output()

PowerFactor::Output::Output ( double  realPower,
double  reactivePower,
double  apparentPower,
double  powerFactor,
double  phaseAngle,
double  realDemand,
double  demandPenalty,
double  proposedReactivePower,
double  proposedCapacitance 
)
inline

Definition at line 44 of file PowerFactor.h.

Member Data Documentation

◆ apparentPower

double PowerFactor::Output::apparentPower = 0

Definition at line 51 of file PowerFactor.h.

◆ demandPenalty

double PowerFactor::Output::demandPenalty = 0

Definition at line 52 of file PowerFactor.h.

◆ phaseAngle

double PowerFactor::Output::phaseAngle = 0

Definition at line 51 of file PowerFactor.h.

◆ powerFactor

double PowerFactor::Output::powerFactor = 0

Definition at line 51 of file PowerFactor.h.

◆ proposedCapacitance

double PowerFactor::Output::proposedCapacitance = 0

Definition at line 52 of file PowerFactor.h.

◆ proposedReactivePower

double PowerFactor::Output::proposedReactivePower = 0

Definition at line 52 of file PowerFactor.h.

◆ reactivePower

double PowerFactor::Output::reactivePower = 0

Definition at line 51 of file PowerFactor.h.

◆ realDemand

double PowerFactor::Output::realDemand = 0

Definition at line 51 of file PowerFactor.h.

◆ realPower

double PowerFactor::Output::realPower = 0

Definition at line 51 of file PowerFactor.h.


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