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

Public Member Functions

 Output (const double power, const double efficiency, const double current, const double powerFactor, const double loadFactor)
 

Public Attributes

const double power
 
const double efficiency
 
const double current
 
const double powerFactor
 
const double loadFactor
 

Detailed Description

Definition at line 19 of file OptimalMotorPower.h.

Constructor & Destructor Documentation

◆ Output()

OptimalMotorPower::Output::Output ( const double  power,
const double  efficiency,
const double  current,
const double  powerFactor,
const double  loadFactor 
)
inline
Parameters
power- kW
efficiency- unitless
currentin amps
powerFactorunitless

Definition at line 26 of file OptimalMotorPower.h.

Member Data Documentation

◆ current

const double OptimalMotorPower::Output::current

Definition at line 31 of file OptimalMotorPower.h.

◆ efficiency

const double OptimalMotorPower::Output::efficiency

Definition at line 31 of file OptimalMotorPower.h.

◆ loadFactor

const double OptimalMotorPower::Output::loadFactor

Definition at line 31 of file OptimalMotorPower.h.

◆ power

const double OptimalMotorPower::Output::power

Definition at line 31 of file OptimalMotorPower.h.

◆ powerFactor

const double OptimalMotorPower::Output::powerFactor

Definition at line 31 of file OptimalMotorPower.h.


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