67#ifndef Foam_functionObjects_writeDictionary_H
68#define Foam_functionObjects_writeDictionary_H
87 public functionObjects::regionFunctionObject
95 List<SHA1Digest> digests_;
110 bool tryDirectory(
const word& location,
const label dicti);
116 writeDictionary(
const writeDictionary&) =
delete;
119 void operator=(
const writeDictionary&) =
delete;
152 virtual bool write();
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
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.
Specialization of Foam::functionObject for a region and providing a reference to the region Foam::obj...
Reports dictionary contents on change.
virtual ~writeDictionary()=default
Destructor.
virtual bool execute()
Execute the function-object operations (no-op).
TypeName("writeDictionary")
Runtime type information.
virtual bool write()
Write the function-object results.
virtual bool read(const dictionary &)
Read the function-object dictionary.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
List< word > wordList
List of word.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.