Release V1.9.4
TrioCFD (previously named "Trio_U") is the Computational Fluid Dynamics (CFD) code
based on the TRUST platform.
It offers, in addition to TRUST modules, different physical modules such as:
- Turbulence LES & RANS models
- Front-Tracking
- Radiation
- ALE for fluid-structure interactions
- Turbulence (RANS) with multiphase problems
This software is OpenSource (BSD license).
New TrioCFD version released v1.9.4
Table of contents
- What's new?
- How to install?
- TrioCFD Release notes
TRUST/TrioCFD support team: trust@cea.fr
Website: https://triocfd.cea.fr
1. What's new ?
-
Front Tracking IJK :
- Syntax changed for type_velocity_convection_op and type_velocity_diffusion_op
- First implementation of a one-dimensional thermal sub-resolution technique in the vicinity of bubble's interfaces and exploration of various thermal coupling strategies with IJK discretisation
- New shear periodic conditions
-
New documentation of CMFD model based on Pb_Multiphase module of TRUST platform
-
New Module Algo_QC
2. How to install ?
If TRUST-1.9.4 is not already installed, install it with:
git clone https://github.com/cea-trust-platform/trust-code.git TRUST-1.9.4
cd TRUST-1.9.4
wget ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.4.tar
# or, if problem with ftp:
# wget "https://drive.google.com/u/0/uc?id=1boywYtjFNtQDCmuVm_lWFKivjOzi5JRX&export=download&confirm=t" -O externalpackages-1.9.4.tar
tar xf externalpackages-1.9.4.tar
./configure $OPTIONS
make
cd ..
Then, install TrioCFD-1.9.4 using:
git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.9.4
cd TrioCFD-1.9.4
git checkout v1.9.4
source PathToTRUST-1.9.4/env_TRUST.sh
baltik_build_configure -execute
make optim debug
3. TrioCFD Release notes version 1.9.4 : Enhancements, modifications and corrected bugs since version 1.9.3 :
24/06/24
(TrioCFD) New Doc : New documentation of CMFD module based on Pb_Multiphase
13/05/24
(TrioCFD) New Feature : FT IJK - New shear periodic conditions
29/04/24
(TrioCFD) New Feature : Algo QC - Decoupled saving raw data and statistics files
08/04/24
(TrioCFD) Syntax : Keyword 'Ecrire_fichier_xyz_valeur' new syntax is on the form: Ecrire_fichier_xyz_valeur { dt 5. fields 2 vitesse k_eps boundaries 1 PERIO }
13/03/24
(TrioCFD) New feature : FT IJK - Implementation of a spectral forcing method for FT IJK compatible with a bubble swarm
06/03/24
(TrioCFD) New feature : FT IJK - First implementation of a one-dimensional thermal sub-resolution technique in the vicinity of bubble's interfaces and exploration of various thermal coupling strategies with IJK discretisation.
06/03/24
(TrioCFD) Syntax : FT IJK - Syntax changed for type_velocity_convection_op and type_velocity_diffusion_op, you should now use velocity_convection_op and velocity_diffusion_op in your datafiles
12/02/24
(TrioCFD) New feature : Algo_QC - New feature 'Algo_QC' added