IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual ~div()
Destructor.
TypeName("div")
Runtime type information.
virtual void calc(const argList &args, const Time &runTime, const fvMesh &mesh)
Time loop calculations.
virtual void init()
Initialise - typically setting static variables,.
Extract command arguments and options from the supplied argc and argv parameters.
void writeDivField(const IOobject &header, const fvMesh &mesh, bool &processed)
Write div fields.
Mesh data needed to do the Finite Volume discretisation.
virtual void preCalc(const argList &args, const Time &runTime, const fvMesh &mesh)
Pre-time loop calculations.
void operator=(const div &)
Disallow default bitwise assignment.
Writes scalar fields corresponding to the divergence of the supplied field (name) for each time.
Foam::argList args(argc, argv)
Base class for post-processing calculation functions.