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