|
| TypeName ("searchableSurfaceControl") |
| Runtime type information. More...
|
|
| searchableSurfaceControl (const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize) |
| Construct from dictionary and references to conformalVoronoiMesh and. More...
|
|
| searchableSurfaceControl (const searchableSurfaceControl &)=delete |
| Disallow default bitwise copy construction. More...
|
|
| ~searchableSurfaceControl () |
| Destructor. More...
|
|
virtual void | cellSizeFunctionVertices (DynamicList< Foam::point > &pts, DynamicList< scalar > &sizes) const |
|
virtual void | initialVertices (pointField &pts, scalarField &sizes, triadField &alignments) const |
|
const PtrList< cellSizeFunction > & | sizeFunctions () const |
|
virtual label | maxPriority () const |
|
bool | cellSize (const Foam::point &pt, scalar &cellSize, label &priority) const |
|
void | operator= (const searchableSurfaceControl &)=delete |
| Disallow default bitwise assignment. More...
|
|
Public Member Functions inherited from cellSizeAndAlignmentControl |
| TypeName ("cellSizeAndAlignmentControl") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, cellSizeAndAlignmentControl, dictionary,(const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize),(runTime, name, controlFunctionDict, geometryToConformTo, defaultCellSize)) |
|
| cellSizeAndAlignmentControl (const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize) |
| Construct from dictionary and references to conformalVoronoiMesh and. More...
|
|
| cellSizeAndAlignmentControl (const cellSizeAndAlignmentControl &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~cellSizeAndAlignmentControl () |
| Destructor. More...
|
|
const word & | name () const |
|
const Switch & | forceInitialPointInsertion () const |
|
void | operator= (const cellSizeAndAlignmentControl &)=delete |
| Disallow default bitwise assignment. More...
|
|
- Source files
-
Definition at line 49 of file searchableSurfaceControl.H.