Go to the documentation of this file.
53 <<
"Dictionary " <<
name()
54 <<
" constructed with IOobject::MUST_READ"
55 " instead of IOobject::MUST_READ_IF_MODIFIED." <<
nl
56 <<
"Use MUST_READ_IF_MODIFIED if you need automatic rereading."
67 bool isHeaderOk =
false;
109 <<
"Dictionary " <<
name()
110 <<
" constructed with IOobject::MUST_READ"
111 " instead of IOobject::MUST_READ_IF_MODIFIED." <<
nl
112 <<
"Use MUST_READ_IF_MODIFIED if you need automatic rereading."
123 bool isHeaderOk =
false;
void operator=(const IOdictionary &)
Assignment of other IOdictionary's entries to this IOdictionary.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
IOdictionary(const IOobject &)
Construct given an IOobject.
const fileName & name() const
Return the dictionary name.
virtual ~IOdictionary()
Destructor.
int infoSwitch(const char *name, const int defaultValue=0)
Lookup info switch or add default value.
static void scatter(const List< commsStruct > &comms, T &Value, const int tag, const label comm)
Scatter data. Distribute without modification. Reverse of gather.
void operator=(const dictionary &)
Ostream & endl(Ostream &os)
Add newline and flush stream.
fileName objectPath() const
Return complete path + object name.
bool headerOk()
Read and check header info.
readOption readOpt() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const word & name() const
Return name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void readFile(const bool)
Read dictionary from file.
static bool master(const label communicator=0)
Am I the master process.
static fileCheckTypes fileModificationChecking
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
const word & name() const
Name function is needed to disambiguate those inherited.
static bool writeDictionaries
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.