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

add FMI3.0 prototype for cosimulation #1414

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

arun3688
Copy link
Contributor

@arun3688 arun3688 commented Dec 13, 2024

Related Issues

#1311

Purpose

This PR implements the prototype for simulating FMI-3.0 in OMSimulator. This PR is currently WIP . The implementation uses the reference fmu's from https://github.com/modelica/Reference-FMUs and fix the code until all reference fmu's are working

List of Reference FMU 3.0

  • BouncingBall3.fmu
  • clocks.fmu
  • Dahlquist.fmu
  • Feedthrough.fmu
  • Resource.fmu
  • Stari.fmu
  • stateSpace.fmu
  • VanderPol.fmu

TODO

  • add support for FMI-3.0 CoSimulation
  • add support for FMI-3.0 ModelExchange
  • implement FMI3 causality table in fmi4c library
  • fix memory leaks issue in fmi4c library

@arun3688 arun3688 added the CI/Update Submodules Allow a pull request to update submodules label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Update Submodules Allow a pull request to update submodules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant