Skip to content
  • Stephan Kelm's avatar
    Added prototypic implementation of Functional Mockup Interface (FMI) for... · 5dd3f7d2
    Stephan Kelm authored and Karl Sturm's avatar Karl Sturm committed
    Added prototypic implementation of Functional Mockup Interface (FMI) for system model coupling (July 1st 2024)
    
    * An interface to the FMIlibrary v2.4.1 is implemented within the systemCoupling library to enable co-simulation of Functional Mockup Units (FMU) representing the dynamic behavior of technical systems. Such FMU can be generated and packaged using e.g. [OpenModelica](https://openmodelica.org), but in principle from any existing code.
    * A semi-implicit coupling scheme employing Gauss Seidel waveform relaxation is used and integrated in the PIMPLE loop convergence control. Subcycling of the FMUs is supported. The state of each FMU is stored in the time folders and to enable restarts.
    * As of now, only a domain decomposition approach for code coupling is supported.
    * For further information refer to the documentation as well as the testCases.
    5dd3f7d2
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading