Skip to content

Commit

Permalink
Include FMI runner in Tooling (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardWilleke authored Jul 6, 2023
1 parent ef6bcdb commit 6ab5064
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
path = imported/micro-manager
url = https://github.com/precice/micro-manager.git
branch = develop
[submodule "imported/fmi-runner"]
path = imported/fmi-runner
url = https://github.com/precice/fmi-runner
branch = develop
13 changes: 13 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,18 @@ defaults:
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/micro-manager/edit/develop/ # ends in /
-
scope:
path: "imported/fmi-runner/"
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: docs_sidebar
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/fmi-runner/edit/develop/ # ends in /
-
scope:
path: "pages/community"
Expand Down Expand Up @@ -229,6 +241,7 @@ subprojects:
- imported/tutorials/aste-turbine
- imported/openfoam-adapter/docs
- imported/micro-manager/docs
- imported/fmi-runner/docs
- imported/aste/docs

# We use these versions to centrally update links
Expand Down
6 changes: 5 additions & 1 deletion _data/sidebars/docs_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ entries:
- title: Config visualization
url: /tooling-config-visualization.html
output: web, pdf

- title: FMI runner
url: /tooling-fmi-runner.html
output: web, pdf

subfolders:
- title: Micro Manager
Expand All @@ -257,7 +261,7 @@ entries:
- title: Running
url: /tooling-micro-manager-running.html
output: web, pdf

- title: Performance analysis
url: /tooling-performance-analysis.html
output: web, pdf
Expand Down
1 change: 1 addition & 0 deletions imported/fmi-runner
Submodule fmi-runner added at 680ce0
1 change: 1 addition & 0 deletions pages/docs/tooling/tooling-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Here you will find a few tools to:
- [Simulate and replay coupled simulations in an artificial environment](tooling-aste.html) without actual solvers and adapters.
- [Check your configuration file](tooling-builtin.html) without starting a whole simulation.
- [Visualize the preCICE configuration file](tooling-config-visualization.html) to understand if you are really asking preCICE to do what you meant to.
- [Couple your simulation to FMU models](tooling-fmi-runner.html) following the FMI standard.
- [Set up a coupling between solvers at different scales](tooling-micro-manager-overview.html) to resolve two-scale coupled scenarios using preCICE.
- [Analyze the performance of the coupled simulation](tooling-performance-analysis.html) to understand where the runtime comes from.
- [Compute parameters for the RBF mapping configuration](tooling-rbf-shape.html) to optimize the accuracy and performance of your RBF mapping.
Expand Down

0 comments on commit 6ab5064

Please sign in to comment.