Public Member Functions | |
TypeName ("fieldFromFile") | |
Runtime type information. More... | |
fieldFromFile (const dictionary &cellSizeCalcTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize) | |
Construct from components. More... | |
virtual | ~fieldFromFile () |
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_ |
fieldFromFile | ( | const dictionary & | cellSizeCalcTypeDict, |
const triSurfaceMesh & | surface, | ||
const scalar & | defaultCellSize | ||
) |
Construct from components.
|
inlinevirtual |
Destructor.
Definition at line 89 of file fieldFromFile.H.
References fieldFromFile::load().
TypeName | ( | "fieldFromFile" | ) |
Runtime type information.
|
virtual |
Load the cell size field.
Implements cellSizeCalculationType.
Referenced by fieldFromFile::~fieldFromFile().