-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support export of FMUs for cosimulation #10
Comments
Dear @ufechner7, export of CS-FMUs is work in progesss, one of our students is already on it. A nice tutorial is also WIP. If model-exchange (ME) FMUs is also an option (almost any FMI-compliant modelling environement can handle ME- as well as CS-FMUs), you can have a look on the BouncingBall-Example in the "example"-folder - which exports a ME-FMU. All you have to do for ME is basically to fill the four functions in the example with your Kite-Model's state space equations. Please note, that this package is very fresh and we only tested it on some specific models from our use-cases. Regards! |
Any update on this? |
Dear @ufechner7, |
Well, I created a new model, a tether model, which is not possible to solve using Simulink solvers, we need the Julia solvers, they are at least 1000 times faster... Have a look at: https://github.com/ufechner7/Tethers.jl I really would like to make this model available to my colleagues from the IEA workgroup "airborne wind energy" who still use Python or Simulink... Exporting this as FMU would be perfect... |
Perhaps you could give me some hints how to start this work... What would be the first step? Define the inputs, outputs, configuration struct and states of my model? |
Sure :) |
From test-0: stepping - Error test_fmi2DoStep: Current communication point ( 5.999999865889549255e-02 s) does not match last evaluation time ( 0.000000000000000000e+00 s) within tolerance 9.999999999999999547e-08. Time rollback is not allowed how to SLove this? |
Please always provide a (minimum) example, it's really hard to guess what is going on there. Also, I am not sure if this is related to this topic (see title) and the package FMIExport.jl - if this is a simulation issue it might be an issue for FMI.jl. |
I would like to export my model https://github.com/ufechner7/KiteModels.jl to an FMU. How should I start?
The text was updated successfully, but these errors were encountered: