Property PackageDW_ Calc P Method
Calculates system pressure for the specified temperature, volume and composition.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual double DW_CalcP(
double[] Vz,
double T,
double V
)VB
Public Overridable Function DW_CalcP (
Vz As Double(),
T As Double,
V As Double
) As DoubleParameters
- Vz Double
- Vector of doubles containing the molar composition of the mixture.
- T Double
- Temperature in K
- V Double
- Volume in m3/mol