Go to the documentation of this file.
85 #ifndef derivedFields_H
86 #define derivedFields_H
97 template<
class T>
class PtrList;
100 class derivedFieldWriter;
145 const bool loadFromFiles =
false
TypeName("derivedFields")
Runtime type information.
Provide derived fields such as wallShearStress and yPlus.
A class for handling words, derived from string.
void operator=(const derivedFields &)
Disallow default bitwise assignment.
void execute()
Satisfy OutputFilterFunctionObject.
PtrList< derivedFieldWriter > *const writers_
Active writers, if any.
const word & name() const
Return name of the set of derivedFields.
derivedFields(const derivedFields &)
Disallow default bitwise copy construct.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
void end()
Satisfy OutputFilterFunctionObject.
void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
bool timeSet()
Called when time was set at the end of the Time::operator++.
Basis for writers used in derivedFields e.g., wallShearStressWriter.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
void movePoints(const polyMesh &)
Update for changes of mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base class for graphics format writing. Entry points are.
void addWriter(derivedFieldWriter *writer)
Add writer to active list.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
word name_
Name of this set of derivedFields,.
void read(const dictionary &dict)
Read the derivedFields data.
void write()
Calculate the derivedFields and write.
const objectRegistry & obr_