smillerc / cato

A flexible modern fortran code that solves the Euler fluid equations using the following flux solvers [AUSM+-up, (M-)AUSMPW+, SLAU(2), FVLEG]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CATO

Build/Install

Requirements:

Sample install script

mkdir build && cd build
CC=gcc FC=gfortran cmake .. -DCMAKE_BUILD_TYPE="Release"
make -j

Examples

Check out the tests/integrated folder for a series of different test problems. Note, not all of them are fully functioning, but the majority are.

Physics

This code solves the Euler fluid equations using a few differente methods. Some of the papers that describe this are listed here

Influences and Sources of Inspiration

About

A flexible modern fortran code that solves the Euler fluid equations using the following flux solvers [AUSM+-up, (M-)AUSMPW+, SLAU(2), FVLEG]

License:MIT License


Languages

Language:Fortran 79.3%Language:Python 13.7%Language:CMake 5.1%Language:Shell 1.8%Language:C 0.1%