From 3cf0603c0be2b89c1534bcb2a4896dced1d6e4dd Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Mon, 4 Nov 2024 09:44:16 +0100 Subject: [PATCH] Add Reference FMUs to tools list --- static/assets/tools.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/static/assets/tools.json b/static/assets/tools.json index 60dcb6fc..6102aab8 100644 --- a/static/assets/tools.json +++ b/static/assets/tools.json @@ -5161,5 +5161,38 @@ "CS", "ME" ] + }, + { + "name": "Reference FMUs", + "license": "osi", + "url": "https://github.com/modelica/reference-fmus", + "vendor": "Modelica Association", + "vendorURL": "https://modelica.org/association/", + "examplesURL": "https://github.com/modelica/reference-fmus", + "description": "A set of hand-coded FMUs and a simulator for validation, development, testing, and debugging of the Functional Mock-up Interface.", + "features": [], + "platforms": [ + "macOS", + "Linux", + "Windows", + "Source Code" + ], + "interfaces": [ + "GUI", + "CLI", + "library" + ], + "fmiVersions": [ + "1.0", + "2.0", + "3.0" + ], + "fmuExport": [ + "CS", + "ME"], + "fmuImport": [ + "CS", + "ME" + ] } ]