PHASTA / phasta

Parallel Hierarchic Adaptive Stabilized Transient Analysis of compressible and incompressible Navier Stokes equations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#build and test

wget https://fluid.colorado.edu/~kjansen/PHASTA/phastaChefTests.tar.gz
tar xzf phastaChefTests.tar.gz # use for CASES path below

Note, the following builds only the native compressible solver. There are options that can be turned on to utilize PETSc for compressible. Likewise there are options to build the incompressible solver with SVLS. Finally CMAKE can configure alternate compilers and optimization choices.

cmake \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_Fortran_COMPILER=gfortran \
-DCMAKE_BUILD_TYPE=Debug \
-DPHASTA_INCOMPRESSIBLE=OFF \
-DPHASTA_COMPRESSIBLE=ON \
-DPHASTA_USE_SVLS=OFF \
-DPHASTA_USE_PETSC=OFF \
../phasta

About

Parallel Hierarchic Adaptive Stabilized Transient Analysis of compressible and incompressible Navier Stokes equations

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Fortran 65.0%Language:C 25.0%Language:C++ 8.1%Language:CMake 0.9%Language:Shell 0.6%Language:Makefile 0.4%Language:Forth 0.0%Language:M4 0.0%