89 #ifndef Foam_functionObjects_cloudInfo_H 90 #define Foam_functionObjects_cloudInfo_H 100 namespace functionObjects
109 public functionObjects::regionFunctionObject,
110 public functionObjects::logFiles,
187 virtual bool write();
virtual bool execute()
Execute the function-object operations.
TypeName("cloudInfo")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
void operator=(const cloudInfo &)=delete
No copy assignment.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Selection of parcels based on their objectRegistry entries. Normally accessed via a dictionary entry...
PtrList< OFstream > filePtrs_
Output file per cloud.
const word & name() const noexcept
Return the name of this functionObject.
virtual ~cloudInfo()=default
Destructor.
virtual void writeFileHeader(Ostream &os) const
File header information.
cloudInfo(const cloudInfo &)=delete
No copy construct.
wordList cloudNames_
List of cloud names.
A class for handling words, derived from Foam::string.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
virtual bool write()
Write the function-object results.
bool performAction(unsigned request)
Perform operation report/write.
bool verbose_
Additional verbosity.
List< word > wordList
List of word.
bool onExecute_
Perform sample actions on execute as well.
sampleActionType
Local control for sampling actions.