How can i connect multiple system to one solver configuration block?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Divyajyoti Nayak
el 9 de Sept. de 2024
Editada: Divyajyoti Nayak
el 9 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Troubleshooting en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!