35#ifndef Foam_fieldDictionary_H
36#define Foam_fieldDictionary_H
58 const word fieldType_;
Defines the attributes of an object for which implicit objectRegistry management is supported,...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
dictionary()
Default construct, a top-level empty dictionary.
void write(Ostream &os, const bool subDict=true) const
Write dictionary, normally with sub-dictionary formatting.
virtual bool writeData(Ostream &os) const
The writeData function required by regIOobject write operation.
fieldDictionary(const IOobject &io, const word &fieldType)
Construct from IOobject and specified (overloaded) type name.
virtual const word & type() const
Redefine type name to be of the instantiated type.
void close()
Close Istream.
regIOobject(const IOobject &io, const bool isTimeObject=false)
Construct from IOobject. The optional flag adds special handling if the object is the top-level regIO...
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)