JKRT / OM.jl

A Modelica Compiler in Julia
Other
25 stars 6 forks source link

Simulation of Standard Library Components #39

Open JKRT opened 1 year ago

JKRT commented 1 year ago

While the frontend handles a large portion of the standard components of the MSL, some of these currently need to simulate due to the backend not handling algorithmic Modelica and certain edge cases of event handling Homotopy, etc.

This ticket aims to get at least a few standard components and examples of MSL running. For future work capabilities, s.t the provided examples can be readily translated into Julia-code.

Furthermore, some script should be added s.t other auxiliary libraries may be handled as well, see: https://github.com/JKRT/OMFrontend.jl/issues/68

Some progress is currently being made in a local branch. However, there are some minor issues with the integration. The goal of this PR is to track this process