Skip to content
Snippets Groups Projects
Commit 00885801 authored by henry's avatar henry
Browse files

Added RAS and LES models to the turbulenceModel selection table.

parent c98e404f
Branches
Tags
No related merge requests found
......@@ -38,6 +38,7 @@ namespace compressible
defineTypeNameAndDebug(LESModel, 0);
defineRunTimeSelectionTable(LESModel, dictionary);
addToRunTimeSelectionTable(turbulenceModel, LESModel, turbulenceModel);
// * * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * //
......
......@@ -39,6 +39,7 @@ namespace compressible
defineTypeNameAndDebug(RASModel, 0);
defineRunTimeSelectionTable(RASModel, dictionary);
addToRunTimeSelectionTable(turbulenceModel, RASModel, turbulenceModel);
// * * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment