Go to the documentation of this file.
37 #ifndef surfaceCellSizeFunction_H
38 #define surfaceCellSizeFunction_H
101 const dictionary& surfaceCellSizeFunctionDict,
103 const scalar& defaultCellSize
105 (surfaceCellSizeFunctionDict, surface, defaultCellSize)
115 const dictionary& surfaceCellSizeFunctionDict,
117 const scalar& defaultCellSize
126 const dictionary& surfaceCellSizeFunctionDict,
128 const scalar& defaultCellSize
const scalar & defaultCellSize_
A class for handling words, derived from Foam::string.
virtual scalar interpolate(const point &pt, const label index) const =0
static autoPtr< surfaceCellSizeFunction > New(const dictionary &surfaceCellSizeFunctionDict, const searchableSurface &surface, const scalar &defaultCellSize)
virtual ~surfaceCellSizeFunction()=default
TypeName("surfaceCellSizeFunction")
const searchableSurface & surface_
Base class of (analytical or triangulated) surface. Encapsulates all the search routines....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
declareRunTimeSelectionTable(autoPtr, surfaceCellSizeFunction, dictionary,(const dictionary &surfaceCellSizeFunctionDict, const searchableSurface &surface, const scalar &defaultCellSize),(surfaceCellSizeFunctionDict, surface, defaultCellSize))
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
const dictionary coeffsDict_
Abstract base class for specifying target cell sizes.
const dictionary & coeffsDict() const