ThermoPlugCalcIsothermalCompressibility Method

Calculates the isothermal compressibility of a mixture using a cubic EOS.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public static double CalcIsothermalCompressibility(
	double[] Vx,
	double P,
	double T,
	PropertyPackage pp,
	string eos
)

Parameters

Vx  Double
Array of mole fractions.
P  Double
Pressure (Pa).
T  Double
Temperature (K).
pp  PropertyPackage
The property package instance providing EOS parameters.
eos  String
EOS identifier string ("PR", "PR78", or "SRK").

Return Value

Double
Isothermal compressibility (1/Pa).

See Also