Go to the documentation of this file.
37 #ifndef initialPointsMethod_H
38 #define initialPointsMethod_H
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))
const conformationSurfaces & geometryToConformTo_
const cellShapeControl & cellShapeControls() const
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
const backgroundMeshDecomposition & decomposition() const
const cellShapeControl & cellShapeControls_
TypeName("initialPointsMethod")
const autoPtr< backgroundMeshDecomposition > & decomposition_
const conformationSurfaces & geometryToConformTo() const
bool fixInitialPoints() const
virtual List< Vb::Point > initialPoints() const =0
const dictionary & detailsDict() const
static autoPtr< initialPointsMethod > New(const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const Time & time() const
Abstract base class for generating initial points for a conformalVoronoiMesh.
virtual ~initialPointsMethod()=default
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
scalar minimumSurfaceDistanceCoeffSqr_
Macros to ease declaration of run-time selection tables.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
fileName::Type type(const fileName &name, const bool followLink=true)
Store a background polyMesh to use for the decomposition of space and queries for parallel conformalV...