Go to the documentation of this file.
39 fieldType field(header,
mesh);
41 for (
direction i=0; i<Type::nComponents; i++)
43 Info<<
" Calculating " << header.
name()
44 << Type::componentNames[i] <<
endl;
50 header.
name() +
word(Type::componentNames[i]),
51 mesh.time().timeName(),
57 componentField.write();
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
void writeComponentFields(const IOobject &header, const fvMesh &mesh, bool &processed)
Write component fields.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const word & headerClassName() const
Return name of the class name read from header.
const word & name() const
Return name.
Mesh data needed to do the Finite Volume discretisation.
Generic GeometricField class.