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

FMU creation from Feel++ code #2212

Open
lberti opened this issue Feb 5, 2024 · 0 comments
Open

FMU creation from Feel++ code #2212

lberti opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
module:fmi FMI support in feelpp

Comments

@lberti
Copy link
Collaborator

lberti commented Feb 5, 2024

We want to include Feel++-based models in larger workflows and interface them with models coming from other sources.
A possible choice is using Functional Mockup Units (FMUs), as they provide a standardized interface for communications and interactions among models having different origins.

Since it is possible to build FMUs from C code, following the examples in Reference-FMUs, and since Feel++ is a C++-based library, it is possible to construct FMUs from Feel++ code by exposing its models in the C programming language.

The Reference-FMUs repository is part of the Modelica organization and it is an active repository. Its configuration is based on CMake and it aims to test and implement the FMI standard. It could be included as a submodule of the feelpp repository to enable the development of FMUs from Feel++ code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:fmi FMI support in feelpp
Projects
None yet
Development

No branches or pull requests

2 participants