Skip to content

Commit eb31132

Browse files
Add fmi tool simsen (#690)
* Update tools.json Update tools.json to add a new fmi tool, named SIMSEN * Add a Logo Image for fmi Tool SIMSEN Add file simsen.png into /logos subfolder to display as logo in fmi tools page. --------- Co-authored-by: Christian Bertsch <[email protected]>
1 parent 2ab5ff8 commit eb31132

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
11.3 KB
Loading

static/assets/tools.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5260,7 +5260,7 @@
52605260
"fmuImport": [
52615261
"CS"
52625262
]
5263-
},
5263+
},
52645264
{
52655265
"name": "Simulation Trust Center",
52665266
"license": "commercial",
@@ -5290,5 +5290,32 @@
52905290
"fmuImport": [
52915291
"CS"
52925292
]
5293+
},
5294+
{
5295+
"name": "SIMSEN",
5296+
"license": "commercial",
5297+
"url": "https://powervision-eng.ch/simsen-software/",
5298+
"logo": "simsen.png",
5299+
"vendor": "EPFL and Power Vision Engineering Sarl",
5300+
"vendorURL": "https://powervision-eng.ch",
5301+
"description": "Software for simulating transient behaviour of complex hydraulic & electric systems, like adjustable speed drives. The software enables modelling, simulation and analysis of the power networks dynamic behavior, speed drives and hydraulic systems with arbitrary topology, including hydraulic circuits, electrical installations, rotating inertias and control/command systems.",
5302+
"features": [],
5303+
"platforms": [
5304+
"Linux",
5305+
"Windows"
5306+
],
5307+
"interfaces": [
5308+
"GUI",
5309+
"CLI"
5310+
],
5311+
"fmiVersions": [
5312+
"2.0"
5313+
],
5314+
"fmuExport": [
5315+
"CS"
5316+
],
5317+
"fmuImport": [
5318+
"CS"
5319+
]
52935320
}
52945321
]

0 commit comments

Comments
 (0)