PumpCalculation Mode Enumeration
Defines the available calculation modes for the pump unit operation.
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
| Delta_P | 0 | Calculate results from a specified pressure rise (delta P). |
| OutletPressure | 1 | Calculate results from a specified outlet pressure. |
| EnergyStream | 2 | Calculate results from the power supplied via a connected energy stream. |
| Curves | 3 | Calculate results using head vs. flow performance curves. |
| Power | 4 | Calculate results from a specified shaft power value. |