Go to the documentation of this file.
143 #ifndef functionObjects_turbulenceFields_H
144 #define functionObjects_turbulenceFields_H
156 namespace functionObjects
163 class turbulenceFields
165 public fvMeshFunctionObject
244 template<
class Model>
248 template<
class Model>
252 template<
class Model>
293 virtual bool write();
void processField(const word &fieldName, const tmp< GeometricField< Type, fvPatchField, volMesh >> &tvalue)
@ ifK
"Turbulent kinetic energy"
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
@ ifL
"Integral-length/Mixing-length scale"
static const Enum< incompressibleField > incompressibleFieldNames_
A class for managing temporary objects.
static const word modelName_
@ cfI
"Turbulence intensity"
turbulenceFields(const word &name, const Time &runTime, const dictionary &dict)
@ cfAlphat
"Turbulence thermal diffusivity"
@ ifOmega
"Specific dissipation rate"
@ cfL
"Integral-length/Mixing-length scale"
A HashTable with keys but without contents that is similar to std::unordered_set.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
@ cfOmega
"Specific dissipation rate"
tmp< volScalarField > L(const Model &model) const
@ ifNuTilda
"Modified turbulent viscosity"
@ cfDevRhoReff
"Divergence of the Reynolds stress"
@ cfMuEff
"Effective turbulent dynamic viscosity"
virtual ~turbulenceFields()=default
@ ifDevReff
"Deviatoric part of the effective Reynolds stress"
@ cfNuTilda
"Modified turbulent viscosity"
TypeName("turbulenceFields")
@ cfEpsilon
"Turbulent kinetic energy dissipation rate"
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool read(const dictionary &)
void operator=(const turbulenceFields &)=delete
@ ifNuEff
"Effective turbulent viscosity"
tmp< volScalarField > nuTilda(const Model &model) const
static const Enum< compressibleField > compressibleFieldNames_
const word & name() const noexcept
@ cfK
"Turbulent kinetic energy"
tmp< volScalarField > I(const Model &model) const
@ ifNut
"Turbulent viscosity"
@ ifEpsilon
"Turbulent kinetic energy dissipation rate"
@ cfAlphaEff
"Effective turbulence thermal diffusivity"
Generic GeometricField class.
@ ifI
"Turbulence intensity"
@ ifR
"Reynolds stress tensor"
@ cfR
"Reynolds stress tensor"
@ cfMut
"Turbulent dynamic viscosity"
Computes various turbulence-related quantities that are not typically output during calculations,...