PropertyPackageDW_CalcP Method |
Calculates system pressure for the specified temperature, volume and composition.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual double DW_CalcP(
double[] Vz,
double T,
double V
)
Public Overridable Function DW_CalcP (
Vz As Double(),
T As Double,
V As Double
) As Double
Request Example
View SourceParameters
- 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
DoubleSee Also