Skip to content

Commit 8dbad26

Browse files
authored
Add Reference FMUs to tools list (#673)
1 parent 6c84d1f commit 8dbad26

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

static/assets/tools.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5161,5 +5161,38 @@
51615161
"CS",
51625162
"ME"
51635163
]
5164+
},
5165+
{
5166+
"name": "Reference FMUs",
5167+
"license": "osi",
5168+
"url": "https://github.com/modelica/reference-fmus",
5169+
"vendor": "Modelica Association",
5170+
"vendorURL": "https://modelica.org/association/",
5171+
"examplesURL": "https://github.com/modelica/reference-fmus",
5172+
"description": "A set of hand-coded FMUs and a simulator for validation, development, testing, and debugging of the Functional Mock-up Interface.",
5173+
"features": [],
5174+
"platforms": [
5175+
"macOS",
5176+
"Linux",
5177+
"Windows",
5178+
"Source Code"
5179+
],
5180+
"interfaces": [
5181+
"GUI",
5182+
"CLI",
5183+
"library"
5184+
],
5185+
"fmiVersions": [
5186+
"1.0",
5187+
"2.0",
5188+
"3.0"
5189+
],
5190+
"fmuExport": [
5191+
"CS",
5192+
"ME"],
5193+
"fmuImport": [
5194+
"CS",
5195+
"ME"
5196+
]
51645197
}
51655198
]

0 commit comments

Comments
 (0)