57 #ifndef circleRandom_H
58 #define circleRandom_H
96 virtual bool calcSamples
98 DynamicList<point>& samplingPositions,
100 DynamicList<label>& samplingSegments,
101 DynamicList<label>& samplingCells,
102 DynamicList<label>& samplingFaces
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh consisting of general polyhedral cells.
const polyMesh & mesh() const
Access the mesh.
const word & name() const
Access the name.
circleRandom(const word &name, const polyMesh &mesh, const dictionary &dict)
Construct from dictionary.
virtual ~circleRandom()
Destructor.
TypeName("circleRandom")
Runtime type information.
Set of sets to sample. Call sampledSets.write() to sample&write files.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
vector point
Point is a vector.
Vector< scalar > vector
A scalar version of the templated Vector.