mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -70,6 +70,12 @@ makeLaminarModel(Stokes);
|
||||
#include "kEpsilon.H"
|
||||
makeRASModel(kEpsilon);
|
||||
|
||||
#include "realizableKE.H"
|
||||
makeRASModel(realizableKE);
|
||||
|
||||
#include "kOmegaSST.H"
|
||||
makeRASModel(kOmegaSST);
|
||||
|
||||
#include "Smagorinsky.H"
|
||||
makeLESModel(Smagorinsky);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user