CompressorCalculationMode 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
public enum CalculationMode

Members

OutletPressure0Outlet conditions calculated from a specified outlet pressure.
Delta_P1Outlet conditions calculated from a specified pressure increase (Pa).
EnergyStream2Power input read from the connected energy stream.
PowerRequired3Outlet pressure calculated to consume the specified power.
Head4Outlet pressure calculated from a specified polytropic or adiabatic head.
Curves5Outlet conditions determined from pump performance curves.
PressureRatio6Outlet conditions calculated from a specified pressure ratio.

See Also