Skip to content

Commit 2ab5ff8

Browse files
restenbt-sommer
authored andcommitted
added STC & MLFMU
1 parent 9254aac commit 2ab5ff8

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed
33.7 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/assets/tools.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5232,5 +5232,63 @@
52325232
"fmuImport": [
52335233
"CS"
52345234
]
5235+
},
5236+
{
5237+
"name": "MLFMU",
5238+
"license": "BSD-3",
5239+
"url": "https://pypi.org/project/mlfmu/",
5240+
"logo": "mlfmu_logo_v1.svg",
5241+
"vendor": "DNV",
5242+
"vendorURL": "https://www.dnv.com/",
5243+
"examplesURL": "https://github.com/dnv-opensource/mlfmu/tree/main/examples",
5244+
"description": "A tool to convert machine learning models to FMUs",
5245+
"features": [],
5246+
"platforms": [
5247+
"macOS",
5248+
"Linux",
5249+
"Windows"
5250+
],
5251+
"interfaces": [
5252+
"CLI"
5253+
],
5254+
"fmiVersions": [
5255+
"2.0"
5256+
],
5257+
"fmuExport": [
5258+
"CS"
5259+
],
5260+
"fmuImport": [
5261+
"CS"
5262+
]
5263+
},
5264+
{
5265+
"name": "Simulation Trust Center",
5266+
"license": "commercial",
5267+
"url": "https://stc.dnv.com",
5268+
"logo": "DNV_logo_RGB.png",
5269+
"vendor": "DNV",
5270+
"vendorURL": "https://www.dnv.com/",
5271+
"examplesURL": "https://stc.dnv.com/public",
5272+
"description": "Simulation Trust Center is a collaborative simulation tool that allows secure upload, storage, sharing, and execution of FMUs in a cloud-hosted co-simulation environment.",
5273+
"features": [],
5274+
"platforms": [
5275+
"Linux",
5276+
"Windows"
5277+
],
5278+
"interfaces": [
5279+
"CLI",
5280+
"GUI"
5281+
],
5282+
"fmiVersions": [
5283+
"1.0",
5284+
"2.0",
5285+
"3.0"
5286+
],
5287+
"fmuExport": [
5288+
"CS"
5289+
],
5290+
"fmuImport": [
5291+
"CS"
5292+
]
52355293
}
52365294
]

0 commit comments

Comments
 (0)