39 io.
readOpt() == IOobject::MUST_READ
40 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
42 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
62 io.
readOpt() == IOobject::MUST_READ
63 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
65 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
83 if (io.
readOpt() != IOobject::NO_READ)
86 <<
"NO_READ must be set if specifying size" <<
nl 100 io.
readOpt() == IOobject::MUST_READ
101 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
103 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
128 io.
readOpt() == IOobject::MUST_READ
129 || io.
readOpt() == IOobject::MUST_READ_IF_MODIFIED
131 || (io.
readOpt() == IOobject::READ_IF_PRESENT && headerOk())
163 return (os << *
this).good();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A PtrList of objects of type <T> with automated input and output.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A helper class when constructing from an Istream or dictionary.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
void operator=(const IOPtrList< T > &)
virtual ~IOPtrList()
Destructor.
bool writeData(Ostream &) const
Pure virtual writaData function.
readOption readOpt() const
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
IOPtrList(const IOobject &, const INew &)
Construct from IOobject using given Istream constructor class.