141#ifndef Foam_resolutionIndexModels_PopeIndex_H
142#define Foam_resolutionIndexModels_PopeIndex_H
159 public resolutionIndexModel
185 tmp<volScalarField> kNum()
const;
224 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 Pope's index, which is used as a LES/DES quality...
PopeIndex(const word &name, const fvMesh &mesh, const dictionary &dict)
Construct from components.
void operator=(const PopeIndex &)=delete
No copy assignment.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
TypeName("PopeIndex")
Runtime type information.
virtual ~PopeIndex()=default
virtual bool execute()
Execute the function-object operations.
PopeIndex(const PopeIndex &)=delete
No copy construct.
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.