#include <cellSizeAndAlignmentControl.H>
|
| | 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 word & | name () 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 |
- Source files
-
Definition at line 51 of file cellSizeAndAlignmentControl.H.
◆ cellSizeAndAlignmentControl()
| cellSizeAndAlignmentControl |
( |
const Time & | runTime, |
|
|
const word & | name, |
|
|
const dictionary & | controlFunctionDict, |
|
|
const conformationSurfaces & | geometryToConformTo, |
|
|
const scalar & | defaultCellSize ) |
◆ ~cellSizeAndAlignmentControl()
| virtual ~cellSizeAndAlignmentControl |
( |
| ) |
|
|
virtualdefault |
◆ 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()
◆ name()
| const word & name |
( |
| ) |
const |
|
inline |
◆ forceInitialPointInsertion()
| Switch forceInitialPointInsertion |
( |
| ) |
const |
|
inlinenoexcept |
◆ maxPriority()
| virtual label maxPriority |
( |
| ) |
const |
|
pure virtual |
◆ cellSizeFunctionVertices()
◆ initialVertices()
◆ runTime_
◆ defaultCellSize_
| const scalar& defaultCellSize_ |
|
protected |
◆ forceInitialPointInsertion_
| Switch forceInitialPointInsertion_ |
|
protected |
The documentation for this class was generated from the following file:
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/cellShapeControl/cellSizeAndAlignmentControl/cellSizeAndAlignmentControl/cellSizeAndAlignmentControl.H