v1.8.4 Release #3
judarona
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
TRUST/TrioCFD support team: [email protected]
Website: http://triocfd.cea.fr
1. What's new?
Code :
Documentation:
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
Beta Was this translation helpful? Give feedback.
All reactions