#include <fieldFromFile.H>
|
| | TypeName ("fieldFromFile") |
| | Runtime type information.
|
| | fieldFromFile (const dictionary &cellSizeCalcTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize) |
| | Construct from components.
|
| virtual | ~fieldFromFile ()=default |
| | Destructor.
|
| virtual tmp< triSurfacePointScalarField > | load () |
| | Load the cell size field.
|
| | TypeName ("cellSizeCalculationType") |
| | Runtime type information.
|
| | 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.
|
| virtual | ~cellSizeCalculationType ()=default |
| | Destructor.
|
- Source files
-
Definition at line 49 of file fieldFromFile.H.
◆ fieldFromFile()
| fieldFromFile |
( |
const dictionary & | cellSizeCalcTypeDict, |
|
|
const triSurfaceMesh & | surface, |
|
|
const scalar & | defaultCellSize ) |
Construct from components.
◆ ~fieldFromFile()
◆ TypeName()
| TypeName |
( |
"fieldFromFile" | | ) |
|
Runtime type information.
◆ load()
The documentation for this class was generated from the following file:
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellSizeControlSurfaces/surfaceCellSizeFunction/cellSizeCalculationType/fieldFromFile/fieldFromFile.H