フィルターのクリア

Long simulation times with flexible simscape

3 ビュー (過去 30 日間)
Rosario La Regina
Rosario La Regina 2022 年 12 月 29 日
回答済み: dst 2024 年 7 月 1 日 0:02
Hello everybody,
I've been using flexible multibody simscape for a few days.
I have found the simulations to be very slow both using the default bodies and using Reduce Order. is this a common problem?
how can i fix it?

採用された回答

Praharshita
Praharshita 2023 年 1 月 5 日
Dear Rosario,
I understand that you are facing an issue of slow simulation using default bodies and reduced order.
This issue can happen in large models combining Simscape and Simscape Multibody. In most cases, this issue has been observed in models where prismatic joints in Simscape Multibody are interfaced with Hydraulic Cylinders from Simscape Fluids.
The root cause of this issue is the size of the numerical perturbation used to compute the solver Jacobian, relative to the amplitude of the state. For this type of model, the perturbation can be too small, leading to numerical noise in the Jacobian computation process.
A technique that can help with this kind of robustness issue is Simscape nominal values.
To view if nominal values could help the numerical robustness of the model, run the simulation through the Solver Profiler and then launch the
States Explorer. In the State Explorer, rank the states by State Value.
If you identify states belonging to Simscape blocks that take very large values, it is recommended that you scale them down using nominal values. See the documentation for how to specify nominal values for individual states or for all the states with a similar unit.
We recommend scaling states so they operate mostly in the -1 to 1 range.

その他の回答 (1 件)

dst
dst 2024 年 7 月 1 日 0:02
Try a stiff solver like ode15s. This fixed my simulation speed.

カテゴリ

Help Center および File ExchangeApplications についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by