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 RAS
{ {
RASModel PDRkEpsilon; model PDRkEpsilon;
PDRkEpsilonCoeffs PDRkEpsilonCoeffs
{ {

View File

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

View File

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

View File

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

View File

@ -20,7 +20,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
delta cubeRootVol; delta cubeRootVol;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
delta cubeRootVol; delta cubeRootVol;

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
kEpsilonCoeffs kEpsilonCoeffs
{ {

View File

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

View File

@ -19,7 +19,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
} }

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
turbulence on; turbulence on;

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; model kOmegaSST;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; model kOmegaSST;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; model kOmegaSST;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
@ -26,7 +26,7 @@ RAS
LES LES
{ {
LESModel SpalartAllmarasDDES; model SpalartAllmarasDDES;
delta cubeRootVol; delta cubeRootVol;
turbulence on; turbulence on;

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; model kOmegaSST;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
@ -26,7 +26,7 @@ RAS
LES LES
{ {
LESModel SpalartAllmarasDDES; model SpalartAllmarasDDES;
delta cubeRootVol; delta cubeRootVol;
turbulence on; turbulence on;

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; model kOmegaSST;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
@ -26,7 +26,7 @@ RAS
LES LES
{ {
LESModel SpalartAllmarasDDES; model SpalartAllmarasDDES;
delta cubeRootVol; delta cubeRootVol;
turbulence on; turbulence on;

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel WALE; model WALE;
turbulence on; turbulence on;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -18,7 +18,7 @@ simulationType laminar;
laminar laminar
{ {
laminarModel generalizedNewtonian; model generalizedNewtonian;
viscosityModel CrossPowerLaw; viscosityModel CrossPowerLaw;

View File

@ -18,7 +18,7 @@ simulationType laminar;
laminar laminar
{ {
laminarModel Maxwell; // Giesekus; // PTT; model Maxwell; // Giesekus; // PTT;
MaxwellCoeffs MaxwellCoeffs
{ {

View File

@ -18,7 +18,7 @@ simulationType laminar;
laminar laminar
{ {
laminarModel Maxwell; model Maxwell;
MaxwellCoeffs MaxwellCoeffs
{ {

View File

@ -18,7 +18,7 @@ simulationType laminar;
laminar laminar
{ {
laminarModel Maxwell; model Maxwell;
MaxwellCoeffs MaxwellCoeffs
{ {

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel SpalartAllmarasDDES; model SpalartAllmarasDDES;
delta cubeRootVol; delta cubeRootVol;

View File

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

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel dynamicKEqn; model dynamicKEqn;
turbulence on; turbulence on;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
turbulence on; turbulence on;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -21,7 +21,7 @@ RAS
{ {
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f, // Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
// ShihQuadraticKE, LienCubicKE. // ShihQuadraticKE, LienCubicKE.
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;

View File

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

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; model kOmegaSST;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;
} }

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
turbulence on; turbulence on;
printCoeffs on; printCoeffs on;

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kEpsilon; model kEpsilon;
turbulence on; turbulence on;

View File

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

View File

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

View File

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

View File

@ -18,7 +18,7 @@ simulationType RAS;
RAS RAS
{ {
RASModel kOmegaSST; // kEpsilon; model kOmegaSST; // kEpsilon;
turbulence on; turbulence on;

View File

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

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
turbulence on; turbulence on;

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
turbulence on; turbulence on;

View File

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

View File

@ -19,7 +19,7 @@ simulationType laminar;
laminar laminar
{ {
laminarModel Maxwell; // Giesekus; model Maxwell; // Giesekus;
nuM 0.01476; nuM 0.01476;
lambda 0.018225; lambda 0.018225;

View File

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

View File

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

View File

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

View File

@ -19,7 +19,7 @@ simulationType LES;
LES LES
{ {
LESModel kEqn; model kEqn;
turbulence on; turbulence on;

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More