35 #ifndef cellSizeAndAlignmentControl_H 36 #define cellSizeAndAlignmentControl_H 75 TypeName(
"cellSizeAndAlignmentControl");
90 const scalar& defaultCellSize
112 const scalar& defaultCellSize
131 const scalar& defaultCellSize
const word & name() const
const Switch & forceInitialPointInsertion() const
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual label maxPriority() const =0
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.
declareRunTimeSelectionTable(autoPtr, cellSizeAndAlignmentControl, dictionary,(const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize),(runTime, name, controlFunctionDict, geometryToConformTo, defaultCellSize))
virtual void cellSizeFunctionVertices(DynamicList< Foam::point > &pts, DynamicList< scalar > &sizes) const =0
TypeName("cellSizeAndAlignmentControl")
Runtime type information.
static autoPtr< cellSizeAndAlignmentControl > New(const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize)
Return a reference to the selected cellShapeControl.
cellSizeAndAlignmentControl(const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize)
Construct from dictionary and references to conformalVoronoiMesh and.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
void operator=(const cellSizeAndAlignmentControl &)=delete
Disallow default bitwise assignment.
virtual ~cellSizeAndAlignmentControl()
Destructor.
const scalar & defaultCellSize_
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...
A class for handling words, derived from string.
Switch forceInitialPointInsertion_
virtual void initialVertices(pointField &pts, scalarField &sizes, triadField &alignments) const =0
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...