104 #ifndef functionObjects_streamlines_H
105 #define functionObjects_streamlines_H
126 namespace functionObjects
135 public fvMeshFunctionObject
167 word interpolationScheme_;
173 Switch trackOutside_;
194 autoPtr<meshSearch> meshSearchPtr_;
197 autoPtr<sampledSet> sampledSetPtr_;
200 autoPtr<setWriter> formatterPtr_;
239 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
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.
Generates streamline data by sampling a set of user-specified fields along a particle track,...
streamlines(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
TypeName("streamlines")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
trackDirection
Track direction enumerations.
virtual ~streamlines()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
void operator=(const streamlines &)=delete
Disallow default bitwise assignment.
virtual void movePoints(const polyMesh &)
Update for mesh point-motion.
static const NamedEnum< trackDirection, 3 > trackDirectionNames_
Track direction enumeration names.
virtual bool execute()
Do nothing.
virtual bool write()
Calculate and write the streamlines.
virtual bool read(const dictionary &)
Read the field average 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 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.