Go to the documentation of this file.
37 template<
class BasicTurbulenceModel>
41 this->nut_.correctBoundaryConditions();
43 BasicTurbulenceModel::correctNut();
47 template<
class BasicTurbulenceModel>
55 dimVolume*this->rho_.dimensions()*k_.dimensions()
64 template<
class BasicTurbulenceModel>
73 const word& propertiesName,
94 this->runTime_.timeName(),
112 bound(k_, this->kMin_);
114 if (
type == typeName)
116 this->printCoeffs(
type);
123 template<
class BasicTurbulenceModel>
128 Ck_.readIfPresent(this->coeffDict());
139 template<
class BasicTurbulenceModel>
149 this->runTime_.timeName(),
160 template<
class BasicTurbulenceModel>
163 if (!this->turbulence_)
197 bound(k_, this->kMin_);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static word groupName(Name name, const word &group)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for handling words, derived from string.
const dimensionedScalar G
Newtonian constant of gravitation.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
volScalarField & bound(volScalarField &, const dimensionedScalar &lowerBound)
Bound the given scalar field if it has gone unbounded.
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
virtual void correctNut()
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
virtual void correct()
Correct eddy-Viscosity and related properties.
BasicTurbulenceModel::rhoField rhoField
One equation eddy-viscosity model.
tmp< fvMatrix< Type > > Sp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
tmp< fvMatrix< Type > > SuSp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
BasicTurbulenceModel::transportModel transportModel
Eddy viscosity LES SGS model base class.
Generic dimensioned Type class.
virtual tmp< fvScalarMatrix > kSource() const
BasicTurbulenceModel::alphaField alphaField
SolverPerformance< Type > solve(fvMatrix< Type > &, const dictionary &)
Solve returning the solution statistics given convergence tolerance.
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
volScalarField divU(fvc::div(fvc::absolute(phi, U)))
dimensionedScalar sqrt(const dimensionedScalar &ds)
label k
Boltzmann constant.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
virtual bool read()
Read model coefficients if they have changed.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
const dimensionSet dimVolume(pow3(dimLength))
Generic GeometricField class.
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
void clear() const
If object pointer points to valid object:
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
tmp< surfaceScalarField > absolute(const tmp< surfaceScalarField > &tphi, const volVectorField &U)
Return the given relative flux in absolute form.
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)