Does the PowerGui Block, in case of choosing the continuous solver method, solely use a variable-step Simulink solver even if my configuration for the global simulink solver is a fixed-step type?
5 次查看(过去 30 天)
显示 更早的评论
The question is referring to the following statement which is mentioned in the documentation for the PowerGui Block: "Continuous, which uses a variable-step solver from Simulink®"
My Model Configuration and Topology:
Global simulink solver: fixed-step ode14x
Two Model parts using one PowerGui Block each:
- Discrete Referenced Model with fixed time step local Tustin/Backward Euler solver
- Continuous Subsystem which uses (and this is the question
The Referenced Model and the subsystem exchange simulink signals and collectively represent the parent model.
Thanks in advance! Kind regards. Christian
0 个评论
采纳的回答
Emmanouil Tzorakoleftherakis
2018-1-24
Hi Christian,
From the link below, it is recommended that you implement fixed-step solvers by continuing to use a global variable-step solver and switching the physical networks within your model to local fixed-step solvers through each network.
https://www.mathworks.com/help/physmod/simscape/ug/making-optimal-solver-choices-for-physical-simulation.html
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Schedule Model Components 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!