These test models demonstrate the use of the advanced homotopy options homotopyType
of the Limiter
and VariableLimiter blocks
.
The models represent a basic control system using a PI with anti-windup in three different configurations:
homotopyType=UpperLimit
homotopyType=LowerLimit
homotopyType=NoHomotopy
The mustUseHomotopy
block forces the tool to use homotopy-based initialization; in order to do so,
a system with two solutions x = 0 and x = 100 is provided. The start value leads to the convergence to x = 0; only
if homotopy is active, the solution accepted by the assert statement (x = 100) is obtained.
Name | Description |
---|---|
MustUseHomotopy | Only works with homotopy-based initialization |