Request for Usage Examples illustrating the integration of multiple FMUs and native Julia ODEs
Closed this issue · 2 comments
Hello FMIExchange.jl
maintainers,
Firstly, I would like to express my gratitude for the development of this useful package, which provides the capability to simulate multiple FMUs concurrently and integrate them with native Julia ODEs. This functionality is incredibly promising for my current project, which involves complex system simulations.
However, while the package description mentions the main use-case of combining multiple FMUs with native Julia ODEs, I have found that the documentation lacks concrete examples that show how to implement this integration effectively.
Having such examples would be immensely helpful for both new users to get started and for experienced users to understand the best practices for leveraging the full potential of FMIExchange.jl
.
Thank you for considering this request.
Hi thank you for showing interest in our package. In what way are the current examples insufficient? We show how to integrate a single FMU with a single native Julia ODE. The process for multiple FMUs is similar as FMIExchange.jl treats both in the same way once they're wrapped in an AbstractSimModel
of some kind. Any suggestions for improving the documentation are welcome.
A demo I developed for a presentation is available here. The use-case is more complex, but it's a simulation with 2 FMUs and 2 native Julia ODEs.
Closing due to inactivity