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