furstj / myFoam

Additional OpenFOAM solvers for compressible flows
GNU General Public License v3.0
35 stars 16 forks source link
cfd compressible-flows finite-volume lu-sgs openfoam

myFoam

The repository contains several additional solvers for OpenFOAM. There are several branches supporting different versions of OpenFOAM:

The package consists of two sub-directories:

Obsolete / removed parts:

Installation

The installation is quite easy, just do

cd myFoam
./Allwmake
cd ../mySolvers
./Allwmake

Tutorial case

There is simple tutorial case in tutorials/myLuSgsFoam. Just run ./Allrun inside that directory.

Notes

How to cite

Please cite as

@article{Furst2018,
author = {F{\"{u}}rst, Ji\v{r}{\'{\i}}},
doi = {10.1016/j.compfluid.2018.04.020},
issn = {00457930},
journal = {Computers {\&} Fluids},
month = {aug},
pages = {332--339},
title = {Development of a coupled matrix-free {LU-SGS} solver for turbulent compressible flows},
volume = {172},
year = {2018}
}