35 namespace incompressible
47 tmp<volScalarField> LamBremhorstKE::Rt()
const 53 tmp<volScalarField> LamBremhorstKE::fMu(
const volScalarField& Rt)
const 56 return sqr(scalar(1) -
exp(-0.0165*Ry))*(scalar(1) + 20.5/(Rt + SMALL));
60 tmp<volScalarField> LamBremhorstKE::f1(
const volScalarField& fMu)
const 62 return scalar(1) +
pow3(0.05/(fMu + SMALL));
66 tmp<volScalarField> LamBremhorstKE::f2(
const volScalarField& Rt)
const 68 return scalar(1) -
exp(-
sqr(Rt));
89 LamBremhorstKE::LamBremhorstKE
97 const word& propertiesName,
181 if (type == typeName)
dimensionedScalar sqrt(const dimensionedScalar &ds)
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
dimensionedScalar pow3(const dimensionedScalar &ds)
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Bound the given scalar field if it has gone unbounded.
void clear() const
If object pointer points to valid object:
static const wallDist & New(const fvMesh &mesh)
dimensionedScalar sigmaEps_
volScalarField & bound(volScalarField &, const dimensionedScalar &lowerBound)
Bound the given scalar field if it has gone unbounded.
A class for handling words, derived from string.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar exp(const dimensionedScalar &ds)
virtual bool read()
Read RASProperties dictionary.
tmp< fvMatrix< Type > > Sp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
static word groupName(Name name, const word &group)
Generic dimensioned Type class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
bool readIfPresent(const dictionary &)
Update the value of dimensioned<Type> if found in the dictionary.
Macros for easy insertion into run-time selection tables.
addToRunTimeSelectionTable(RASModel, kkLOmega, dictionary)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
solverPerformance solve(fvMatrix< Type > &, const dictionary &)
Solve returning the solution statistics given convergence tolerance.
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
void correctBoundaryConditions()
Correct boundary field.
incompressible::RASModel::transportModel transportModel
virtual void correctNut()
defineTypeNameAndDebug(kkLOmega, 0)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const volScalarField & y_
Wall distance.
A class for managing temporary objects.
RASModel< turbulenceModel > RASModel
const dimensionedScalar G
Newtonian constant of gravitation.