Skip to content

Commit

Permalink
FL + Triclade update (#5)
Browse files Browse the repository at this point in the history
* Adds FL author
Adds Triclade content

* Add François to demo dev

---------

Co-authored-by: Julien Bigot <[email protected]>
  • Loading branch information
francois-letierce and jbigot authored Nov 8, 2023
1 parent 95889fa commit 94f6050
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/resources/
public/
assets/jsconfig.json
.hugo_build.lock
File renamed without changes
Binary file added assets/media/triclade.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/media/triclade.png
Binary file not shown.
29 changes: 29 additions & 0 deletions content/authors/francois-letierce/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
authors: [ francois-letierce ]
name: François Letierce
email: [email protected]
title: Dr. Francois Letierce
role: Senior developer and architect
user_groups: [ "Permanent Staff" ]
organizations:
- name: CEA
url: https://www.cea.fr/
- name: Laboratory for High Performance Computing and Simulation
url: https://www-lihpc.cea.fr/en/index.html
social:
- icon: envelope
icon_pack: fas
link: mailto:[email protected]
user_groups:
- Core team
- Demonstrator devs

---

Francois Letierce is a reseach engineer at CEA since 2013.

Former real time embedded systems developper, he worked as software achitect in multiphysics numerical codes.

Currently working on HPC applications and software engineering.

Deeply interested by C++, GPGPU, new programming models and new technologies watch.
Binary file added content/authors/francois-letierce/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions content/triclade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ sections:
content:
title: Triclade
image:
filename: triclade.png
text: A code for the study of turbulent mixing zone.
filename: triclade.jpg
text: The Triclade application helps study turbulent mixing zone at fluids interface.
# cta:
# url: https://github.com/???
# url:
# label: Git repository
# icon_pack: fab
# icon: github
- block: markdown
content:
text: |
The Triclade code is developed and used in-house at [CEA](https://www.cea.fr), nationnaly with the [ISAE](https://groupe-isae.fr/), an internationnaly within the Ɵ-Group collaboration. It deals with the turbulent mixing phenomenon, typically found in various fields, such as Astrophysics, Geophysics, or Inertial Confinement Fusion.
Triclade models Turbulent Mixing Zone created and developed at fluids interface from shocks, expansions, accelerations, etc. in a highly compressible environment. It solves Navier-Stokes equations on a structured Cartesian mesh using various "Shock-capturing" numerical schemes.
Triclade is a standalone parallel (MPI) application written in C++ (100 kloc).
It is currently in the process of becoming open-source and available on GitHub.
Example of a triclade run:
{{< figure src="Triclade_etp1b_murimz256.0000.gif" width="33%" >}}
{{< figure src="triclade.gif" width="33%" >}}
---

0 comments on commit 94f6050

Please sign in to comment.