PropertyPackageAUX_DELGig_RT Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public double AUX_DELGig_RT(
double T1,
double T2,
string[] ID,
double[] stcoeff,
int baseID,
bool mode2 = false
)
Public Function AUX_DELGig_RT (
T1 As Double,
T2 As Double,
ID As String(),
stcoeff As Double(),
baseID As Integer,
Optional mode2 As Boolean = false
) As Double
Request Example
View SourceParameters
- T1 Double
-
- T2 Double
-
- ID String
-
- stcoeff Double
-
- baseID Int32
-
- mode2 Boolean (Optional)
-
Return Value
DoubleImplements
IPropertyPackageAUX_DELGig_RT(Double, Double, String, Double, Int32, Boolean)See Also