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
public double F_k(
	double k
)

Parameters

k  Double
Ratio of specific heats (Cp/Cv) of the gas.

Return Value

Double
The dimensionless factor F_k.

See Also