Relationship running value
CLEM.RelationshipRunningValue
Tracks the running state of a value using the parent relationship that provides a change in this value (y) for a given value of x.

This component adds functionality to the Relationship by tracking a running value through time as a result of outcomes based on the relationship. For this, you provide an initial value, the range of possible values, and a relationship where the value y represents a change in the running value for a given value of x. A call to the Modify(x) method of this component passing the specified value of x will adjust the running value within the defined limits.

This component uses all the parameters of the Relationship with additional parameters including:

As this relationship can be used to track the state of a property based on this relationship an initial value for the property it is often required at the start of the simulation.

The minimum value that can be returned from the equation.

The maximum value that can be returned from the equation.
Greater than Minimum
See also