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 173 of file ProcessCooling.h.

Constructor & Destructor Documentation

◆ PumpInput()

ProcessCooling::PumpInput::PumpInput ( bool  variableFlow,
double  flowRate,
double  efficiency,
double  motorSize,
double  motorEfficiency 
)
inline
Parameters
variableFlowboolean
flowRatedouble, units gpm/ton
efficiencydouble, percentage as fraction
motorSizedouble, units hp
motorEfficiencydouble, percentage as fraction

Definition at line 182 of file ProcessCooling.h.

Member Data Documentation

◆ efficiency

double ProcessCooling::PumpInput::efficiency

Definition at line 188 of file ProcessCooling.h.

◆ flowRate

double ProcessCooling::PumpInput::flowRate

Definition at line 187 of file ProcessCooling.h.

◆ motorEfficiency

double ProcessCooling::PumpInput::motorEfficiency

Definition at line 190 of file ProcessCooling.h.

◆ motorSize

double ProcessCooling::PumpInput::motorSize

Definition at line 189 of file ProcessCooling.h.

◆ variableFlow

bool ProcessCooling::PumpInput::variableFlow

Definition at line 186 of file ProcessCooling.h.


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