72 #ifndef patchCutLayerAverage_H
73 #define patchCutLayerAverage_H
86 namespace functionObjects
93 class patchCutLayerAverage
95 public fvMeshFunctionObject
128 autoPtr<setWriter> formatter_;
131 label nOptimiseIter_;
134 List<weight> weights_;
233 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
axisType
Enumeration defining the output format for coordinates.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for handling file names.
const word & name() const
Return the name of this functionObject.
patchCutLayerAverage(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
TypeName("patchCutLayerAverage")
Runtime type information.
virtual ~patchCutLayerAverage()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const polyMesh &)
Update for mesh point-motion.
virtual bool execute()
Execute, currently does nothing.
virtual bool write()
Write the patchCutLayerAverage.
virtual bool read(const dictionary &)
Read the patchCutLayerAverage data.
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.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Vector< scalar > vector
A scalar version of the templated Vector.
quaternion normalise(const quaternion &q)
Return the normalised (unit) quaternion of the given quaternion.