Go to the documentation of this file.
141 const bool loadFromFiles =
false
174 virtual void write();
TypeName("residuals")
Runtime type information.
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
A class for handling words, derived from string.
word name_
Name of this set of residuals.
residuals(const residuals &)
Disallow default bitwise copy construct.
void writeFileHeader(const word &fieldName)
Output field header information.
Mesh consisting of general polyhedral cells.
virtual ~residuals()
Destructor.
Registry of regIOobjects.
virtual void end()
Execute at the final time-loop, currently does nothing.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
const objectRegistry & obr_
This function object writes out the initial residual for specified fields.
virtual void read(const dictionary &)
Read the field residuals data.
wordList fieldSet_
Fields to write residuals.
virtual void execute()
Execute, currently does nothing.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
void writeResidual(const word &fieldName)
Calculate the field residuals.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual const word & name() const
Return name of the set of field min/max.
bool active_
on/off switch
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for output file data handling.
void operator=(const residuals &)
Disallow default bitwise assignment.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void write()
Write the residuals.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...