Go to the documentation of this file.
43 Info<<
"readFields: " << vfType::typeName <<
" "
44 << fieldName <<
" already exists in database"
52 Info<<
"readFields: " << sfType::typeName <<
" "
53 << fieldName <<
" already exists in database"
64 mesh.time().timeName(),
78 vfType* vfPtr =
new vfType(fieldHeader,
mesh);
79 mesh.objectRegistry::store(vfPtr);
89 sfType* sfPtr =
new sfType(fieldHeader,
mesh);
90 mesh.objectRegistry::store(sfPtr);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool headerOk()
Read and check header info.
Switch log_
Switch to send output to Info as well as to file.
const word & headerClassName() const
Return name of the class name read from header.
Mesh data needed to do the Finite Volume discretisation.
bool foundObject(const word &name) const
Is the named Type found?
void loadField(const word &) const
Generic GeometricField class.
const objectRegistry & obr_