

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... | |
| virtual | ~cellSizeCalculationType () |
| Destructor. 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 107 of file automatic.H.
References automatic::load().

| TypeName | ( | "automatic" | ) |
Runtime type information.
|
virtual |
Load the cell size field.
Implements cellSizeCalculationType.
Referenced by automatic::~automatic().

1.8.13