Turbulence model for laminar incompressible flow. More...
#include <incompressibleTurbulenceModel/laminar.H>
Turbulence model for laminar incompressible flow.
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. | |
![]() | |
TypeName ("turbulenceModel") | |
Runtime type information. | |
declareRunTimeNewSelectionTable (autoPtr, turbulenceModel, turbulenceModel,(const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel),(U, phi, lamTransportModel)) | |
turbulenceModel (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) | |
Construct from components. | |
virtual | ~turbulenceModel () |
Destructor. | |
const volVectorField & | U () const |
Access function to velocity field. | |
const surfaceScalarField & | phi () const |
Access function to flux field. | |
transportModel & | transport () const |
Access function to incompressible transport model. | |
const volScalarField & | nu () const |
Return the laminar viscosity. | |
virtual tmp< fvVectorMatrix > | divDevReff (volVectorField &U) const =0 |
Return the source term for the momentum equation. |
Static Public Member Functions | |
static autoPtr< laminar > | New (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) |
Return a reference to the selected turbulence model. | |
![]() | |
static autoPtr< turbulenceModel > | New (const volVectorField &U, const surfaceScalarField &phi, transportModel &lamTransportModel) |
Return a reference to the selected turbulence model. |
Additional Inherited Members | |
![]() | |
const Time & | runTime_ |
const fvMesh & | mesh_ |
const volVectorField & | U_ |
const surfaceScalarField & | phi_ |
transportModel & | transportModel_ |
laminar | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
transportModel & | transport | ||
) |
TypeName | ( | "laminar" | ) |
Runtime type information.
|
static |
|
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.
|
virtual |
Return the effective viscosity, i.e. the laminar viscosity.
Implements incompressible::turbulenceModel.
Definition at line 96 of file laminar.C.
References nu.
|
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().
|
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().
|
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.
|
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().
|
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().
|
virtual |
Correct the laminar viscosity.
Implements incompressible::turbulenceModel.
Definition at line 207 of file laminar.C.
References correct().
|
virtual |
Read turbulenceProperties dictionary.
Implements incompressible::turbulenceModel.