VesselCalculation Modes Enumeration
Defines the thermal calculation mode for the vessel.
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 CalculationModesVB
Public Enumeration CalculationModesMembers
| Adiabatic | 0 | No heat exchange with surroundings; content reaches adiabatic equilibrium. |
| Legacy | 1 | Legacy (original) calculation mode; performs a simple flash at the vessel pressure and temperature. |
| HeatingCoolingIsothermic | 2 | A fixed heating or cooling duty is applied while maintaining isothermal conditions. |
| HeatingCoolingIsobaric | 3 | A fixed heating or cooling duty is applied while maintaining isobaric conditions. |