Holds list of sampling points which is filled at construction time. Various implementations of this b...
Samples along a circular path.
const word & name() const
void calcSamples(DynamicList< point > &samplingPts, DynamicList< label > &samplingCells, DynamicList< label > &samplingFaces, DynamicList< label > &samplingSegments, DynamicList< scalar > &samplingCurveDist) const
Samples all points in sampleCoords.
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
virtual point getRefPoint(const List< point > &) const
Get reference point.
Mesh consisting of general polyhedral cells.
vector circleAxis_
Axis of the circle.
void genSamples()
Uses calcSamples to obtain samples. Copies them into *this.
A list of keyword definitions, which are a keyword followed by any number of values (e....
point startPoint_
Point on circle (x, y, z) in global cartesian co-ordinates.
const polyMesh & mesh() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
scalar dTheta_
Sampling interval in degrees about the origin.
point origin_
Origin (x, y, z) in global cartesian co-ordinates.
circleSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const word &axis, const point &origin, const vector &circleAxis, const point &startPoint, const scalar dTheta)
Construct from components.
TypeName("circle")
Runtime type information.