61 mutable label globalTrialPoints_;
65 scalar minCellSizeLimit_;
91 bool combinedInside(
const point&
p)
const;
103 bool combinedWellInside
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual ~autoDensity()
Destructor.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
const cellShapeControl & cellShapeControls() const
const fileName & name() const
Return the dictionary name.
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
autoDensity(const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition)
Construct from components.
A class for handling words, derived from string.
Abstract base class for generating initial points for a conformalVoronoiMesh.
virtual List< Vb::Point > initialPoints() const
Return the initial points for the conformalVoronoiMesh.
const backgroundMeshDecomposition & decomposition() const
Simple random number generator.
TypeName("autoDensity")
Runtime type information.
const conformationSurfaces & geometryToConformTo() const
Choose random points inside the domain and place them with a probability proportional to the target d...
Standard boundBox + extra functionality for use in octree.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...