How can i connect multiple system to one solver configuration block?
2 views (last 30 days)
Show older comments
I have made battery charging-discharging circuit, but i want the entire system to have a single solver configuratioin and not have seperate solver for the batterypack and the relay for ChargingEnabled Node. I have been trying to connect the solver to both at the same time, but it is not letting me. How do i solve this issue?
0 Comments
Answers (1)
Divyajyoti Nayak
on 9 Sep 2024
Edited: Divyajyoti Nayak
on 9 Sep 2024
I see that you want the entire model to have the same solver configuration and so are trying to attach the 'Solver Configuration' block to multiple parts of the model. This is not needed as the 'Solver Configuration' model applies the configuration properties for the entire model. Multiple 'Solver Configuration' blocks are only needed if there are more than one topologically different models (two models that are not connected to each other). Here's the documentation link for the 'Solver Configuration' block for more information:
Hope this helps!
0 Comments
See Also
Categories
Find more on Troubleshooting in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!