SourWaterPropertyPackageCalcHenryConstants Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public double[] CalcHenryConstants(
Array Vx,
Array Vy,
double T,
double P,
string type = "LV"
)
Public Function CalcHenryConstants (
Vx As Array,
Vy As Array,
T As Double,
P As Double,
Optional type As String = "LV"
) As Double()
Request Example
View SourceParameters
- Vx Array
-
- Vy Array
-
- T Double
-
- P Double
-
- type String (Optional)
-
Return Value
DoubleSee Also