Download Latest Version TrioCFD.tar.gz (418.1 MB)
Email in envelope

Get an email when there's a new version of TrioCFD

Home / 1.7.3
Name Modified Size InfoDownloads / Week
Parent folder
Installer_TrioCFD.sh 2016-06-20 2.8 kB
TrioCFD.tar.gz 2016-06-20 233.6 MB
Totals: 2 Items   233.6 MB 0
# First method if TRUST-1.8.3 platform is not installed:
##Download Installer_TrioCFD.sh
wget http://sourceforge.net/projects/triocfd/files/Installer_TrioCFD.sh

##Execute Installer
chmod +x Installer_TrioCFD.sh
./Installer_TrioCFD.sh

## Option to minimize build. You need to set this variable and then run previous method:
OPTIONS=\"-disable-optionals\"

-----------------------------------------------------------------------------------------------------------------

# Second method if TRUST-1.8.3 platform is already installed:
wget http://sourceforge.net/projects/triocfd/files/Installer_TrioCFD.sh;
chmod +x Installer_TrioCFD.sh;
./Installer_TrioCFD.sh -with-trust $TRUST_ROOT

-----------------------------------------------------------------------------------------------------------------

# Third method if TRUST-1.8.3 platform is already installed:
git clone git://git.code.sf.net/p/triocfd/code TrioCFD-1.8.3;
cd TrioCFD-1.8.3;
source $TRUST_ROOT/env_TRUST.sh;
baltik_build_configure -execute;
make optim debug
Source: README, updated 2021-06-30