CoolerCalculation Mode Enumeration
Defines the calculation modes available for the cooler.
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 CalculationModeVB
Public Enumeration CalculationModeMembers
| HeatRemoved | 0 | Outlet conditions calculated from a specified heat removal duty (kW). |
| OutletTemperature | 1 | Heat duty calculated to achieve the specified outlet temperature. |
| OutletVaporFraction | 2 | Heat duty calculated to achieve the specified outlet vapor mole fraction. |
| TemperatureChange | 3 | Heat duty calculated to achieve the specified temperature change. |
| EnergyStream | 4 | Heat duty read from the connected energy stream. |