Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.8.3 | 2021-06-30 | ||
1.8.2 | 2020-12-16 | ||
1.8.1 | 2020-07-10 | ||
1.8.0 | 2020-05-26 | ||
TRIOCFD-IHM | 2019-12-02 | ||
1.7.9 | 2019-07-31 | ||
1.7.8 | 2019-01-08 | ||
1.7.7 | 2018-06-29 | ||
1.7.6 | 2017-11-20 | ||
1.7.5 | 2017-06-14 | ||
1.7.4 | 2016-12-13 | ||
1.7.3 | 2016-06-20 | ||
1.7.2 | 2016-06-20 | ||
1.7.1 | 2015-12-10 | ||
README | 2021-06-30 | 1.1 kB | |
Installer_TrioCFD.sh | 2021-06-29 | 3.0 kB | |
files | 2020-06-30 | 1.1 kB | |
Totals: 17 Items | 5.2 kB | 1 |
# 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