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::TowerInput Struct Reference

Public Member Functions

 TowerInput ()=default
 
 TowerInput (int numTower, int numFanPerTower_Cells, FanMotorSpeedType fanSpeedType, TowerSizedBy towerSizing, CellFanType towerCellFanType, double cellFanHP, double tonnage)
 

Public Attributes

int numTower
 
int numFanPerTower_Cells
 
FanMotorSpeedType fanSpeedType
 
double fanHP
 
double tonnage
 

Detailed Description

Definition at line 193 of file ProcessCooling.h.

Constructor & Destructor Documentation

◆ TowerInput() [1/2]

ProcessCooling::TowerInput::TowerInput ( )
default
Parameters
noarguments

◆ TowerInput() [2/2]

ProcessCooling::TowerInput::TowerInput ( int  numTower,
int  numFanPerTower_Cells,
FanMotorSpeedType  fanSpeedType,
TowerSizedBy  towerSizing,
CellFanType  towerCellFanType,
double  cellFanHP,
double  tonnage 
)
inline
Parameters
numTowerinteger, # of Towers
numFanPerTower_Cellsinteger, # Cells
fanSpeedTypeEnumeration FanMotorSpeedType
towerSizingEnumeration TowerSizedBy, sized by tonnage or fan hp
towerCellFanTypeEnumeration CellFanType
cellFanHPdouble, units hp, 1 -100 hp
tonnagedouble, units ton, 20 - 3000

Definition at line 210 of file ProcessCooling.h.

Member Data Documentation

◆ fanHP

double ProcessCooling::TowerInput::fanHP

Definition at line 220 of file ProcessCooling.h.

◆ fanSpeedType

FanMotorSpeedType ProcessCooling::TowerInput::fanSpeedType

Definition at line 219 of file ProcessCooling.h.

◆ numFanPerTower_Cells

int ProcessCooling::TowerInput::numFanPerTower_Cells

Definition at line 218 of file ProcessCooling.h.

◆ numTower

int ProcessCooling::TowerInput::numTower

Definition at line 217 of file ProcessCooling.h.

◆ tonnage

double ProcessCooling::TowerInput::tonnage

Definition at line 221 of file ProcessCooling.h.


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