Operation Mode Enumeration
Defines the thermal operating mode of a reactor.
Definition
Namespace: DWSIM.UnitOperations.Reactors
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 OperationModeVB
Public Enumeration OperationModeMembers
| Isothermic | 0 | Isothermal operation � reactor temperature is held constant. |
| Adiabatic | 1 | Adiabatic operation � no heat is exchanged with the surroundings. |
| OutletTemperature | 2 | Outlet temperature is specified by the user. |
| NonIsothermalNonAdiabatic | 3 | Non-isothermal, non-adiabatic � both heat duty and temperature change are calculated. |