Click or drag to resize

SolutionRuleModelMaximumSolubilityExpression Property

This number corresponds to the maximum concentration of solute in a mixture before substance starts precipitating. While in theory this number is the same as the solubility, in pratice the crystallization may be delayed or very slow, which can be imitated by making this number higher than the solubility. It is not a number which can be found in any tables, you have to make it up. Must be higher than Solubility. If not defined it is considered as equal to Solubility. If a markup expression is defined, it will be evaluated in the context of the mixture.

Namespace:  Livit.Learn.Model.Rules
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string MaximumSolubilityExpression { get; set; }

Property Value

Type: String
See Also