fieldFromFile Class Reference
Inheritance diagram for fieldFromFile:
[legend]
Collaboration diagram for fieldFromFile:
[legend]

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 ()=default
 Destructor. More...
 
virtual tmp< triSurfacePointScalarFieldload ()
 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 ()=default
 Destructor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from cellSizeCalculationType
static autoPtr< cellSizeCalculationTypeNew (const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Return a reference to the selected cellSizeCalculationType. More...
 
- Protected Member Functions inherited from cellSizeCalculationType
 cellSizeCalculationType (const cellSizeCalculationType &)=delete
 No copy construct. More...
 
void operator= (const cellSizeCalculationType &)=delete
 No copy assignment. More...
 
- Protected Attributes inherited from cellSizeCalculationType
const dictionarycellSizeCalculationTypeDict_
 
const triSurfaceMeshsurface_
 Reference to the triSurfaceMesh. More...
 
const scalar & defaultCellSize_
 

Detailed Description

Source files

Definition at line 53 of file fieldFromFile.H.

Constructor & Destructor Documentation

◆ fieldFromFile()

fieldFromFile ( const dictionary cellSizeCalcTypeDict,
const triSurfaceMesh surface,
const scalar &  defaultCellSize 
)

Construct from components.

◆ ~fieldFromFile()

virtual ~fieldFromFile ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "fieldFromFile"  )

Runtime type information.

◆ load()

virtual tmp<triSurfacePointScalarField> load ( )
virtual

Load the cell size field.

Implements cellSizeCalculationType.


The documentation for this class was generated from the following file: