laminar Class Reference
Dummy turbulence model for
laminar compressible flow.
More...
List of all members.
|
Public Member Functions |
| | TypeName ("laminar") |
| | Runtime type information.
|
| | laminar (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermophysicalModel) |
| | Construct from components.
|
| virtual | ~laminar () |
| | Destructor.
|
| virtual tmp< volScalarField > | mut () const |
| | Return the turbulence viscosity, i.e. 0 for laminar flow.
|
| virtual tmp< volScalarField > | muEff () const |
| | Return the effective viscosity, i.e. the laminar viscosity.
|
| virtual tmp< volScalarField > | alphaEff () const |
| | Return the effective turbulent thermal diffusivity,.
|
| 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 > | devRhoReff () const |
| | Return the effective stress tensor, i.e. the laminar stress.
|
| virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| | Return the source term for the momentum equation.
|
| virtual void | correct () |
| | Correct the laminar viscosity.
|
| virtual bool | read () |
| | Read RASProperties dictionary.
|
Detailed Description
Dummy turbulence model for
laminar compressible flow.
- Source files
-
Definition at line 48 of file laminar.H.
Constructor & Destructor Documentation
Construct from components.
Definition at line 38 of file laminar.C.
| virtual ~laminar |
( |
|
) |
[inline, virtual] |
Member Function Documentation
Runtime type information.
Return the effective turbulent thermal diffusivity,.
i.e. the laminar thermal diffusivity
Implements RASModel.
Definition at line 90 of file laminar.H.
Return the source term for the momentum equation.
Implements RASModel.
Definition at line 161 of file laminar.C.
| void correct |
( |
|
) |
[virtual] |
The documentation for this class was generated from the following files:
- src/turbulenceModels/compressible/RAS/laminar/laminar.H
- src/turbulenceModels/compressible/RAS/laminar/laminar.C
Copyright © 2000-2009 OpenCFD Ltd