ThermoPlugCalcP Method

Calculates the pressure of a mixture at the given molar volume and temperature.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public abstract Object CalcP(
	double V,
	double T,
	Array Vx,
	Object VKij,
	Array VTc,
	Array VPc,
	Array Vw,
	Object otherargs = null
)

Parameters

V  Double
Molar volume (m³/mol).
T  Double
Temperature (K).
Vx  Array
Array of mole fractions.
VKij  Object
Binary interaction parameter matrix.
VTc  Array
Array of critical temperatures (K).
VPc  Array
Array of critical pressures (Pa).
Vw  Array
Array of acentric factors.
otherargs  Object  (Optional)
Optional additional arguments for the EOS.

Return Value

Object
Pressure (Pa).

See Also