Go to the documentation of this file.
101 #ifndef wallBoundedStreamLine_H
102 #define wallBoundedStreamLine_H
116 class wallBoundedStreamLine
118 public streamLineBase
125 const PackedBoolList& isWallPatch,
150 const objectRegistry&,
152 const bool loadFromFiles =
false
163 virtual void read(
const dictionary&);
166 virtual void track();
A class for handling words, derived from string.
tetIndices findNearestTet(const PackedBoolList &isWallPatch, const point &seedPt, const label cellI) const
Find wall tet on cell.
Registry of regIOobjects.
virtual ~wallBoundedStreamLine()
Destructor.
wallBoundedStreamLine(const wallBoundedStreamLine &)
Disallow default bitwise copy construct.
This function object generates streamline data by sampling a set of user-specified fields along a par...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
virtual void track()
Do the actual tracking to fill the track data.
TypeName("wallBoundedStreamLine")
Runtime type information.
void operator=(const wallBoundedStreamLine &)
Disallow default bitwise assignment.
vector point
Point is a vector.
const word & name() const
Return the name.
virtual void read(const dictionary &)
Read settings.