Click or drag to resize

PropertyPackageDW_CalcP Method

Calculates system pressure for the specified temperature, volume and composition.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual double DW_CalcP(
	double[] Vz,
	double T,
	double V
)
Request Example View Source

Parameters

Vz  Double
Vector of doubles containing the molar composition of the mixture.
T  Double
Temperature in K
V  Double
Volume in m3/mol

Return Value

Double
See Also