SkillAgentSearch skills...

Phasta

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

Install / Use

/learn @PHASTA/Phasta
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

#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
View on GitHub
GitHub Stars73
CategoryDevelopment
Updated2mo ago
Forks47

Languages

Fortran

Security Score

95/100

Audited on Jan 31, 2026

No findings