tutorials: Updated the momentum transport model type selection

renaming the legacy keywords
    RASModel -> model
    LESModel -> model
    laminarModel -> model

which is simpler and clear within the context in which they are specified, e.g.

RAS
{
    model               kOmegaSST;
    turbulence          on;
    printCoeffs         on;
}

rather than

RAS
{
    RASModel            kOmegaSST;
    turbulence          on;
    printCoeffs         on;
}

The old keywords are supported for backward compatibility.
This commit is contained in:
Henry Weller
2020-04-07 13:11:50 +01:00
parent d98c83e62b
commit b7b678bceb
140 changed files with 147 additions and 147 deletions

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS
{
RASModel kOmegaSST;
model kOmegaSST;
turbulence on;