StateVariablesCalculationTechniqueType

Description

The StateVariablesCalculationTechniqueType enumeration is used to determine a phase variables calculation method.

It is used by the following properties:

Available Values

Value Brief description
0 IterativeCalculation. Values of phase variables are calculated sequentially. New values at the t moment are calculated based on values obtained at previous periods of time 1…t-1. Using this approach, multiple recalculation of expressions for phase variables is executed.
1 DirectEntirelySubstitution. If this mechanism is selected, phase variable expression should be placed before. Using this approach, number of expressions is massively increased, but due to the fact that there is no need to calculate at any specific time, the number of recalculations is decreased.

See also:

Cp Assembly Enumerations