Go to the documentation of this file.
35 #ifndef initialPointsMethod_H
36 #define initialPointsMethod_H
Simple random number generator.
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_
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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 string.
const backgroundMeshDecomposition & decomposition() const
const cellShapeControl & cellShapeControls_
TypeName("initialPointsMethod")
Runtime type information.
const autoPtr< backgroundMeshDecomposition > & decomposition_
Switch fixInitialPoints() const
dictionary detailsDict_
Method details dictionary.
void operator=(const initialPointsMethod &)
Disallow default bitwise assignment.
const conformationSurfaces & geometryToConformTo() const
virtual List< Vb::Point > initialPoints() const =0
Return the initial points for the conformalVoronoiMesh.
const dictionary & detailsDict() const
Const access to the details dictionary.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const Time & time() const
Abstract base class for generating initial points for a conformalVoronoiMesh.
initialPointsMethod(const initialPointsMethod &)
Disallow default bitwise copy construct.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar minimumSurfaceDistanceCoeffSqr_
Only allow the placement of initial points that are within the.
Macros to ease declaration of run-time selection tables.
virtual ~initialPointsMethod()
Destructor.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Store a background polyMesh to use for the decomposition of space and queries for parallel conformalV...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.