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:
The installation is quite easy, just do
cd myFoam
./Allwmake
cd ../mySolvers
./Allwmake
There is simple tutorial case in tutorials/myLuSgsFoam. Just run ./Allrun
inside that directory.
h = cp*(T - Tref) + href
whereas h = cp*T
in eralier versions. Therefore the solver requires to set
Tref = 0
in thermophysicalProperties
, see tutorials.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}
}