85 coordSystem::cartesian csys_;
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
Templated 3D Vector derived from VectorSpace adding construction from 3 components,...
Specifies an x,y,z array of uniformly distributed sampling points.
TypeName("array")
Runtime type information.
virtual ~arraySet()=default
Destructor.
arraySet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const word &axis, const coordSystem::cartesian &csys, const Vector< label > &pointsDensity, const Vector< scalar > &spanBox)
Construct from components.
const word & axis() const
The sort axis name.
const word & name() const noexcept
The coord-set name.
A Cartesian coordinate system.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Various (local, not parallel) searches on polyMesh; uses (demand driven) octree to search.
Mesh consisting of general polyhedral cells.
Holds list of sampling points which is filled at construction time. Various implementations of this b...
const meshSearch & searchEngine() const noexcept
sampledSet(const word &name, const polyMesh &mesh, const meshSearch &searchEngine, const coordSet::coordFormat axisType)
Construct from components.
const polyMesh & mesh() const noexcept
A class for handling words, derived from Foam::string.
Vector< label > labelVector
Vector of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.