Skip to content

Commit 514a149

Browse files
authored
Merge pull request #5 from pathsim/feat/add-fmi
Add pathsim-fmi to ecosystem section
2 parents 55d1e82 + 6db3e93 commit 514a149

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/lib/config/config.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ export const packages: Record<string, PackageConfig> = {
141141
pypi: `${external.pypi}/pathsim-rf`,
142142
github: `${external.github}/pathsim-rf`
143143
},
144+
fmi: {
145+
name: 'PathSim-FMI',
146+
shortName: 'fmi',
147+
description: 'Wrap Co-Simulation and Model-Exchange FMUs (FMI 2.0 / 3.0) as PathSim blocks, driven by FMPy.',
148+
logo: 'pathsim_fmi_logo.png',
149+
docs: `${external.docs}/fmi`,
150+
api: `${external.docs}/fmi/api`,
151+
pypi: `${external.pypi}/pathsim-fmi`,
152+
github: `${external.github}/pathsim-fmi`
153+
},
144154
codegen: {
145155
name: 'PathSim Codegen',
146156
shortName: 'codegen',
@@ -172,7 +182,7 @@ export const packages: Record<string, PackageConfig> = {
172182
};
173183

174184
// Package display order for ecosystem section
175-
export const packageOrder = ['pathview', 'codegen', 'pathsim', 'chem', 'batt', 'vehicle', 'flight', 'rf'] as const;
185+
export const packageOrder = ['pathview', 'codegen', 'pathsim', 'chem', 'batt', 'vehicle', 'flight', 'rf', 'fmi'] as const;
176186

177187
// ============================================
178188
// NAVIGATION

static/pathsim_fmi_logo.png

14 KB
Loading

0 commit comments

Comments
 (0)