GERGBaseProperties 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 PropertiesGERG(
double T,
double D,
double[] x,
ref double P,
ref double Z,
ref double dPdD,
ref double d2PdD2,
ref double d2PdTD,
ref double dPdT,
ref double U,
ref double H,
ref double S,
ref double Cv,
ref double Cp,
ref double W,
ref double G,
ref double JT,
ref double Kappa,
ref double A = 0
)VB
Public Sub PropertiesGERG (
T As Double,
D As Double,
x As Double(),
ByRef P As Double,
ByRef Z As Double,
ByRef dPdD As Double,
ByRef d2PdD2 As Double,
ByRef d2PdTD As Double,
ByRef dPdT As Double,
ByRef U As Double,
ByRef H As Double,
ByRef S As Double,
ByRef Cv As Double,
ByRef Cp As Double,
ByRef W As Double,
ByRef G As Double,
ByRef JT As Double,
ByRef Kappa As Double,
Optional ByRef A As Double = 0
)