35 #ifndef initialPointsMethod_H 36 #define initialPointsMethod_H void operator=(const initialPointsMethod &)=delete
Disallow default bitwise assignment.
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 ~initialPointsMethod()
Destructor.
const conformationSurfaces & geometryToConformTo_
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
static autoPtr< initialPointsMethod > New(const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition)
Return a reference to the selected initialPointsMethod.
const dictionary & detailsDict() const
Const access to the details dictionary.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
const cellShapeControl & cellShapeControls() const
const Time & time() const
const autoPtr< backgroundMeshDecomposition > & decomposition_
initialPointsMethod(const word &type, const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition)
Construct from components.
TypeName("initialPointsMethod")
Runtime type information.
A class for handling words, derived from string.
Abstract base class for generating initial points for a conformalVoronoiMesh.
const backgroundMeshDecomposition & decomposition() const
dictionary detailsDict_
Method details dictionary.
const conformationSurfaces & geometryToConformTo() const
Switch fixInitialPoints() const
virtual List< Vb::Point > initialPoints() const =0
Return the initial points for the conformalVoronoiMesh.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
const cellShapeControl & cellShapeControls_
declareRunTimeSelectionTable(autoPtr, initialPointsMethod, dictionary,(const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition),(initialPointsDict, runTime, rndGen, geometryToConformTo, cellShapeControls, decomposition))
Store a background polyMesh to use for the decomposition of space and queries for parallel conformalV...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
scalar minimumSurfaceDistanceCoeffSqr_
Only allow the placement of initial points that are within the.