HeaterCalculation Mode Enumeration
Defines the calculation modes available for the heater.
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
| HeatAdded | 0 | Outlet conditions calculated from a specified heat duty (kW). |
| OutletTemperature | 1 | Heat duty calculated to achieve the specified outlet temperature. |
| EnergyStream | 2 | Heat duty read from the connected energy stream. |
| OutletVaporFraction | 3 | Heat duty calculated to achieve the specified outlet vapor mole fraction. |
| TemperatureChange | 4 | Heat duty calculated to achieve the specified temperature change. |
| HeatAddedRemoved | 5 | Heat added or removed (for mobile compatibility). |