Holds list of sampling points which is filled at construction time. Various implementations of this b...
const word & name() const
A class for handling words, derived from string.
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
const meshSearch & searchEngine() const
const point & start() const
bool trackToBoundary(passiveParticleCloud &particleCloud, passiveParticle &singleParticle, DynamicList< point > &samplingPts, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces, DynamicList< scalar > &samplingCurve) const
Samples from startTrackPt/CellI. Updates particle/samplePt/sampleI.
faceOnlySet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const word &axis, const point &start, const point &end)
Construct from components.
Mesh consisting of general polyhedral cells.
TypeName("face")
Runtime type information.
A Cloud of passive particles.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void calcSamples(DynamicList< point > &samplingPts, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces, DynamicList< label > &samplingSegments, DynamicList< scalar > &samplingCurveDist) const
Samples from start_ to end_. samplingSegments contains segmentNo.
const polyMesh & mesh() const
point start_
Starting point.
const point & end() const
void genSamples()
Uses calcSamples to obtain samples. Copies them into *this.
virtual ~faceOnlySet()
Destructor.