35 #ifndef caseFileConfiguration_H
36 #define caseFileConfiguration_H
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Base class for writing case files.
~caseFileConfiguration()
Destructor.
void endList(OFstream &os, bool newline=true)
Output stream to end a list.
void beginDict(OFstream &os)
Output stream to begin a new dictionary without name.
OFstream os_
Output file stream to write file content.
void operator=(const caseFileConfiguration &)=delete
Disallow default bitwise assignment.
caseFileConfiguration(const fileName &name, const fileName &dir, const Time &time)
Construct from components.
void beginList(OFstream &os)
Output stream to begin a new list without name.
IOobject dict_
IOobject to write file headers.
void endDict(OFstream &os, bool newline=true)
Output stream to end a dictionary.
A class for handling file names.
A class for handling words, derived from string.
word name(const bool)
Return a word representation of a bool.