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

Public Member Functions

 Output (double pressure_drop, double head_loss, double power_loss_frictional, double power_loss_electrical, double annual_energy_loss)
 
 Output ()=default
 Default constructor.
 

Public Attributes

double pressure_drop = 0
 
double head_loss = 0
 
double power_loss_frictional = 0
 
double power_loss_electrical = 0
 
double annual_energy_loss = 0
 

Detailed Description

Definition at line 23 of file pump_valve_power_loss.h.

Constructor & Destructor Documentation

◆ Output()

PumpValvePowerLoss::Output::Output ( double  pressure_drop,
double  head_loss,
double  power_loss_frictional,
double  power_loss_electrical,
double  annual_energy_loss 
)
inline
Parameters
[in]pressure_drop@unit{\PSI}.
[in]head_loss@unit{\feet}.
[in]power_loss_frictional@unit{\hp}.
[in]power_loss_electrical@unit{\kW}.
[in]annual_energy_loss@unit{\kWHour}.

Definition at line 32 of file pump_valve_power_loss.h.

Member Data Documentation

◆ annual_energy_loss

double PumpValvePowerLoss::Output::annual_energy_loss = 0

Definition at line 41 of file pump_valve_power_loss.h.

◆ head_loss

double PumpValvePowerLoss::Output::head_loss = 0

Definition at line 41 of file pump_valve_power_loss.h.

◆ power_loss_electrical

double PumpValvePowerLoss::Output::power_loss_electrical = 0

Definition at line 41 of file pump_valve_power_loss.h.

◆ power_loss_frictional

double PumpValvePowerLoss::Output::power_loss_frictional = 0

Definition at line 41 of file pump_valve_power_loss.h.

◆ pressure_drop

double PumpValvePowerLoss::Output::pressure_drop = 0

Definition at line 41 of file pump_valve_power_loss.h.


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