ENH: adding generalizedNewtonian to laminar turbulence model

The generalizedNewtonian viscocity models were ported from
the org version and added to the laminar turbulence framework.

This allows use in compressible and incompressible solvers
through the turbulence dictionary under the laminar sub-dictionary.

The thermal laminar viscosity is taken from the thermo for solvers
that use thermo library or from the transportProperties dictionary
for incompressible solvers.

At the moment the option to include viscocity models through the
transportDict is still available.

The icoTabulated equation of state was ported from the org version.

STYLE: use 'model' instead of 'laminarModel' in tutorials
This commit is contained in:
sergio
2020-07-27 12:38:26 -07:00
committed by Andrew Heather
parent a89ecdeee0
commit c3c4f30a55
60 changed files with 3835 additions and 59 deletions

View File

@ -19,10 +19,10 @@ simulationType laminar;
laminar
{
laminarModel Maxwell;
model Maxwell;
nuM 0.01476;
lambda 0.018225;
nuM 0.01476;
lambda 0.018225;
}

View File

@ -19,10 +19,10 @@ simulationType laminar;
laminar
{
laminarModel Maxwell;
model Maxwell;
nuM 0.01476;
lambda 0.018225;
nuM 0.01476;
lambda 0.018225;
}