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
 
TowerSizedBy towerSizing
 
CellFanType towerCellFanType
 
double fanHP
 
double tonnage
 

Detailed Description

Definition at line 204 of file process_cooling.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, if unknown use tonnage and set tonnage to sum of all chillers capacity or set to unknown, and it will be sized to match the capacity of chillers by the calculator
towerCellFanTypeEnumeration CellFanType, axial or centrifugal, if unknown assume axial
cellFanHPdouble, @unit{\hp}, 1 -100 hp
tonnagedouble, @unit{\ton}, 20 - 3000

Definition at line 224 of file process_cooling.h.

Member Data Documentation

◆ fanHP

double ProcessCooling::TowerInput::fanHP

Definition at line 234 of file process_cooling.h.

◆ fanSpeedType

FanMotorSpeedType ProcessCooling::TowerInput::fanSpeedType

Definition at line 231 of file process_cooling.h.

◆ numFanPerTower_Cells

int ProcessCooling::TowerInput::numFanPerTower_Cells

Definition at line 230 of file process_cooling.h.

◆ numTower

int ProcessCooling::TowerInput::numTower

Definition at line 229 of file process_cooling.h.

◆ tonnage

double ProcessCooling::TowerInput::tonnage

Definition at line 235 of file process_cooling.h.

◆ towerCellFanType

CellFanType ProcessCooling::TowerInput::towerCellFanType

Definition at line 233 of file process_cooling.h.

◆ towerSizing

TowerSizedBy ProcessCooling::TowerInput::towerSizing

Definition at line 232 of file process_cooling.h.


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