Public Member Functions | Private Member Functions | Private Attributes
fileControl Class Reference
Inheritance diagram for fileControl:
Inheritance graph
[legend]
Collaboration diagram for fileControl:
Collaboration graph
[legend]

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

Private Member Functions

 fileControl (const fileControl &)
 Disallow default bitwise copy construct. More...
 
void operator= (const fileControl &)
 Disallow default bitwise assignment. More...
 

Private Attributes

const fileName pointsFile_
 
const fileName sizesFile_
 
const fileName alignmentsFile_
 
label maxPriority_
 

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

Disallow default bitwise copy construct.

◆ fileControl() [2/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()

Destructor.

Member Function Documentation

◆ operator=()

void operator= ( const fileControl )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "fileControl"  )

Runtime type information.

◆ maxPriority()

virtual label maxPriority ( ) const
inlinevirtual

Implements cellSizeAndAlignmentControl.

Definition at line 116 of file fileControl.H.

References fileControl::maxPriority_.

◆ cellSizeFunctionVertices()

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

◆ initialVertices()

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

Field Documentation

◆ pointsFile_

const fileName pointsFile_
private

Definition at line 54 of file fileControl.H.

◆ sizesFile_

const fileName sizesFile_
private

Definition at line 56 of file fileControl.H.

◆ alignmentsFile_

const fileName alignmentsFile_
private

Definition at line 58 of file fileControl.H.

◆ maxPriority_

label maxPriority_
private

Definition at line 60 of file fileControl.H.

Referenced by fileControl::maxPriority().


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