140#ifndef Foam_resolutionIndexModels_CelikEtaIndex_H
141#define Foam_resolutionIndexModels_CelikEtaIndex_H
158 public resolutionIndexModel
193 tmp<volScalarField> eta()
const;
196 tmp<volScalarField>
epsilon()
const;
199 tmp<volScalarField> nuEff()
const;
202 tmp<volScalarField> nuNum()
const;
205 tmp<volScalarField> kNum()
const;
244 virtual bool write();
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const noexcept
Return const reference to the mesh.
resolutionIndexModel(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from components.
Computes a single-mesh resolution index according to Celik et al.'s index using Kolmogorov length sca...
CelikEtaIndex(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from components.
TypeName("CelikEtaIndex")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
virtual ~CelikEtaIndex()=default
void operator=(const CelikEtaIndex &)=delete
No copy assignment.
CelikEtaIndex(const CelikEtaIndex &)=delete
No copy construct.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
A namespace for various resolutionIndex model implementations.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.