ValveSimpleKvGas Method

Calculates the valve flow coefficient (Kv) for single-phase gas service using the simplified ISA equation. Applies the choked-flow correction when the downstream pressure falls below half the upstream pressure.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public double SimpleKvGas(
	double Wi,
	double rhog20,
	double P1,
	double P2,
	double Ti
)

Parameters

Wi  Double
Mass flow rate in kg/h.
rhog20  Double
Gas density at standard conditions (273.15 K, 101325 Pa) in kg/m³.
P1  Double
Inlet pressure in Pa.
P2  Double
Outlet pressure in Pa.
Ti  Double
Inlet temperature in K.

Return Value

Double
The calculated Kv value (m³/h at 1 bar drop).

See Also