Heat Exchanger Calc Mode 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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public enum HeatExchangerCalcModeVB
Public Enumeration HeatExchangerCalcModeMembers
| CalcTempHotOut | 0 | Calculate the hot-side outlet temperature given other specifications. |
| CalcTempColdOut | 1 | Calculate the cold-side outlet temperature given other specifications. |
| CalcBothTemp | 2 | Calculate both outlet temperatures from a specified heat duty. |
| CalcBothTemp_UA | 3 | Calculate both outlet temperatures from a specified overall heat transfer coefficient and area (UA). |
| CalcArea | 4 | Calculate the required heat transfer area from a specified overall coefficient and outlet temperatures. |
| ShellandTube_Rating | 5 | Perform a detailed shell-and-tube rating calculation using geometry data. |
| ShellandTube_CalcFoulingFactor | 6 | Back-calculate the fouling factor from measured shell-and-tube performance data. |
| PinchPoint | 7 | Calculate outlet temperatures using a minimum internal temperature approach (pinch point) specification. |
| ThermalEfficiency | 8 | Calculate outlet temperatures using a specified thermal efficiency. |
| OutletVaporFraction1 | 9 | Calculate so the hot-side outlet reaches a specified vapour fraction. |
| OutletVaporFraction2 | 10 | Calculate so the cold-side outlet reaches a specified vapour fraction. |