Skip to content
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

Export model as FMI for Co-Simulation #35

Open
ufechner7 opened this issue May 10, 2022 · 1 comment
Open

Export model as FMI for Co-Simulation #35

ufechner7 opened this issue May 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ufechner7
Copy link
Owner

ufechner7 commented May 10, 2022

If exported as functional mockup unit (FMU) using the FMI for Co-Simulation interface, then the model could also be used in other simulation environments like Simulink or OpenModellica. An FMU is a zip file which contains a dll/.so file and an interface description in XML format.

At some point in time this should be possible using the Julia package https://github.com/ThummeTo/FMIExport.jl , but this type of export is not yet supported. See: ThummeTo/FMIExport.jl#10

@ufechner7 ufechner7 added the enhancement New feature or request label May 10, 2022
@ufechner7
Copy link
Owner Author

We might consider to use an http based interface instead as it already works fine with Python, see https://github.com/ufechner7/pykitesim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant