Valvex_choked Method

Calculates the choked-flow pressure differential ratio x_choked = F_k × xT. Flow is choked when the actual ratio x exceeds this value.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public double x_choked(
	double k,
	double xT
)

Parameters

k  Double
Ratio of specific heats (Cp/Cv) of the gas.
xT  Double
Pressure differential ratio factor at choked flow for the valve style.

Return Value

Double
The dimensionless choked-flow pressure differential ratio.

See Also