Click or drag to resize

SourWaterPropertyPackageSetup Method


Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public void Setup(
	Dictionary<string, double> conc,
	double[] Vx,
	List<ICompoundConstantProperties> CompoundProperties
)
Request Example View Source

Parameters

conc  DictionaryString, Double
 
Vx  Double
 
CompoundProperties  ListICompoundConstantProperties
 
See Also