74 #ifndef layerAverage_H
75 #define layerAverage_H
86 namespace functionObjects
95 public fvMeshFunctionObject
130 autoPtr<setWriter> formatter_;
140 tmp<VolInternalField<scalar>> weight()
const;
144 T symmetricCoeff()
const;
148 tmp<Field<T>> sum(
const VolInternalField<T>& cellField)
const;
196 virtual bool write();
219 vector layerAverage::symmetricCoeff<vector>()
const;
222 symmTensor layerAverage::symmetricCoeff<symmTensor>()
const;
225 tensor layerAverage::symmetricCoeff<tensor>()
const;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
axisType
Enumeration defining the output format for coordinates.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
virtual wordList fields() const
Return the list of fields required.
void operator=(const layerAverage &)=delete
Disallow default bitwise assignment.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const polyMesh &)
Update for mesh point-motion.
layerAverage(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("layerAverage")
Runtime type information.
virtual bool execute()
Do nothing.
virtual bool write()
Calculate and write the graphs.
virtual ~layerAverage()
Destructor.
virtual bool read(const dictionary &)
Read the field average data.
Generates plots of fields averaged over the layers in the mesh.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.
A class for handling words, derived from string.
List< word > wordList
A List of words.
List< label > labelList
A List of labels.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
vectorField pointField
pointField is a vectorField.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
typename VolField< Type >::Internal VolInternalField
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)