Public Member Functions | |
TypeName ("automatic") | |
Runtime type information. More... | |
automatic (const dictionary &cellSizeCalcTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize) | |
Construct from components. More... | |
virtual | ~automatic () |
Destructor. More... | |
virtual tmp< triSurfacePointScalarField > | load () |
Load the cell size field. More... | |
Public Member Functions inherited from cellSizeCalculationType | |
TypeName ("cellSizeCalculationType") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, cellSizeCalculationType, dictionary,(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize),(cellSizeCalculationTypeDict, surface, defaultCellSize)) | |
cellSizeCalculationType (const word &type, const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize) | |
Construct from components. More... | |
cellSizeCalculationType (const cellSizeCalculationType &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~cellSizeCalculationType () |
Destructor. More... | |
void | operator= (const cellSizeCalculationType &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from cellSizeCalculationType | |
static autoPtr< cellSizeCalculationType > | New (const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize) |
Return a reference to the selected cellSizeCalculationType. More... | |
Protected Attributes inherited from cellSizeCalculationType | |
const dictionary & | cellSizeCalculationTypeDict_ |
const triSurfaceMesh & | surface_ |
Reference to the triSurfaceMesh. More... | |
const scalar & | defaultCellSize_ |
automatic | ( | const dictionary & | cellSizeCalcTypeDict, |
const triSurfaceMesh & | surface, | ||
const scalar & | defaultCellSize | ||
) |
Construct from components.
|
inlinevirtual |
Destructor.
Definition at line 111 of file automatic.H.
References automatic::load().
TypeName | ( | "automatic" | ) |
Runtime type information.
|
virtual |
Load the cell size field.
Implements cellSizeCalculationType.
Referenced by automatic::~automatic().