Execution Sequence of All Methods

The figure below shows the execution sequence of all methods from the start to the end of the simulation.

The sequence in which the methods of a basic block are executed is illustrated by means of the following examples.

The evaluation sequence for synchronous calls, e.g., if n = 1 (Euler) and h = dT, is:

For a more complex integration method, e.g., if n = 2 (Adams-Moulton) and h = dT, the sequence is:

The evaluation sequence for n = 1 and h = dT/2 is:

Understanding the computing sequence and thus the behavior of continuous time basic blocks is absolutely mandatory for a correct use of these blocks. Using ESDL as the modeling language gives the additional advantage of providing an automatic analysis phase that ensures consistent modeling when connecting several CT blocks. The computing sequence is especially important for blocks with direct outputs (directOutputs), because current values from the same iteration cycle have to be applied to the corresponding inputs.

See also

Computing Sequence

External Communication Interval dT

Integration Step Size h

Step Size Depending on the Internal Integration Method: h/n