Go to the documentation of this file.
85 #ifndef functionObjects_writeCellCentres_H
86 #define functionObjects_writeCellCentres_H
94 namespace functionObjects
101 class writeCellCentres
103 public fvMeshFunctionObject
118 const dictionary&
dict
141 virtual bool write();
virtual bool read(const dictionary &)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
TypeName("writeCellCentres")
writeCellCentres(const word &name, const Time &runTime, const dictionary &dict)
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Writes the cell-centres volVectorField and the three component fields as volScalarFields.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void operator=(const writeCellCentres &)=delete
const word & name() const noexcept
virtual ~writeCellCentres()=default