36 #ifndef faceCentredCubic_H 37 #define faceCentredCubic_H 60 scalar initialCellSize_;
63 Switch randomiseInitialGrid_;
66 scalar randomPerturbationCoeff_;
const cellShapeControl & cellShapeControls() const
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 List< Vb::Point > initialPoints() const
Return the initial points for the conformalVoronoiMesh.
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.
Generate an FCC lattice of points inside the surfaces to be conformed to of the conformalVoronoiMesh...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Abstract base class for generating initial points for a conformalVoronoiMesh.
TypeName("faceCentredCubic")
Runtime type information.
faceCentredCubic(const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition)
Construct from components.
Simple random number generator.
const conformationSurfaces & geometryToConformTo() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~faceCentredCubic()
Destructor.
const backgroundMeshDecomposition & decomposition() const