Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.26 KB

FMI.jl Logo

FMI.jl

What is FMI.jl?

FMI.jl is a free-to-use software library for the Julia programming language, which integrates FMI (fmi-standard.org): load, instantiate, parameterize and simulate FMUs seamlessly inside the Julia programming language!

How can I use FMI.jl?

  1. open a Julia-Command-Window, activate your prefered environment
  2. goto package manager using ]
  3. type add FMI or add "https://github.com/ThummeTo/FMI.jl"

What is currently supported in FMI.jl?

  • simulation / plotting of CS- and ME-FMUs
  • event-handling for discontinuous ME-FMUs
  • the full FMI command set
  • ...

What is under development in FMI.jl?

  • FMI 3.0 and SSP 1.0 support
  • FMI Cross Checks
  • more examples
  • ...

What Platforms are supported?

FMI.jl is tested under Julia 1.5.4 on Windows 10 and Linux (macOS 11.4 untested).

Interested in Hybrid Modelling in Julia using FMUs?

See FMIFlux.jl.