diff --git a/static/assets/images/logos/fedem.png b/static/assets/images/logos/fedem.png new file mode 100644 index 00000000..8d004d15 Binary files /dev/null and b/static/assets/images/logos/fedem.png differ diff --git a/static/assets/tools.json b/static/assets/tools.json index 86a7728c..11d81556 100644 --- a/static/assets/tools.json +++ b/static/assets/tools.json @@ -6293,7 +6293,7 @@ "logo": "pathsim.png", "vendor": "Milan Rother", "vendorURL": "https://pathsim.readthedocs.io/en/latest", - "examplesURL": "https://pathsim.readthedocs.io/en/latest/examples/fmu_cosimulation.html", + "examplesURL": "https://pathsim.readthedocs.io/en/latest/examples/fmu_cosimulation.html", "description": "A Python native dynamical system simulation framework in the block diagram paradigm.", "features": [], "platforms": [ @@ -6312,5 +6312,31 @@ "fmuImport": [ "CS" ] + }, + { + "name": "Fedem", + "license": "osi", + "url": "https://openfedem.org", + "logo": "fedem.png", + "vendor": "The Open Fedem team", + "vendorURL": "https://openfedem.org", + "examplesURL": "https://openfedem.org/examples/digital_twins/", + "description": "Finite element dynamics in elastic mechanisms, a flexible multi-body non-linear dynamics simulation tool with integrated control system", + "features": [], + "platforms": [ + "Linux", + "Windows" + ], + "interfaces": [ + "GUI", + "CLI" + ], + "fmiVersions": [ + "2.0" + ], + "fmuExport": [ + "CS" + ], + "fmuImport": [] } ]