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