Click or drag to resize

SolutionRuleModel Class

[Missing <summary> documentation for "T:Livit.Learn.Model.Rules.SolutionRuleModel"]

Inheritance Hierarchy

Namespace:  Livit.Learn.Model.Rules
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class SolutionRuleModel : RuleModel

The SolutionRuleModel type exposes the following members.

Constructors
  NameDescription
Public methodSolutionRuleModel
Initializes a new instance of the SolutionRuleModel class
Top
Properties
  NameDescription
Public propertyAttached
Defines an attached property.
(Inherited from BaseModel.)
Public propertyComments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public propertyConditions
Public propertyConditionsSerialized
Public propertyCrystallizationSpeedExpression
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 propertyCode exampleDataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public propertyDissolvedSolute
Public propertyDissolvedSoluteSerialized
Public propertyDissolveSpeedExpression
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 propertyExternalXmlPath (Inherited from BaseModel.)
Public propertyFrequency
This value determines how many times per second the rule is updated.
Public propertyId
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public propertyIsIdAutogenerated (Inherited from BaseModel.)
Public propertyMaximumSolubilityExpression
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 propertySolubilityExpression
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 propertySolventType
Public propertyTemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public propertyUndissolvedSolute
Public propertyXmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
Methods
  NameDescription
Public methodDeepCopy
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.)
Public methodShallowCopy (Inherited from BaseModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from BaseModel.)
Public methodUpdateModels
This method will update this model and all its child models.
(Inherited from BaseModel.)
Top
See Also