Thermo PlugCalc P 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
Pressure (Pa).
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public abstract Object CalcP(
double V,
double T,
Array Vx,
Object VKij,
Array VTc,
Array VPc,
Array Vw,
Object otherargs = null
)VB
Public MustOverride Function CalcP (
V As Double,
T As Double,
Vx As Array,
VKij As Object,
VTc As Array,
VPc As Array,
Vw As Array,
Optional otherargs As Object = Nothing
) As ObjectParameters
- 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
ObjectPressure (Pa).