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
ProcessCooling::PumpInput Struct Reference

Public Member Functions

 PumpInput (bool variableFlow, double flowRate, double efficiency, double motorSize, double motorEfficiency)
 

Public Attributes

bool variableFlow
 
double flowRate
 
double efficiency
 
double motorSize
 
double motorEfficiency
 

Detailed Description

Definition at line 184 of file process_cooling.h.

Constructor & Destructor Documentation

◆ PumpInput()

ProcessCooling::PumpInput::PumpInput ( bool  variableFlow,
double  flowRate,
double  efficiency,
double  motorSize,
double  motorEfficiency 
)
inline
Parameters
variableFlowboolean
flowRatedouble, @unit{\gpm\ton}
efficiencydouble, percentage as fraction
motorSizedouble, @unit{\hp}
motorEfficiencydouble, percentage as fraction

Definition at line 193 of file process_cooling.h.

Member Data Documentation

◆ efficiency

double ProcessCooling::PumpInput::efficiency

Definition at line 199 of file process_cooling.h.

◆ flowRate

double ProcessCooling::PumpInput::flowRate

Definition at line 198 of file process_cooling.h.

◆ motorEfficiency

double ProcessCooling::PumpInput::motorEfficiency

Definition at line 201 of file process_cooling.h.

◆ motorSize

double ProcessCooling::PumpInput::motorSize

Definition at line 200 of file process_cooling.h.

◆ variableFlow

bool ProcessCooling::PumpInput::variableFlow

Definition at line 197 of file process_cooling.h.


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