Skip to content

Commit

Permalink
Add fmi tool simsen (#690)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
abeguin-pve and chrbertsch authored Dec 20, 2024
1 parent 2ab5ff8 commit eb31132
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
Binary file added static/assets/images/logos/simsen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 28 additions & 1 deletion static/assets/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5260,7 +5260,7 @@
"fmuImport": [
"CS"
]
},
},
{
"name": "Simulation Trust Center",
"license": "commercial",
Expand Down Expand Up @@ -5290,5 +5290,32 @@
"fmuImport": [
"CS"
]
},
{
"name": "SIMSEN",
"license": "commercial",
"url": "https://powervision-eng.ch/simsen-software/",
"logo": "simsen.png",
"vendor": "EPFL and Power Vision Engineering Sarl",
"vendorURL": "https://powervision-eng.ch",
"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.",
"features": [],
"platforms": [
"Linux",
"Windows"
],
"interfaces": [
"GUI",
"CLI"
],
"fmiVersions": [
"2.0"
],
"fmuExport": [
"CS"
],
"fmuImport": [
"CS"
]
}
]

0 comments on commit eb31132

Please sign in to comment.