LES model for laminar incompressible flow. It simply returns laminar properties. More...
#include <incompressibleLESModels/laminar.H>
LES model for laminar incompressible flow. It simply returns laminar properties.
Definition at line 55 of file laminar.H.
Public Member Functions | |
TypeName ("laminar") | |
Runtime type information.
| |
laminar (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components.
| |
virtual | ~laminar () |
Destructor.
| |
virtual tmp< volScalarField > | k () const |
Return SGS kinetic energy.
| |
virtual tmp< volScalarField > | epsilon () const |
Return sub-grid disipation rate.
| |
virtual tmp< volScalarField > | nuSgs () const |
Return SGS viscosity.
| |
virtual tmp< volScalarField > | nuEff () const |
Return the effective viscosity.
| |
virtual tmp< volSymmTensorField > | B () const |
Return the sub-grid stress tensor B.
| |
virtual tmp< volSymmTensorField > | devBeff () const |
Return the deviatoric part of the effective sub-grid.
| |
virtual tmp< fvVectorMatrix > | divDevBeff (volVectorField &U) const |
Return the deviatoric part of the divergence of Beff.
| |
bool | read () |
Read LESProperties dictionary.
|
laminar | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
transportModel & | transport | ||
) |
TypeName | ( | "laminar" | ) |
Runtime type information.
tmp< volScalarField > k | ( | ) | const [virtual]
|
Return SGS kinetic energy.
Implements incompressible::LESModel.
Definition at line 59 of file laminar.C.
References incompressible::turbulenceModel::mesh_, IOobject::NO_READ, IOobject::NO_WRITE, incompressible::turbulenceModel::runTime_, Foam::sqr(), Time::timeName(), and incompressible::turbulenceModel::U().
tmp< volScalarField > epsilon | ( | ) | const [virtual]
|
Return sub-grid disipation rate.
Implements incompressible::LESModel.
Definition at line 79 of file laminar.C.
References Foam::fvc::grad(), Foam::magSqr(), incompressible::turbulenceModel::nu(), Foam::symm(), and incompressible::turbulenceModel::U().
tmp< volScalarField > nuSgs | ( | ) | const [virtual]
|
Return SGS viscosity.
Implements incompressible::LESModel.
Definition at line 84 of file laminar.C.
References DimensionedField< Type, GeoMesh >::dimensions(), incompressible::turbulenceModel::mesh_, IOobject::NO_READ, IOobject::NO_WRITE, incompressible::turbulenceModel::nu(), incompressible::turbulenceModel::runTime_, and Time::timeName().
tmp< volScalarField > nuEff | ( | ) | const [virtual]
|
Return the effective viscosity.
Reimplemented from incompressible::LESModel.
Definition at line 104 of file laminar.C.
References incompressible::turbulenceModel::nu().
tmp< volSymmTensorField > B | ( | ) | const [virtual]
|
Return the sub-grid stress tensor B.
Implements incompressible::LESModel.
Definition at line 113 of file laminar.C.
References incompressible::turbulenceModel::mesh_, IOobject::NO_READ, IOobject::NO_WRITE, incompressible::turbulenceModel::runTime_, Foam::sqr(), Time::timeName(), incompressible::turbulenceModel::U(), and SymmTensor< Cmpt >::zero.
tmp< volSymmTensorField > devBeff | ( | ) | const [virtual]
|
Return the deviatoric part of the effective sub-grid.
turbulence stress tensor including the laminar stress
Implements incompressible::LESModel.
Definition at line 137 of file laminar.C.
References Foam::dev(), Foam::fvc::grad(), incompressible::turbulenceModel::nu(), Foam::twoSymm(), and incompressible::turbulenceModel::U().
tmp< fvVectorMatrix > divDevBeff | ( | volVectorField & | U ) | const [virtual]
|
Return the deviatoric part of the divergence of Beff.
i.e. the additional term in the filtered NSE.
Implements incompressible::LESModel.
Definition at line 143 of file laminar.C.
References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), incompressible::turbulenceModel::nu(), and Foam::T().
bool read | ( | ) | [virtual]
|
Read LESProperties dictionary.
Implements incompressible::LESModel.