Go to the documentation of this file.
108 #ifndef functionObjects_continuityError_H
109 #define functionObjects_continuityError_H
119 namespace functionObjects
126 class continuityError
128 public fvMeshFunctionObject,
161 const dictionary&
dict
184 virtual bool write();
Computes local, global and cumulative continuity errors for a flux field.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
void operator=(const continuityError &)=delete
continuityError(const word &name, const Time &runTime, const dictionary &dict)
virtual bool read(const dictionary &)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
TypeName("continuityError")
virtual ~continuityError()=default
const word & name() const noexcept
virtual void writeFileHeader(Ostream &os)
Base class for writing single files from the function objects.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...