Skip to content

Commit

Permalink
added fmi tool info
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Oct 31, 2023
1 parent f93ebd4 commit fcf145a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ makedocs(sitename="FMI.jl",
"Multiprocessing" => "examples/multiprocessing.md"
]
"Library Functions" => "library.md"
"FMI Tool Information" => "fmi-tool-info.md"
"Related Publication" => "related.md"
"Contents" => "contents.md"
]
Expand Down
31 changes: 31 additions & 0 deletions docs/src/fmi-tool-info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# FMU Import Compatibility information (*FMIImport.jl*)
This section contains information about how import and simulation of *FMI.jl* and *FMIInmport.jl* where tested.

## FMI-3.0
FMI3 is for now only beta supported and information will be deployed together with the full support release.

## FMI-2.0
*FMI.jl* and *FMIImport.jl* are validated by simulating **all valid** FMI2-FMUs from the official [FMI-Cross-Check](https://github.com/modelica/fmi-cross-check) in ME- as well as in CS-Mode, excluding the tools *AMESim*, *Test-FMUs*, *SimulationX* and *Silver*.
For more information see [our automated GitHub-Action](https://github.com/ThummeTo/FMI.jl/tree/main/cross_checks). The results files - as defined by the FMI Cross Check - can be found in [the forked repository](https://github.com/ThummeTo/fmi-cross-check/tree/master) inside of the corresponding sub folders.
There are different branches for different OS-configurations avalibale.

# FMU Export Compatibility information (*FMIExport.jl*)
Detailed export information and automatically generated FMUs will be deployed soon in the repository.

## FMI-3.0
| **File name** | **x86_64-windows** | **x86_64-linux** |
| :--- | --- | --- |
| BouncingBall | coming soon | coming soon |
| Manipulation | coming soon | coming soon |
| NeuralFMU | coming soon | coming soon |

## FMI-2.0
| **File name** | **x86_64-windows** | **x86_64-linux** |
| :--- | --- | --- |
| BouncingBall | [ME](https://github.com/ThummeTo/FMIExport.jl/tree/main/examples/FMI2/BouncingBall) | coming soon |
| Manipulation | [ME](https://github.com/ThummeTo/FMIExport.jl/tree/main/examples/FMI2/Manipulation) | coming soon |
| NeuralFMU | [ME](https://github.com/ThummeTo/FMIExport.jl/tree/main/examples/FMI2/NeuralFMU) | coming soon |

## Validation tools
- [Dassault Dymola 2022X](https://www.3ds.com/de/produkte-und-services/catia/produkte/dymola/)
- [FMU Check](https://fmu-check.herokuapp.com/)

0 comments on commit fcf145a

Please sign in to comment.