Public Member Functions | List of all members
fieldFromFile Class Reference
Inheritance diagram for fieldFromFile:
Inheritance graph
[legend]
Collaboration diagram for fieldFromFile:
Collaboration graph
[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 ()
 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 ()
 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 Attributes inherited from cellSizeCalculationType
const dictionarycellSizeCalculationTypeDict_
 
const triSurfaceMeshsurface_
 Reference to the triSurfaceMesh. More...
 
const scalar & defaultCellSize_
 

Detailed Description

Source files

Definition at line 51 of file fieldFromFile.H.

Constructor & Destructor Documentation

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

Construct from components.

virtual ~fieldFromFile ( )
inlinevirtual

Destructor.

Definition at line 89 of file fieldFromFile.H.

References fieldFromFile::load().

Here is the call graph for this function:

Member Function Documentation

TypeName ( "fieldFromFile"  )

Runtime type information.

virtual tmp<triSurfacePointScalarField> load ( )
virtual

Load the cell size field.

Implements cellSizeCalculationType.

Referenced by fieldFromFile::~fieldFromFile().

Here is the caller graph for this function:


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