GERGBaseDensity 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 DensityGERG(
int iFlag,
double T,
double P,
double[] x,
ref double D,
ref int ierr,
ref string herr
)VB
Public Sub DensityGERG (
iFlag As Integer,
T As Double,
P As Double,
x As Double(),
ByRef D As Double,
ByRef ierr As Integer,
ByRef herr As String
)