Click or drag to resize

SolutionRuleModelDissolveSpeedExpression Property

When dissolving a solid in a solvent, this expression (value between 0 and 1) defines how fast the amount of solute goes from nothing to the maximum amount. Example: Dissolving NaCl (s) in water, the maximum amount that can be dissolved is defined by the solubility expression, but how fast this amount is dissolevd is defined by the DissolveSpeedExpression. 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 DissolveSpeedExpression { get; set; }

Property Value

Type: String
See Also