Simscape model yeilds Simulink "State Derivative Fail" Error

Uing the Simscape Pneumatic Piston Chamber Block in a simulation runs fine with area, extension and dead volume paramters set to .2m^2, 1m and 1e-5 respectivly. When I change to my actual device parameters of 28cm^2, 2.54cm and .7cm Simulink reports a State Derivative Fail error.
Why?

回答(1 个)

This error indicates numerical instability in the simulation. When using a smaller area and stroke and a much larger dead volume relative to size, the system dynamics will change drastically likely increasing the stiffness. This can cause the solver to fail if the time step is too large or the model is too stiff for the default solver settings. Double-check your units and parameter values for consistency. If that's all correct try reducing the solver step size or switching to a ode23t or daessc solver (introduced in R2021a).

类别

帮助中心File Exchange 中查找有关 Foundation and Custom Domains 的更多信息

标签

提问:

2011-11-29

回答:

2025-12-23

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by