searchableSurfaceControl Class Reference
Inheritance diagram for searchableSurfaceControl:
Collaboration diagram for searchableSurfaceControl:

Public Member Functions

 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 wordname () const
 
const SwitchforceInitialPointInsertion () const
 
void operator= (const cellSizeAndAlignmentControl &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from cellSizeAndAlignmentControl
static autoPtr< cellSizeAndAlignmentControlNew (const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize)
 Return a reference to the selected cellShapeControl. More...
 
- Protected Attributes inherited from cellSizeAndAlignmentControl
const TimerunTime_
 
const scalar & defaultCellSize_
 
Switch forceInitialPointInsertion_
 

Detailed Description

Constructor & Destructor Documentation

◆ searchableSurfaceControl() [1/2]

searchableSurfaceControl ( const Time runTime,
const word name,
const dictionary controlFunctionDict,
const conformationSurfaces geometryToConformTo,
const scalar &  defaultCellSize 
)

Construct from dictionary and references to conformalVoronoiMesh and.

searchableSurfaces

◆ searchableSurfaceControl() [2/2]

Disallow default bitwise copy construction.

◆ ~searchableSurfaceControl()

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "searchableSurfaceControl"  )

Runtime type information.

◆ cellSizeFunctionVertices()

virtual void cellSizeFunctionVertices ( DynamicList< Foam::point > &  pts,
DynamicList< scalar > &  sizes 
) const
virtual

◆ initialVertices()

virtual void initialVertices ( pointField pts,
scalarField sizes,
triadField alignments 
) const
virtual

◆ sizeFunctions()

const PtrList<cellSizeFunction>& sizeFunctions ( ) const
inline

Definition at line 112 of file searchableSurfaceControl.H.

◆ maxPriority()

virtual label maxPriority ( ) const
inlinevirtual

Implements cellSizeAndAlignmentControl.

Definition at line 117 of file searchableSurfaceControl.H.

References searchableSurfaceControl::cellSize(), and searchableSurfaceControl::operator=().

Here is the call graph for this function:

◆ cellSize()

bool cellSize ( const Foam::point pt,
scalar &  cellSize,
label priority 
) const

Referenced by searchableSurfaceControl::maxPriority().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const searchableSurfaceControl )
delete

Disallow default bitwise assignment.

Referenced by searchableSurfaceControl::maxPriority().

Here is the caller graph for this function:

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