ElectrolyteLiquidEnthalpy Method |
Namespace: DWSIM.Thermodynamics.PropertyPackages.AuxiliaryAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public double LiquidEnthalpy(
double T,
double[] Vx,
List<ICompoundConstantProperties> cprops,
double[] activcoeffT2,
double[] activcoeffT1,
bool ExcessOnly
)
Public Function LiquidEnthalpy (
T As Double,
Vx As Double(),
cprops As List(Of ICompoundConstantProperties),
activcoeffT2 As Double(),
activcoeffT1 As Double(),
ExcessOnly As Boolean
) As Double
Request Example
View SourceParameters
- T Double
-
- Vx Double
-
- cprops ListICompoundConstantProperties
-
- activcoeffT2 Double
-
- activcoeffT1 Double
-
- ExcessOnly Boolean
-
Return Value
DoubleSee Also