126#ifndef Foam_functionObjects_binField_H
127#define Foam_functionObjects_binField_H
178 const objectRegistry&
obr,
203 virtual bool write();
206 virtual void updateMesh(
const mapPolyMesh& mpm);
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for bin models to handle general bin characteristics.
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.
Calculates binned data, where specified patches are divided into segments according to various input ...
void operator=(const binField &)=delete
No copy assignment.
virtual ~binField()=default
Destructor.
TypeName("binField")
Runtime type information.
virtual void movePoints(const polyMesh &mesh)
Update for changes of mesh.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
binField(const binField &)=delete
No copy construct.
binField(const word &name, const Time &runTime, const dictionary &dict, const bool readFields=true)
Construct from name, Time and dictionary.
virtual void updateMesh(const mapPolyMesh &mpm)
Update for changes of mesh.
autoPtr< binModel > binModelPtr_
Runtime-selectable bin model.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
Reads fields from the time directories and adds them to the mesh database for further post-processing...
virtual const objectRegistry & obr() const
The region or sub-region registry being used.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Registry of regIOobjects.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type and store on the objectRegistry.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.