95#ifndef functionObjects_DESModelRegions_H
96#define functionObjects_DESModelRegions_H
107namespace functionObjects
116 public fvMeshFunctionObject,
146 const dictionary&
dict
169 virtual bool write();
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Computes an indicator field for detached eddy simulation (DES) turbulence calculations,...
DESModelRegions(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("DESModelRegions")
Runtime type information.
DESModelRegions(const DESModelRegions &)=delete
No copy construct.
word resultName_
Name of DES indicator field.
void operator=(const DESModelRegions &)=delete
No copy assignment.
virtual void writeFileHeader(Ostream &os) const
File header information.
virtual ~DESModelRegions()=default
Destructor.
virtual bool execute()
Execute.
virtual bool write()
Calculate the DESModelRegions and write.
virtual bool read(const dictionary &)
Read the DESModelRegions data.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Base class for writing single files from the function objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.