driftFluxFoam: Added support for LRR and SSG Reynolds stress models
This commit is contained in:
@ -91,5 +91,11 @@ makeLESModel(Smagorinsky);
|
||||
#include "kEqn.H"
|
||||
makeLESModel(kEqn);
|
||||
|
||||
#include "LRR.H"
|
||||
makeRASModel(LRR);
|
||||
|
||||
#include "SSG.H"
|
||||
makeRASModel(SSG);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user