108#ifndef functionObjects_continuityError_H
109#define functionObjects_continuityError_H
119namespace functionObjects
128 public fvMeshFunctionObject,
161 const dictionary&
dict
168 void operator=(
const continuityError&) =
delete;
178 virtual bool read(
const dictionary&);
184 virtual bool write();
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Computes local, global and cumulative continuity errors for a flux field.
virtual ~continuityError()=default
Destructor.
continuityError(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
word phiName_
Name of flux field.
scalar cumulative_
Cumulative error.
virtual void writeFileHeader(Ostream &os)
Output file header information.
virtual bool execute()
Execute, currently does nothing.
virtual bool write()
Write the continuityError.
void operator=(const continuityError &)=delete
No copy assignment.
continuityError(const continuityError &)=delete
No copy construct.
TypeName("continuityError")
Runtime type information.
virtual bool read(const dictionary &)
Read the field min/max data.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Base class for writing single files from the function objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.