Skip to content

Commit 26a108c

Browse files
authored
add 4 new FMI-supported tools by orthogonal (#789)
1 parent 113484f commit 26a108c

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

static/assets/tools.json

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6164,5 +6164,111 @@
61646164
"fmuImport": [
61656165
"CS"
61666166
]
6167+
},
6168+
{
6169+
"name": "ODE+ Component",
6170+
"license": "commercial",
6171+
"url": "https://plus.orthogonal.dev/component",
6172+
"logo": "orthogonal.svg",
6173+
"vendor": "orthogonal",
6174+
"vendorURL": "https://www.orthogonal.dev/",
6175+
"description": "Cloud-native and AI-first platform powered by Modelica for high-fidelity multi-domain physical modeling and simulation",
6176+
"features": [],
6177+
"platforms": [
6178+
"macOS",
6179+
"Linux",
6180+
"Windows"
6181+
],
6182+
"interfaces": [
6183+
"GUI"
6184+
],
6185+
"fmiVersions": [
6186+
"1.0",
6187+
"2.0"
6188+
],
6189+
"fmuExport": [
6190+
"CS",
6191+
"ME"
6192+
],
6193+
"fmuImport": []
6194+
},
6195+
{
6196+
"name": "ODE+ Interaction",
6197+
"license": "commercial",
6198+
"url": "https://plus.orthogonal.dev/interaction",
6199+
"logo": "orthogonal.svg",
6200+
"vendor": "orthogonal",
6201+
"vendorURL": "https://www.orthogonal.dev/",
6202+
"description": "Customizable panel editor with drag-and-drop widgets for intuitive parameter control and real-time data visualization",
6203+
"features": [],
6204+
"platforms": [
6205+
"macOS",
6206+
"Linux",
6207+
"Windows"
6208+
],
6209+
"interfaces": [
6210+
"GUI"
6211+
],
6212+
"fmiVersions": [
6213+
"1.0",
6214+
"2.0"
6215+
],
6216+
"fmuExport": [],
6217+
"fmuImport": [
6218+
"CS"
6219+
]
6220+
},
6221+
{
6222+
"name": "ODE+ Vision",
6223+
"license": "commercial",
6224+
"url": "https://plus.orthogonal.dev/vision",
6225+
"logo": "orthogonal.svg",
6226+
"vendor": "orthogonal",
6227+
"vendorURL": "https://www.orthogonal.dev/",
6228+
"description": "High-fidelity 3D rendering with physics-based lighting and animation for comprehensive simulation behavior analysis",
6229+
"features": [],
6230+
"platforms": [
6231+
"macOS",
6232+
"Linux",
6233+
"Windows"
6234+
],
6235+
"interfaces": [
6236+
"GUI"
6237+
],
6238+
"fmiVersions": [
6239+
"1.0",
6240+
"2.0"
6241+
],
6242+
"fmuExport": [],
6243+
"fmuImport": [
6244+
"CS"
6245+
]
6246+
},
6247+
{
6248+
"name": "ODE+ System",
6249+
"license": "commercial",
6250+
"url": "https://plus.orthogonal.dev/system",
6251+
"logo": "orthogonal.svg",
6252+
"vendor": "orthogonal",
6253+
"vendorURL": "https://www.orthogonal.dev/",
6254+
"description": "Create and edit System Structure and Parameterization (SSP) with Functional Mock-up Units (FMUs) for scalable, hierarchical system simulation",
6255+
"features": [],
6256+
"platforms": [
6257+
"macOS",
6258+
"Linux",
6259+
"Windows"
6260+
],
6261+
"interfaces": [
6262+
"GUI"
6263+
],
6264+
"fmiVersions": [
6265+
"1.0",
6266+
"2.0"
6267+
],
6268+
"fmuExport": [],
6269+
"fmuImport": [
6270+
"CS",
6271+
"ME"
6272+
]
61676273
}
61686274
]

0 commit comments

Comments
 (0)