Go to the documentation of this file.
78 if (!stateDict_.found(name_))
83 return stateDict_.subDict(name_);
89 if (stateDict_.found(name_))
92 return baseDict.
found(entryName);
101 return objectResultType(name_, entryName);
107 const word& objectName,
108 const word& entryName
113 if (stateDict_.found(resultsName_))
117 if (resultsDict.
found(objectName))
139 return objectResultEntries(name_);
145 const word& objectName
150 if (stateDict_.found(resultsName_))
154 if (resultsDict.
found(objectName))
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const word dictName() const
Return the local dictionary name (final part of scoped name)
A class for handling words, derived from string.
const Time & time() const
Return time.
virtual ~functionObjectState()
Destructor.
void transfer(List< T > &)
Transfer the contents of the argument List into this list.
const functionObjectList & functionObjects() const
Return the list of function objects.
word objectResultType(const word &objectName, const word &entryName) const
Return the type of result.
word resultType(const word &entryName) const
Retrieve the result type.
IOdictionary & stateDict()
Return the state dictionary.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
Registry of regIOobjects.
functionObjectState(const functionObjectState &)
Disallow default bitwise copy construct.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
bool active() const
Return the active flag.
A list of keyword definitions, which are a keyword followed by any number of values (e....
DynamicList< T, SizeInc, SizeMult, SizeDiv > & append(const T &)
Append an element at the end of the list.
static const word resultsName_
Name of the results dictionary.
dictionary & propertyDict()
Return access to the property dictionary.
static const word null
An empty word.
bool foundProperty(const word &entryName) const
Return true if the property exists.
List< word > objectResultEntries() const
Retrieve the result entries.
const IOdictionary & stateDict() const
Return access to the state dictionary.
wordList toc() const
Return the table of contents.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
word name(const complex &)
Return a string representation of a complex.
const word & name() const
Return the name.
bool add(entry *, bool mergeEntry=false)
Add a new entry.