The model implements the Van der Pol oscillator.
der(x0) = x1
der(x1) = mu * ((1 - x0 * x0) * x1) - x0
with
Variable | Description | Start |
---|---|---|
x0 | Position | 2 |
der(x0) | Derivative of x0 | |
x1 | Velocity | 0 |
der(x1) | Derivative of x1 | |
mu | Parameter | 1 |
The plot shows the reference result computed with simulate_fmi3_me.c.