Skip to content
/ cato Public

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

smillerc/cato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b79d598 · Apr 9, 2021
Jul 2, 2020
Aug 10, 2020
Feb 9, 2021
Oct 28, 2020
Mar 16, 2020
Dec 2, 2019
Mar 30, 2021
Mar 19, 2021
Apr 9, 2021
Apr 8, 2021
Dec 9, 2019
Dec 10, 2020
Mar 18, 2021
Jan 21, 2021
Aug 12, 2020
Feb 18, 2020
Nov 1, 2019
Aug 13, 2020
Jun 23, 2020
Aug 15, 2020

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]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published