35 #ifndef cellSizeCalculationType_H 36 #define cellSizeCalculationType_H 82 const scalar& defaultCellSize
84 (cellSizeCalculationTypeDict, surface, defaultCellSize)
96 const scalar& defaultCellSize
108 const dictionary& cellSizeCalculationTypeDict,
110 const scalar& defaultCellSize
declareRunTimeSelectionTable(autoPtr, cellSizeCalculationType, dictionary,(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize),(cellSizeCalculationTypeDict, surface, defaultCellSize))
virtual tmp< triSurfacePointScalarField > load()=0
Load the cell size.
const scalar & defaultCellSize_
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const cellSizeCalculationType &)=delete
Disallow default bitwise assignment.
Abstract base class for specifying target cell sizes.
cellSizeCalculationType(const word &type, const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
Construct from components.
IOoject and searching on triSurface.
virtual ~cellSizeCalculationType()
Destructor.
static autoPtr< cellSizeCalculationType > New(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
Return a reference to the selected cellSizeCalculationType.
A class for handling words, derived from string.
const dictionary & cellSizeCalculationTypeDict_
TypeName("cellSizeCalculationType")
Runtime type information.
const triSurfaceMesh & surface_
Reference to the triSurfaceMesh.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.