#include <src/turbulenceModels/incompressible/LES/SpalartAllmarasIDDES/SpalartAllmarasIDDES.H>
Definition at line 54 of file SpalartAllmarasIDDES.H.
Public Member Functions | |
TypeName ("SpalartAllmarasIDDES") | |
Runtime type information.
| |
SpalartAllmarasIDDES (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components.
| |
virtual | ~SpalartAllmarasIDDES () |
Destructor.
| |
virtual const volScalarField & | delta () const |
Access function to filter width.
| |
virtual bool | read () |
Read LESProperties dictionary.
| |
Protected Member Functions | |
virtual tmp< volScalarField > | dTilda (const volScalarField &S) const |
Length scale.
|
SpalartAllmarasIDDES | ( | const volVectorField & | U, |
const surfaceScalarField & | phi, | ||
transportModel & | transport | ||
) |
Construct from components.
Definition at line 143 of file SpalartAllmarasIDDES.C.
virtual ~SpalartAllmarasIDDES | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 115 of file SpalartAllmarasIDDES.H.
tmp< volScalarField > dTilda | ( | const volScalarField & | S ) | const [protected, virtual]
|
Length scale.
Reimplemented from SpalartAllmaras.
Definition at line 108 of file SpalartAllmarasIDDES.C.
References SpalartAllmaras::Cb1_, SpalartAllmaras::CDES_, SpalartAllmaras::Cw1_, SpalartAllmarasIDDES::delta(), Foam::dimLength, Foam::exp(), SpalartAllmaras::fv1(), SpalartAllmaras::fv2(), SpalartAllmaras::kappa_, Foam::max(), Foam::min(), Foam::neg(), Foam::pos(), Foam::pow(), Foam::sqr(), Foam::sqrt(), and SpalartAllmaras::y_.
TypeName | ( | "SpalartAllmarasIDDES" | ) |
Runtime type information.
virtual const volScalarField& delta | ( | ) | const [inline, virtual]
|
Access function to filter width.
Reimplemented from incompressible::LESModel.
Definition at line 122 of file SpalartAllmarasIDDES.H.
Referenced by SpalartAllmarasIDDES::dTilda().
bool read | ( | ) | [virtual]
|
Read LESProperties dictionary.
Reimplemented from SpalartAllmaras.
Definition at line 199 of file SpalartAllmarasIDDES.C.
References incompressible::LESModel::coeffDict(), SpalartAllmaras::read(), and dimensioned< Type >::readIfPresent().