Go to the documentation of this file.
97 public functionObjectFile
107 const objectRegistry&
obr_;
149 const bool loadFromFiles =
false
178 virtual void write();
bool active_
on/off switch
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
A class for handling words, derived from string.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
virtual const word & name() const
Return name of the cloudInfo object.
Switch log_
Switch to send output to Info as well.
virtual void write()
Write.
virtual void read(const dictionary &)
Read the field min/max data.
virtual ~cloudInfo()
Destructor.
Mesh consisting of general polyhedral cells.
virtual void writeFileHeader(Ostream &os) const
File header information.
Registry of regIOobjects.
virtual void end()
Execute at the final time-loop, currently does nothing.
TypeName("cloudInfo")
Runtime type information.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
word name_
Name of this set of cloudInfo object.
virtual void execute()
Execute, currently does nothing.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for output file data handling.
wordList cloudNames_
List of cloud names.
This function object outputs Lagrangian cloud information to a file. The current outputs include:
void operator=(const cloudInfo &)
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
cloudInfo(const cloudInfo &)
Disallow default bitwise copy construct.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
PtrList< OFstream > filePtrs_
Output file per cloud.
const objectRegistry & obr_
Reference to the database.