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

Public Member Functions

 WaterCooledSystemInput ()=default
 
 WaterCooledSystemInput (double CHWT, bool useFreeCooling, double HEXApproachTemp, bool constantCWT, double CWT, bool CWVariableFlow, double CWFlowRate, double CWTFollow)
 

Public Attributes

double CHWT = 44
 
bool useFreeCooling = false
 
double HEXApproachTemp = 0
 
bool constantCWT = true
 
double CWT = 85
 
bool CWVariableFlow = true
 
double CWFlowRate = 3
 
double CWTFollow = 0
 
bool isWaterCooled = false
 

Detailed Description

Definition at line 109 of file ProcessCooling.h.

Constructor & Destructor Documentation

◆ WaterCooledSystemInput() [1/2]

ProcessCooling::WaterCooledSystemInput::WaterCooledSystemInput ( )
default
Parameters
noarguments

◆ WaterCooledSystemInput() [2/2]

ProcessCooling::WaterCooledSystemInput::WaterCooledSystemInput ( double  CHWT,
bool  useFreeCooling,
double  HEXApproachTemp,
bool  constantCWT,
double  CWT,
bool  CWVariableFlow,
double  CWFlowRate,
double  CWTFollow 
)
inline
Parameters
CHWTdouble, units F, 35 - 55 Default 44, Chilled Water Supply Temperature
useFreeCoolingboolean
HEXApproachTempdouble, units F, 5 - 20, heat exchange temp when free cooling and heat exchanger used
constantCWTboolean, Is CW temperature constant
CWTdouble, units F, 70 - 90, CW temperature constant
CWVariableFlowboolean
CWFlowRatedouble, units gpm/ton
CWTFollowdouble, units F, when CW temperature not constant

Definition at line 127 of file ProcessCooling.h.

Member Data Documentation

◆ CHWT

double ProcessCooling::WaterCooledSystemInput::CHWT = 44

Definition at line 134 of file ProcessCooling.h.

◆ constantCWT

bool ProcessCooling::WaterCooledSystemInput::constantCWT = true

Definition at line 137 of file ProcessCooling.h.

◆ CWFlowRate

double ProcessCooling::WaterCooledSystemInput::CWFlowRate = 3

Definition at line 140 of file ProcessCooling.h.

◆ CWT

double ProcessCooling::WaterCooledSystemInput::CWT = 85

Definition at line 138 of file ProcessCooling.h.

◆ CWTFollow

double ProcessCooling::WaterCooledSystemInput::CWTFollow = 0

Definition at line 141 of file ProcessCooling.h.

◆ CWVariableFlow

bool ProcessCooling::WaterCooledSystemInput::CWVariableFlow = true

Definition at line 139 of file ProcessCooling.h.

◆ HEXApproachTemp

double ProcessCooling::WaterCooledSystemInput::HEXApproachTemp = 0

Definition at line 136 of file ProcessCooling.h.

◆ isWaterCooled

bool ProcessCooling::WaterCooledSystemInput::isWaterCooled = false

Definition at line 142 of file ProcessCooling.h.

◆ useFreeCooling

bool ProcessCooling::WaterCooledSystemInput::useFreeCooling = false

Definition at line 135 of file ProcessCooling.h.


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