Click or drag to resize

SolutionRuleModel Properties

The SolutionRuleModel type exposes the following members.

Properties
  Name Description
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property Conditions
Public property ConditionsSerialized
Public property CrystallizationSpeedExpression
This expression is the opposite to DissolveSpeed: How fast a solid will precipitate from an oversaturated solution. If a markup expression is defined, it will be evaluated in the context of the mixture.
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property DissolvedSolute
Public property DissolvedSoluteSerialized
Public property DissolveSpeedExpression
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.
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property Frequency
This value determines how many times per second the rule is updated.
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property MaximumSolubilityExpression
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.
Public property SolubilityExpression
The SolubilityExpression determines how many kilograms of a compound can be dissolved in one liter of solvent. If a markup expression is defined, it will be evaluated in the context of the mixture.
Public property SolventType
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property UndissolvedSolute
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also