fileControl Class Reference
Inheritance diagram for fileControl:
Collaboration diagram for fileControl:

Public Member Functions

 TypeName ("fileControl")
 Runtime type information. More...
 
 fileControl (const Time &runTime, const word &name, const dictionary &controlFunctionDict, const conformationSurfaces &geometryToConformTo, const scalar &defaultCellSize)
 Construct from dictionary and references to conformalVoronoiMesh and. More...
 
 fileControl (const fileControl &)=delete
 Disallow default bitwise copy construction. More...
 
 ~fileControl ()
 Destructor. More...
 
virtual label maxPriority () const
 
virtual void cellSizeFunctionVertices (DynamicList< Foam::point > &pts, DynamicList< scalar > &sizes) const
 
virtual void initialVertices (pointField &pts, scalarField &sizes, triadField &alignments) const
 
void operator= (const fileControl &)=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

Source files

Definition at line 48 of file fileControl.H.

Constructor & Destructor Documentation

◆ fileControl() [1/2]

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

Construct from dictionary and references to conformalVoronoiMesh and.

searchableSurfaces

◆ fileControl() [2/2]

fileControl ( const fileControl )
delete

Disallow default bitwise copy construction.

◆ ~fileControl()

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "fileControl"  )

Runtime type information.

◆ maxPriority()

virtual label maxPriority ( ) const
inlinevirtual

Implements cellSizeAndAlignmentControl.

Definition at line 94 of file fileControl.H.

References fileControl::cellSizeFunctionVertices(), fileControl::initialVertices(), and fileControl::operator=().

Here is the call graph for this function:

◆ cellSizeFunctionVertices()

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

Implements cellSizeAndAlignmentControl.

Referenced by fileControl::maxPriority().

Here is the caller graph for this function:

◆ initialVertices()

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

Implements cellSizeAndAlignmentControl.

Referenced by fileControl::maxPriority().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const fileControl )
delete

Disallow default bitwise assignment.

Referenced by fileControl::maxPriority().

Here is the caller graph for this function:

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