104 #ifndef streamlines_functionObject_H
105 #define streamlines_functionObject_H
119 namespace functionObjects
128 public fvMeshFunctionObject
157 word interpolationScheme_;
163 Switch trackOutside_;
181 meshSearch searchEngine_;
184 autoPtr<sampledSet> sampledSetPtr_;
187 autoPtr<setWriter> formatterPtr_;
203 const dictionary&
dict
226 virtual bool write();
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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.
virtual bool execute()
Do nothing.
virtual bool write()
Calculate and write the streamlines.
virtual bool read(const dictionary &)
Read the field average data.
static const NamedEnum< trackDirection, 3 > trackDirectionNames_
Track direction enumeration names.
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.
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.