Loading...
Searching...
No Matches
cellSizeAndAlignmentControl Class Referenceabstract

#include <cellSizeAndAlignmentControl.H>

Inheritance diagram for cellSizeAndAlignmentControl:
Collaboration diagram for cellSizeAndAlignmentControl:

Public Member Functions

 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 wordname () const
Switch forceInitialPointInsertion () const noexcept
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< 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

const TimerunTime_
const scalar & defaultCellSize_
Switch forceInitialPointInsertion_

Detailed Description

Constructor & Destructor Documentation

◆ cellSizeAndAlignmentControl()

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

References name(), and runTime.

Here is the call graph for this function:

◆ ~cellSizeAndAlignmentControl()

virtual ~cellSizeAndAlignmentControl ( )
virtualdefault

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

References name(), and runTime.

Here is the call graph for this function:

◆ New()

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.

References name(), and runTime.

Here is the call graph for this function:

◆ name()

const word & name ( ) const
inline

◆ forceInitialPointInsertion()

Switch forceInitialPointInsertion ( ) const
inlinenoexcept

Definition at line 164 of file cellSizeAndAlignmentControl.H.

References forceInitialPointInsertion_, and Foam::noexcept.

◆ maxPriority()

virtual label maxPriority ( ) const
pure virtual

Implemented in fileControl, and searchableSurfaceControl.

◆ cellSizeFunctionVertices()

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

Implemented in fileControl, and searchableSurfaceControl.

References pts.

◆ initialVertices()

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

Implemented in fileControl, and searchableSurfaceControl.

References pts.

Member Data Documentation

◆ runTime_

const Time& runTime_
protected

Definition at line 55 of file cellSizeAndAlignmentControl.H.

◆ defaultCellSize_

const scalar& defaultCellSize_
protected

Definition at line 57 of file cellSizeAndAlignmentControl.H.

◆ forceInitialPointInsertion_

Switch forceInitialPointInsertion_
protected

Definition at line 59 of file cellSizeAndAlignmentControl.H.

Referenced by forceInitialPointInsertion().


The documentation for this class was generated from the following file:
  • applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/cellSizeAndAlignmentControl/cellSizeAndAlignmentControl/cellSizeAndAlignmentControl.H