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