Giter VIP home page Giter VIP logo

aburlot / triocfd-code Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cea-trust-platform/triocfd-code

0.0 0.0 0.0 2.4 GB

TrioCFD is the Computational Fluid Dynamics (CFD) code based on the TRUST platform. The code contains Front_Tracking, Radiation, ALE for fluid/structure interactions and Turbulence LES & RANS models. This software is OpenSource (BSD license).

Shell 3.53% C++ 35.96% Python 2.78% C 0.21% Fortran 0.06% MATLAB 0.02% OpenEdge ABL 1.92% TeX 5.57% Gnuplot 0.02% AGS Script 1.70% GLSL 47.43% Jupyter Notebook 0.66% GDB 0.02% Roff 0.09% Vim Script 0.04%

triocfd-code's Introduction

TrioCFD

TrioCFD (previously named "Trio_U") is the Computational Fluid Dynamics (CFD) code based on the TRUST platform. There are different physical modules such as:

  • Turbulence LES & RANS models,
  • Front-Tracking,
  • Radiation,
  • ALE for fluid/structure interactions.

This software is OpenSource (BSD license).

How to install TrioCFD-1.9.3 version ?

If TRUST-1.9.3 is not already installed, please follow TRUST install instructions.

Once TRUST installed, install TrioCFD-1.9.3 using one of these methods:

First method

git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.9.3
cd TrioCFD-1.9.3
source PathToTRUST-1.9.3/env_TRUST.sh
baltik_build_configure -execute
make optim debug

Second method

wget ftp://ftp.cea.fr/pub/TRUST/TrioCFD/versions/v1.9.3/TrioCFD-1.9.3.tar.gz
tar xzf TrioCFD-1.9.3.tar.gz
mv TrioCFD TrioCFD-1.9.3
cd TrioCFD-1.9.3
source PathToTRUST-1.9.3/env_TRUST.sh
baltik_build_configure -execute
make optim debug

How to install TrioCFD's development version ?

for developers and those interested in new features only.

Warning: "next" branch may not compile or some tests fail if important developments merged

If TRUST-next is not already installed, please follow TRUST install instructions.

git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-next
cd TrioCFD-next
git checkout next
source PathToTRUST-next/env_TRUST.sh
baltik_build_configure -execute
make optim debug

How to start ?

source ./env_TrioCFD.sh

To check:

# All non-regression test cases:
make check_optim or make ctest_optim
make check_debug or make ctest_debug

# A given non-regression test list
make check_optim TESTLIST="./share/testList/{nameOfTheTestList}"

# All validation report (warning it may take many days !):
make check_validation

# A given list of validation reports
make check_validation TESTLIST="./share/testList/{nameOfTheValidationList}

To see documentation:

triocfd -index

triocfd-code's People

Contributors

uoirt avatar judarona avatar eliesaikali avatar coreiss avatar adelapuscas avatar abruneton avatar pledac avatar trust-tma avatar gerschen avatar yannickgorsse avatar secherbernard avatar asonolet avatar luc-lecointre avatar camillafiorini avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.