Click or drag to resize

WilsonModelBIPs Property

Wilson Binary Interaction Parameters. First key is Compound 1 CAS ID Second key is Compound 2 CAS ID Value is a double array containing the A12 and A21 parameters in cal/mol

Namespace: DWSIM.Thermodynamics
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Dictionary<string, Dictionary<string, double[]>> BIPs { get; set; }
Request Example View Source

Return Value

DictionaryString, DictionaryString, Double
See Also