Turbulence model for laminar incompressible flow. More...
#include <incompressibleTurbulenceModel/laminar.H>
Turbulence model for laminar incompressible flow.
Definition at line 51 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 > | nut () const |
Return the turbulence viscosity, i.e. 0 for laminar flow.
| |
virtual tmp< volScalarField > | nuEff () const |
Return the effective viscosity, i.e. the laminar viscosity.
| |
virtual tmp< volScalarField > | k () const |
Return the turbulence kinetic energy, i.e. 0 for laminar flow.
| |
virtual tmp< volScalarField > | epsilon () const |
Return the turbulence kinetic energy dissipation rate,.
| |
virtual tmp< volSymmTensorField > | R () const |
Return the Reynolds stress tensor, i.e. 0 for laminar flow.
| |
virtual tmp< volSymmTensorField > | devReff () const |
Return the effective stress tensor, i.e. the laminar stress.
| |
virtual tmp< fvVectorMatrix > | divDevReff (volVectorField &U) const |
Return the source term for the momentum equation.
| |
virtual void | correct () |
Correct the laminar viscosity.
| |
virtual bool | read () |
Read turbulenceProperties dictionary.
| |
Static Public Member Functions | |
static autoPtr< laminar > | New (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) |
Return a reference to the selected turbulence model.
|
laminar | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
transportModel & | transport | ||
) |
TypeName | ( | "laminar" | ) |
Runtime type information.
autoPtr< laminar > New | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
transportModel & | lamTransportModel | ||
) | [static]
|
tmp< volScalarField > nut | ( | ) | const [virtual]
|
Return the turbulence viscosity, i.e. 0 for laminar flow.
Implements incompressible::turbulenceModel.
Definition at line 75 of file laminar.C.
References IOobject::NO_READ, IOobject::NO_WRITE, and nu.
tmp< volScalarField > nuEff | ( | ) | const [virtual]
|
Return the effective viscosity, i.e. the laminar viscosity.
Implements incompressible::turbulenceModel.
Definition at line 96 of file laminar.C.
References nu.
tmp< volScalarField > k | ( | ) | const [virtual]
|
Return the turbulence kinetic energy, i.e. 0 for laminar flow.
Implements incompressible::turbulenceModel.
Definition at line 102 of file laminar.C.
References IOobject::NO_READ, IOobject::NO_WRITE, and Foam::sqr().
tmp< volScalarField > epsilon | ( | ) | const [virtual]
|
Return the turbulence kinetic energy dissipation rate,.
i.e. 0 for laminar flow
Implements incompressible::turbulenceModel.
Definition at line 123 of file laminar.C.
References Foam::dimTime, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::sqr().
tmp< volSymmTensorField > R | ( | ) | const [virtual]
|
Return the Reynolds stress tensor, i.e. 0 for laminar flow.
Implements incompressible::turbulenceModel.
Definition at line 147 of file laminar.C.
References IOobject::NO_READ, IOobject::NO_WRITE, Foam::sqr(), and SymmTensor< Cmpt >::zero.
tmp< volSymmTensorField > devReff | ( | ) | const [virtual]
|
Return the effective stress tensor, i.e. the laminar stress.
Implements incompressible::turbulenceModel.
Definition at line 171 of file laminar.C.
References Foam::dev(), Foam::fvc::grad(), IOobject::NO_READ, IOobject::NO_WRITE, nu, and Foam::twoSymm().
tmp< fvVectorMatrix > divDevReff | ( | volVectorField & | U ) | const [virtual]
|
Return the source term for the momentum equation.
Definition at line 191 of file laminar.C.
References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), and Foam::T().
void correct | ( | ) | [virtual]
|
Correct the laminar viscosity.
Implements incompressible::turbulenceModel.
Definition at line 207 of file laminar.C.
References correct().
bool read | ( | ) | [virtual]
|
Read turbulenceProperties dictionary.
Implements incompressible::turbulenceModel.