Go to the documentation of this file.
63 #ifndef DESModelRegions_H
64 #define DESModelRegions_H
89 public functionObjectFile
98 const objectRegistry&
obr_;
137 const bool loadFromFiles =
false
166 virtual void write();
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
const objectRegistry & obr_
word resultName_
Result name.
A class for handling words, derived from string.
virtual void execute()
Execute, currently does nothing.
virtual void writeFileHeader(Ostream &os) const
File header information.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
virtual void read(const dictionary &)
Read the DESModelRegions data.
virtual ~DESModelRegions()
Destructor.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
void operator=(const DESModelRegions &)
Disallow default bitwise assignment.
TypeName("DESModelRegions")
Runtime type information.
word name_
Name of this set of DESModelRegions object.
A list of keyword definitions, which are a keyword followed by any number of values (e....
DESModelRegions(const DESModelRegions &)
Disallow default bitwise copy construct.
virtual void write()
Calculate the DESModelRegions and write.
Switch log_
Switch to send output to Info as well as to file.
This function object writes out an indicator field for DES turbulence calculations,...
virtual void end()
Execute at the final time-loop, currently does nothing.
Base class for output file data handling.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual const word & name() const
Return name of the set of DESModelRegions.
bool active_
on/off switch
An Ostream is an abstract base class for all output systems (streams, files, token lists,...