SourWaterPropertyPackageSetup Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void Setup(
Dictionary<string, double> conc,
double[] Vx,
List<ICompoundConstantProperties> CompoundProperties
)
Public Sub Setup (
conc As Dictionary(Of String, Double),
Vx As Double(),
CompoundProperties As List(Of ICompoundConstantProperties)
)
Request Example
View SourceParameters
- conc DictionaryString, Double
-
- Vx Double
-
- CompoundProperties ListICompoundConstantProperties
-
See Also