Go to the documentation of this file.
47 class passiveParticle;
48 template<
class Type>
class particle;
Holds list of sampling points which is filled at construction time. Various implementations of this b...
const word & name() const
Vector< label > pointsDensity_
Point density vector.
void genSamples()
Uses calcSamples to obtain samples. Copies them into *this.
Vector< scalar > spanBox_
Span box.
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
coordinateSystem coordSys_
Coordinate syste.
Mesh consisting of general polyhedral cells.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~arraySet()
Destructor.
arraySet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const word &axis, const coordinateSystem &coordSys, const Vector< label > &pointsDensity, const Vector< scalar > &spanBox)
Construct from components.
TypeName("array")
Runtime type information.
const polyMesh & mesh() const
void calcSamples(DynamicList< point > &samplingPts, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces, DynamicList< label > &samplingSegments, DynamicList< scalar > &samplingCurveDist) const
Samples all points in sampleCoords.
Base class for other coordinate system specifications.