Skip to content

Commit 4cc0839

Browse files
authored
Add Fedem to the tools list (#805)
* Add Fedem to the tools list * Add examplesURL for Fedem
1 parent e47dbdb commit 4cc0839

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
180 KB
Loading

static/assets/tools.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6293,7 +6293,7 @@
62936293
"logo": "pathsim.png",
62946294
"vendor": "Milan Rother",
62956295
"vendorURL": "https://pathsim.readthedocs.io/en/latest",
6296-
"examplesURL": "https://pathsim.readthedocs.io/en/latest/examples/fmu_cosimulation.html",
6296+
"examplesURL": "https://pathsim.readthedocs.io/en/latest/examples/fmu_cosimulation.html",
62976297
"description": "A Python native dynamical system simulation framework in the block diagram paradigm.",
62986298
"features": [],
62996299
"platforms": [
@@ -6312,5 +6312,31 @@
63126312
"fmuImport": [
63136313
"CS"
63146314
]
6315+
},
6316+
{
6317+
"name": "Fedem",
6318+
"license": "osi",
6319+
"url": "https://openfedem.org",
6320+
"logo": "fedem.png",
6321+
"vendor": "The Open Fedem team",
6322+
"vendorURL": "https://openfedem.org",
6323+
"examplesURL": "https://openfedem.org/examples/digital_twins/",
6324+
"description": "Finite element dynamics in elastic mechanisms, a flexible multi-body non-linear dynamics simulation tool with integrated control system",
6325+
"features": [],
6326+
"platforms": [
6327+
"Linux",
6328+
"Windows"
6329+
],
6330+
"interfaces": [
6331+
"GUI",
6332+
"CLI"
6333+
],
6334+
"fmiVersions": [
6335+
"2.0"
6336+
],
6337+
"fmuExport": [
6338+
"CS"
6339+
],
6340+
"fmuImport": []
63156341
}
63166342
]

0 commit comments

Comments
 (0)