Go to the documentation of this file.
36 #ifndef faceCentredCubic_H
37 #define faceCentredCubic_H
Simple random number generator.
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.
const backgroundMeshDecomposition & decomposition() const
faceCentredCubic(const dictionary &initialPointsDict, const Time &runTime, Random &rndGen, const conformationSurfaces &geometryToConformTo, const cellShapeControl &cellShapeControls, const autoPtr< backgroundMeshDecomposition > &decomposition)
Construct from components.
const conformationSurfaces & geometryToConformTo() const
Switch randomiseInitialGrid_
Should the initial positions be randomised.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar randomPerturbationCoeff_
Randomise the initial positions by fraction of the initialCellSize_.
Abstract base class for generating initial points for a conformalVoronoiMesh.
virtual List< Vb::Point > initialPoints() const
Return the initial points for the conformalVoronoiMesh.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
scalar initialCellSize_
The initial cell spacing.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
TypeName("faceCentredCubic")
Runtime type information.
virtual ~faceCentredCubic()
Destructor.
Generate an FCC lattice of points inside the surfaces to be conformed to of the conformalVoronoiMesh.