Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
cellSizeAndAlignmentControl Class Referenceabstract
Inheritance diagram for cellSizeAndAlignmentControl:
Inheritance graph
[legend]
Collaboration diagram for cellSizeAndAlignmentControl:
Collaboration graph
[legend]

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...
 
virtual ~cellSizeAndAlignmentControl ()
 Destructor. More...
 
const wordname () const
 
const SwitchforceInitialPointInsertion () 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
 

Static Public Member Functions

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

const TimerunTime_
 
const scalar & defaultCellSize_
 
Switch forceInitialPointInsertion_
 

Detailed Description

Source files

Definition at line 53 of file cellSizeAndAlignmentControl.H.

Constructor & Destructor Documentation

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

virtual ~cellSizeAndAlignmentControl ( )
virtual

Destructor.

Member Function Documentation

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

const word& name ( ) const
inline

Definition at line 145 of file cellSizeAndAlignmentControl.H.

const Switch& forceInitialPointInsertion ( ) const
inline
virtual label maxPriority ( ) const
pure virtual

Implemented in searchableSurfaceControl, and fileControl.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

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

Implemented in searchableSurfaceControl, and fileControl.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

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

Implemented in searchableSurfaceControl, and fileControl.

Referenced by cellSizeAndAlignmentControl::forceInitialPointInsertion().

Here is the caller graph for this function:

Member Data Documentation

const Time& runTime_
protected

Definition at line 57 of file cellSizeAndAlignmentControl.H.

const scalar& defaultCellSize_
protected

Definition at line 59 of file cellSizeAndAlignmentControl.H.

Switch forceInitialPointInsertion_
protected

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