Skip to content
forked from 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]

License

Notifications You must be signed in to change notification settings

tomekplewa/cato

 
 

Repository files navigation

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]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 79.3%
  • Python 13.7%
  • CMake 5.1%
  • Shell 1.8%
  • C 0.1%