#include <searchableSurfaceControl.H>


Public Member Functions | |
| TypeName ("searchableSurfaceControl") | |
| Runtime type information. | |
| searchableSurfaceControl (const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize) | |
| Construct from dictionary and references to conformalVoronoiMesh and. | |
| ~searchableSurfaceControl () | |
| Destructor. | |
| 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 |
| Public Member Functions inherited from cellSizeAndAlignmentControl | |
| TypeName ("cellSizeAndAlignmentControl") | |
| Runtime type information. | |
| 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. | |
| virtual | ~cellSizeAndAlignmentControl ()=default |
| Destructor. | |
| const word & | name () const |
| Switch | forceInitialPointInsertion () const noexcept |
Additional Inherited Members | |
| Static Public Member Functions inherited from cellSizeAndAlignmentControl | |
| static autoPtr< cellSizeAndAlignmentControl > | New (const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize) |
| Return a reference to the selected cellShapeControl. | |
| Protected Attributes inherited from cellSizeAndAlignmentControl | |
| const Time & | runTime_ |
| const scalar & | defaultCellSize_ |
| Switch | forceInitialPointInsertion_ |
Definition at line 47 of file searchableSurfaceControl.H.
| searchableSurfaceControl | ( | const Time & | runTime, |
| const word & | name, | ||
| const dictionary & | controlFunctionDict, | ||
| const conformationSurfaces & | geometryToConformTo, | ||
| const scalar & | defaultCellSize ) |
Construct from dictionary and references to conformalVoronoiMesh and.
References cellSizeAndAlignmentControl::name(), and runTime.

| ~searchableSurfaceControl | ( | ) |
Destructor.
| TypeName | ( | "searchableSurfaceControl" | ) |
Runtime type information.
|
virtual |
Implements cellSizeAndAlignmentControl.
References pts.
|
virtual |
Implements cellSizeAndAlignmentControl.
References pts.
|
inline |
Definition at line 173 of file searchableSurfaceControl.H.
|
inlinevirtual |
Implements cellSizeAndAlignmentControl.
Definition at line 178 of file searchableSurfaceControl.H.
| bool cellSize | ( | const Foam::point & | pt, |
| scalar & | cellSize, | ||
| label & | priority ) const |
References cellSize().
Referenced by cellSize().

