HeatExchangerCalcMode Enumeration

Defines the available calculation modes for the heat exchanger.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public enum HeatExchangerCalcMode

Members

CalcTempHotOut0Calculate the hot-side outlet temperature given other specifications.
CalcTempColdOut1Calculate the cold-side outlet temperature given other specifications.
CalcBothTemp2Calculate both outlet temperatures from a specified heat duty.
CalcBothTemp_UA3Calculate both outlet temperatures from a specified overall heat transfer coefficient and area (UA).
CalcArea4Calculate the required heat transfer area from a specified overall coefficient and outlet temperatures.
ShellandTube_Rating5Perform a detailed shell-and-tube rating calculation using geometry data.
ShellandTube_CalcFoulingFactor6Back-calculate the fouling factor from measured shell-and-tube performance data.
PinchPoint7Calculate outlet temperatures using a minimum internal temperature approach (pinch point) specification.
ThermalEfficiency8Calculate outlet temperatures using a specified thermal efficiency.
OutletVaporFraction19Calculate so the hot-side outlet reaches a specified vapour fraction.
OutletVaporFraction210Calculate so the cold-side outlet reaches a specified vapour fraction.

See Also