GERGBasePressure GERG Method
Definition
Namespace: DWSIM.Thermodynamics.AdvancedEOS
Assembly: DWSIM.Thermodynamics.AdvancedEOS.GERG2008 (in DWSIM.Thermodynamics.AdvancedEOS.GERG2008.dll) Version: 1.1.0.0
Assembly: DWSIM.Thermodynamics.AdvancedEOS.GERG2008 (in DWSIM.Thermodynamics.AdvancedEOS.GERG2008.dll) Version: 1.1.0.0
C#
public void PressureGERG(
double T,
double D,
double[] x,
ref double P,
ref double Z
)VB
Public Sub PressureGERG (
T As Double,
D As Double,
x As Double(),
ByRef P As Double,
ByRef Z As Double
)