Skip to content

Release v1.8.4

Compare
Choose a tag to compare
@judarona judarona released this 15 Dec 11:48
· 2553 commits to master since this release

TrioCFD (previously named "Trio_U") is the Computational Fluid Dynamics (CFD) code
based on the TRUST platform ("TRUST" with Front-Tracking, Radiation, ALE for fluid-structure interactions and Turbulence LES & RANS models).
This software is OpenSource (BSD license).

New TrioCFD version released v1.8.4
is now available on Github: https://github.com/cea-trust-platform/TrioCFD-code

Table of contents

  1. What's new?
  2. How to install?
  3. TrioCFD Release notes

TRUST/TrioCFD support team: trust@cea.fr
Website: http://triocfd.cea.fr


1. What's new?


Code :

  • New models for weakly compressible flows
  • Enhancements of the k-epsilon Bicephale model

Documentation:

  • Configuration Management Plan (PGC) available in the directory $project_directory/share/doc

2. How to install?


If TRUST-1.8.4 not already installed, install it with:
First method:
$> git clone https://github.com/cea-trust-platform/trust-code.git TRUST-1.8.4
$> cd TRUST-1.8.4
$> wget ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.8.4.tar
$> tar xf externalpackages-1.8.4.tar
$> ./configure $OPTIONS
$> make

Second method:
$> wget ftp://ftp.cea.fr/pub/TRUST/TRUST/Version1.8.4/TRUST-1.8.4.tar.gz
$> tar xzf TRUST-1.8.4.tar.gz
$> cd TRUST-1.8.4
$> ./configure $OPTIONS
$> make

Then, install TrioCFD-1.8.4 using one of these methods:
First method:
$> git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.8.4
$> cd TrioCFD-1.8.4
$> source PathToTRUST-1.8.4/env_TRUST.sh
$> baltik_build_configure -execute
$> make optim debug

Second method:
$> wget ftp://ftp.cea.fr/pub/TRUST/TrioCFD/versions/v1.8.4/TrioCFD-1.8.4.tar.gz
$> tar xzf TrioCFD-1.8.4.tar.gz
$> mv TrioCFD TrioCFD-1.8.4
$> cd TrioCFD-1.8.4
$> source PathToTRUST-1.8.4/env_TRUST.sh
$> baltik_build_configure -execute
$> make optim debug


3. TrioCFD Release notes version 1.8.4 : Enhancements, modifications and corrected bugs since version 1.8.3 :


07/12/21 (TrioCFD) New feature : New documentation available: Configuration Management Plan (PGC)
03/12/21 (TrioCFD) Enhancement : Improvement of the k-epsilon Bicephale model
22/10/21 (TrioCFD) New feature : New model for weakly compressible flow