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
The dimensionless choked-flow pressure differential ratio.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public double x_choked(
double k,
double xT
)VB
Public Function x_choked (
k As Double,
xT As Double
) As DoubleParameters
- 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
DoubleThe dimensionless choked-flow pressure differential ratio.