cellSizeAndAlignmentControl Class Referenceabstract
Inheritance diagram for cellSizeAndAlignmentControl:
Collaboration diagram for cellSizeAndAlignmentControl:

Public Member Functions

 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
 
virtual label maxPriority () const =0
 
virtual void cellSizeFunctionVertices (DynamicList< Foam::point > &pts, DynamicList< scalar > &sizes) const =0
 
virtual void initialVertices (pointField &pts, scalarField &sizes, triadField &alignments) const =0
 
void operator= (const cellSizeAndAlignmentControl &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

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. More...
 

Protected Attributes

const Time & runTime_
 
const scalar & defaultCellSize_
 
Switch forceInitialPointInsertion_
 

Detailed Description

Constructor & Destructor Documentation

◆ cellSizeAndAlignmentControl() [1/2]

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

Construct from dictionary and references to conformalVoronoiMesh and.

searchableSurfaces

◆ cellSizeAndAlignmentControl() [2/2]

Disallow default bitwise copy construction.

◆ ~cellSizeAndAlignmentControl()

virtual ~cellSizeAndAlignmentControl ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "cellSizeAndAlignmentControl"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
cellSizeAndAlignmentControl  ,
dictionary  ,
(const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize)  ,
(runTime, name, controlFunctionDict, geometryToConformTo, defaultCellSize)   
)

◆ New()

static autoPtr<cellSizeAndAlignmentControl> New ( const Time &  runTime,
const word &  name,
const dictionary &  controlFunctionDict,
const conformationSurfaces &  geometryToConformTo,
const scalar &  defaultCellSize 
)
static

Return a reference to the selected cellShapeControl.

◆ name()

const word& name ( ) const
inline

Definition at line 142 of file cellSizeAndAlignmentControl.H.

◆ forceInitialPointInsertion()

◆ maxPriority()

virtual label maxPriority ( ) const
pure virtual

Implemented in searchableSurfaceControl, and fileControl.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

◆ cellSizeFunctionVertices()

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

Implemented in fileControl, and searchableSurfaceControl.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

◆ initialVertices()

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

Implemented in fileControl, and searchableSurfaceControl.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const cellSizeAndAlignmentControl &  )
delete

Disallow default bitwise assignment.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

Member Data Documentation

◆ runTime_

const Time& runTime_
protected

Definition at line 57 of file cellSizeAndAlignmentControl.H.

◆ defaultCellSize_

const scalar& defaultCellSize_
protected

Definition at line 59 of file cellSizeAndAlignmentControl.H.

◆ forceInitialPointInsertion_

Switch forceInitialPointInsertion_
protected

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