diff --git a/assets/media/tripoli.png b/assets/media/tripoli.png new file mode 100644 index 0000000..87fd14c Binary files /dev/null and b/assets/media/tripoli.png differ diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index a3b062e..fcc344a 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -33,6 +33,10 @@ main: parent: demos url: triocfd weight: 30 + - name: Tripoli 5 + parent: demos + url: tripoli + weight: 40 - name: "Community & Contacts" url: community weight: 40 diff --git a/content/_index.md b/content/_index.md index 7068960..7b16400 100644 --- a/content/_index.md +++ b/content/_index.md @@ -110,6 +110,10 @@ sections: description: Astrophysics icon: camera-retro icon_pack: fas + - name: '[Tripoli 5]({{< relref "tripoli" >}})' + description: Neutronics + icon: atom + icon_pack: fas - block: markdown content: title: diff --git a/content/tripoli/index.md b/content/tripoli/index.md new file mode 100644 index 0000000..bc4331f --- /dev/null +++ b/content/tripoli/index.md @@ -0,0 +1,28 @@ +--- +title: Tripoli +type: landing + +sections: + - block: hero + content: + title: Tripoli 5 + image: + filename: tripoli.png + text: A Monte Carlo code for HPC. + - block: markdown + content: + text: | + CEA, ASNR (ex IRSN) and EDF have joined forces and started the development of the TRIPOLI-5® + Monte Carlo particle transport code in 2022[^1], with the goal of performing massively parallel simulations on + hybrid computing architectures. TRIPOLI-5 benefits from the experience gained from previous investigations + conducted on the PATMOS mini-app, concerning the portability of particle-transport algorithms in + High Performance Computing environments. Currently, the main focus of TRIPOLI-5 is on reactor physics + applications, including multi-physics feedback for stationary and non-stationary configurations. In the long + run, TRIPOLI-5 will eventually cover a broader range of applications (encompassing radiation shielding + and nuclear instrumentation) and thus supersede the current-generation Monte Carlo codes [TRIPOLI-4®](https://www.cea.fr/energies/tripoli-4/Pages/Code%20features/Code_features.aspx), + developed at CEA, and MORET6, developed at ASNR (ex IRSN). + + {{< figure src="tripoli_case.jpg" >}} + + [^1]: Davide Mancusi, Emeric Brun, Benjamin Dechenaux, Kévin Fröhlicher, Thomas Gonçalves, et al.. Overview of TRIPOLI-5, a Monte Carlo code for HPC. EPJ N - Nuclear Sciences & Technologies, 2024, 10, pp.26. [doi:10.1051/epjn/2024028](https://doi.org/10.1051/epjn/2024028). hal-04852783 +--- diff --git a/content/tripoli/tripoli_case.jpg b/content/tripoli/tripoli_case.jpg new file mode 100644 index 0000000..43cdc5b Binary files /dev/null and b/content/tripoli/tripoli_case.jpg differ