71 #ifndef layerAverage_H 72 #define layerAverage_H 82 namespace functionObjects
91 public fvMeshFunctionObject
126 autoPtr<setWriter> formatter_;
136 T symmetricCoeff()
const;
183 virtual bool write();
203 vector layerAverage::symmetricCoeff<vector>()
const;
206 symmTensor layerAverage::symmetricCoeff<symmTensor>()
const;
209 tensor layerAverage::symmetricCoeff<tensor>()
const;
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool read(const dictionary &)
Read the field average data.
vectorField pointField
pointField is a vectorField.
axisType
Enumeration defining the output format for coordinates.
layerAverage(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
List< label > labelList
A List of labels.
virtual bool execute()
Do nothing.
virtual wordList fields() const
Return the list of fields required.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
List< word > wordList
A List of words.
virtual void movePoints(const polyMesh &)
Update for mesh point-motion.
virtual bool write()
Calculate and write the graphs.
void operator=(const layerAverage &)=delete
Disallow default bitwise assignment.
Mesh consisting of general polyhedral cells.
virtual ~layerAverage()
Destructor.
TypeName("layerAverage")
Runtime type information.
Class containing mesh-to-mesh mapping information.