Go to the documentation of this file.
46 <<
"IOmapDistribute " <<
name()
47 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED"
48 " but IOmapDistribute does not support automatic rereading."
79 <<
"IOmapDistribute " <<
name()
80 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED"
81 " but IOmapDistribute does not support automatic rereading."
94 readStream(typeName) >> *
this;
116 <<
"IOmapDistribute " <<
name()
117 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED"
118 " but IOmapDistribute does not support automatic rereading."
133 readStream(typeName) >> *
this;
149 return (is >> *
this).good();
155 return (os << *
this).good();
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual ~IOmapDistribute()
Destructor.
IOmapDistribute(const IOobject &)
Construct given an IOobject.
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A simple container for copying or transferring objects of type <T>.
bool headerOk()
Read and check header info.
void transfer(mapDistribute &)
Transfer the contents of the argument and annul the argument.
readOption readOpt() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Class containing processor-to-processor mapping information.
const word & name() const
Return name.
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Istream & readStream()
Return Istream.
void close()
Close Istream.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void operator=(const mapDistribute &)
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
word name(const complex &)
Return a string representation of a complex.