ValveF_ k Method
Calculates the ratio of specific heats factor F_k = k / 1.4, used in gas Kv sizing equations.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The dimensionless factor F_k.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public double F_k(
double k
)VB
Public Function F_k (
k As Double
) As DoubleParameters
- k Double
- Ratio of specific heats (Cp/Cv) of the gas.
Return Value
DoubleThe dimensionless factor F_k.