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." 117 <<
"IOmapDistribute " <<
name()
118 <<
" constructed with IOobject::MUST_READ_IF_MODIFIED" 119 " but IOmapDistribute does not support automatic rereading." 148 return (is >> *
this).good();
154 return (os << *
this).good();
const word & name() const
Return name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool headerOk()
Read and check header info.
regIOobject(const IOobject &, const bool isTime=false)
Construct from IOobject. Optional flag for if IOobject is the.
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
IOmapDistribute(const IOobject &)
Construct given an IOobject.
void close()
Close Istream.
void operator=(const mapDistribute &)
Istream & readStream(const word &, const bool read=true)
Return Istream and check object type against that given.
mapDistribute()
Construct null.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
defineTypeNameAndDebug(combustionModel, 0)
Class containing processor-to-processor mapping information.
#define WarningInFunction
Report a warning using Foam::Warning.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
readOption readOpt() const
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual ~IOmapDistribute()
Destructor.
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.