You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstract = {FESTIM (Finite Element Simulation of Tritium In Materials), is a versatile open-source finite element code developed in Python for simulating hydrogen transport in materials. FESTIM addresses limitations observed in existing codes by enabling multi-dimensional, multi-material simulations, leveraging the flexible finite element method and the open-source FEniCS library. Use cases illustrating FESTIM’s applicability and efficacy are presented: reproduction of thermo-desorption experiments, modelling plasma-facing components (divertor monoblocks), and modelling breeding blankets. A comparative analysis with two other numerical tools (TMAP8 and COMSOL®) is then performed. FESTIM is in very good agreement with these codes and shows similar (or better) computing performances. Finally, the thorough validation and verification (using the method of manufactured solutions) of the code is described, highlighting the code’s reliability.},
49
+
urldate = {2024-03-22},
50
+
journal = {International Journal of Hydrogen Energy},
51
+
author = {Delaporte-Mathurin, Rémi and Dark, James and Ferrero, Gabriele and Hodille, Etienne A. and Kulagin, Vladimir and Meschini, Samuele},
Copy file name to clipboardExpand all lines: paper.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,23 +42,27 @@ In addition to mirroring nearly all of `PathSim`'s capabilities, `PathView` uses
42
42
Many established simulation platforms, such as MathWorks Simulink [@simulink] or Aspen Plus [@aspen], provide graphical user interfaces to enhance usability, model comprehension, and collaboration. Until now, such a visual modelling environment was missing for `PathSim`.
43
43
`PathView` fills this gap by providing a modern, interactive, and extensible GUI, reducing the barrier to entry for new users and improving productivity for experienced modellers.
44
44
45
-
# Example
45
+
# Examples
46
46
47
-
`PathView` includes several pre-built example graphs in the [example_graphs](https://github.com/festim-dev/pathview/tree/main/example_graphs) directory that demonstrate different functionality:
47
+
`PathView` includes several pre-built example graphs in the [example_graphs](https://github.com/festim-dev/pathview/tree/main/example_graphs) directory that demonstrate different functionalities:
0 commit comments