CompressorCalculation Mode Enumeration
Defines the calculation modes available for the compressor.
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
| OutletPressure | 0 | Outlet conditions calculated from a specified outlet pressure. |
| Delta_P | 1 | Outlet conditions calculated from a specified pressure increase (Pa). |
| EnergyStream | 2 | Power input read from the connected energy stream. |
| PowerRequired | 3 | Outlet pressure calculated to consume the specified power. |
| Head | 4 | Outlet pressure calculated from a specified polytropic or adiabatic head. |
| Curves | 5 | Outlet conditions determined from pump performance curves. |
| PressureRatio | 6 | Outlet conditions calculated from a specified pressure ratio. |