Skip to content

Commit cdc55b8

Browse files
new screenshots + jinja ref + separate FESTIM statement
1 parent a148428 commit cdc55b8

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

example.png

11.4 KB
Loading

example_results.png

3.26 KB
Loading

paper.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bibliography: paper.bib
3434
- Configure solver parameters
3535
- Easily extend functionality through a modular architecture.
3636

37-
In addition to mirroring nearly all of `PathSim`'s capabilities, `PathView` uses `Jinja2` templates to generate fully executable Python scripts from graphical models, enabling seamless transition between GUI-based and code-based workflows.
37+
In addition to mirroring nearly all of `PathSim`'s capabilities, `PathView` uses `Jinja2` [@jinja] templates to generate fully executable Python scripts from graphical models, enabling seamless transition between GUI-based and code-based workflows.
3838

3939
# Statement of need
4040

@@ -48,7 +48,6 @@ Many established simulation platforms, such as MathWorks Simulink [@simulink] or
4848

4949
- ``harmonic_oscillator.json`` - Simple oscillator simulation
5050
- ``pid.json`` - PID controller example
51-
- ``festim_two_walls.json`` - Two-wall hydrogen diffusion model integrating the external FESTIM hydrogen tranport code [@delaporte-mathurin_festim_2024]
5251
- ``linear_feedback.json`` - Linear feedback system
5352
- ``pendulum.json`` - Pendulum example
5453
- ``spectrum.json`` - Spectral analysis example
@@ -60,6 +59,8 @@ Many established simulation platforms, such as MathWorks Simulink [@simulink] or
6059

6160
![Results tab with interactive graph (harmonic oscillator demo).\label{fig:example_results}](example_results.png){ width=100% }
6261

62+
We also provide an example demonstrating the integration of external tools in``festim_two_walls.json``: a two-wall hydrogen diffusion model integrating the FESTIM hydrogen tranport code [@delaporte-mathurin_festim_2024].
63+
6364
# Features
6465

6566
- **Node creation and connection**: Choose from 60+ different simulation node types, configure parameters, and connect them visually.

0 commit comments

Comments
 (0)