Simcenter Amesim Best Practices > How do I speed up my simulation
Reducing the number of state variables
Try to limit the number of state variables in your model as this has a direct influence on the CPU time. For an “easy” model (Adams methods are used) there is roughly a linear variation, but for stiff models (BDF methods are used) a Jacobian matrix must be evaluated. The size of the Jacobian matrix is equal to the square of the number of state variables in your system: 200 state variables in a stiff model, for example, would be quite a high number.
Figure 499: State variables
In order to limit this number, you might, for example, replace several inertias with one inertia when possible.
Source: https://docs.sw.siemens.com/en-US/doc/254352342/PL20250521841123434.amesim_collection.Reference/Reducing_the_number_of_state_variables · retrieved 2026-07-17