Go to the documentation of this file.
37 #ifndef cellSizeCalculationType_H
38 #define cellSizeCalculationType_H
94 const scalar& defaultCellSize
96 (cellSizeCalculationTypeDict, surface, defaultCellSize)
106 const dictionary& cellSizeCalculationTypeDict,
108 const scalar& defaultCellSize
117 const dictionary& cellSizeCalculationTypeDict,
119 const scalar& defaultCellSize
A class for handling words, derived from Foam::string.
virtual ~cellSizeCalculationType()=default
A class for managing temporary objects.
static autoPtr< cellSizeCalculationType > New(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
const dictionary & cellSizeCalculationTypeDict_
IOoject and searching on triSurface.
TypeName("cellSizeCalculationType")
cellSizeCalculationType(const cellSizeCalculationType &)=delete
declareRunTimeSelectionTable(autoPtr, cellSizeCalculationType, dictionary,(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize),(cellSizeCalculationTypeDict, surface, defaultCellSize))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const scalar & defaultCellSize_
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
void operator=(const cellSizeCalculationType &)=delete
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
virtual tmp< triSurfacePointScalarField > load()=0
const triSurfaceMesh & surface_
Abstract base class for specifying target cell sizes.