ValveCalculationMode Enumeration

Defines how the valve outlet condition is determined during steady-state calculation.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public enum CalculationMode

Members

DeltaP0Outlet pressure is calculated from a user-specified pressure drop (ΔP).
OutletPressure1Pressure drop is calculated from a user-specified outlet pressure.
Kv_Liquid2Outlet pressure is calculated from the flow coefficient (Kv/Cv) equation for liquid service.
Kv_Gas3Outlet pressure is calculated from the flow coefficient (Kv/Cv) equation for gas service.
Kv_Steam4Outlet pressure is calculated from a simplified steam sizing equation.
Kv_General5Outlet pressure is calculated using the appropriate Kv equation selected automatically based on stream phase.

See Also