Go to the documentation of this file.
93 #ifndef functionObjects_derivedFields_H
94 #define functionObjects_derivedFields_H
103 namespace functionObjects
112 public fvMeshFunctionObject
146 bool add_rhoU(
const word& derivedName);
192 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
bool add_rhoU(const word &derivedName)
TypeName("derivedFields")
virtual void updateMesh(const mapPolyMesh &mpm)
void operator=(const derivedFields &)=delete
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Mesh consisting of general polyhedral cells.
virtual ~derivedFields()=default
static const Enum< derivedType > knownNames
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Computes two predefined derived fields, i.e. rhoU, and pTotal, where the defined fields are hard-code...
virtual bool read(const dictionary &dict)
void removeDerivedFields()
const word & name() const noexcept
derivedFields(const word &name, const Time &runTime, const dictionary &dict)
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void movePoints(const polyMesh &m)
bool add_pTotal(const word &derivedName)
List< derivedType > derivedTypes_