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

Public Member Functions

 TypeName ("automatic")
 Runtime type information. More...
 
 automatic (const dictionary &cellSizeCalcTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Construct from components. More...
 
virtual ~automatic ()
 Destructor. More...
 
virtual tmp< triSurfacePointScalarFieldload ()
 Load the cell size field. More...
 
- Public Member Functions inherited from cellSizeCalculationType
 TypeName ("cellSizeCalculationType")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, cellSizeCalculationType, dictionary,(const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize),(cellSizeCalculationTypeDict, surface, defaultCellSize))
 
 cellSizeCalculationType (const word &type, const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Construct from components. More...
 
virtual ~cellSizeCalculationType ()
 Destructor. More...
 

Private Member Functions

void smoothField (triSurfaceScalarField &surf)
 

Private Attributes

const dictionarycoeffsDict_
 Dictionary of coefficients for automatic cell sizing. More...
 
const fileName surfaceName_
 Name of the surface. Used to write the cell size field. More...
 
const Switch readCurvature_
 
const word curvatureFile_
 
const Switch readFeatureProximity_
 
const word featureProximityFile_
 
const Switch readInternalCloseness_
 
const word internalClosenessFile_
 
const scalar curvatureCellSizeCoeff_
 The curvature values are multiplied by the inverse of this value to. More...
 
const scalar maximumCellSize_
 The maximum allowable sell size. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from cellSizeCalculationType
static autoPtr< cellSizeCalculationTypeNew (const dictionary &cellSizeCalculationTypeDict, const triSurfaceMesh &surface, const scalar &defaultCellSize)
 Return a reference to the selected cellSizeCalculationType. More...
 
- Protected Attributes inherited from cellSizeCalculationType
const dictionarycellSizeCalculationTypeDict_
 
const triSurfaceMeshsurface_
 Reference to the triSurfaceMesh. More...
 
const scalar & defaultCellSize_
 

Detailed Description

Source files

Definition at line 52 of file automatic.H.

Constructor & Destructor Documentation

◆ automatic()

automatic ( const dictionary cellSizeCalcTypeDict,
const triSurfaceMesh surface,
const scalar &  defaultCellSize 
)

Construct from components.

◆ ~automatic()

virtual ~automatic ( )
inlinevirtual

Destructor.

Definition at line 107 of file automatic.H.

Member Function Documentation

◆ smoothField()

void smoothField ( triSurfaceScalarField surf)
private

◆ TypeName()

TypeName ( "automatic"  )

Runtime type information.

◆ load()

virtual tmp<triSurfacePointScalarField> load ( )
virtual

Load the cell size field.

Implements cellSizeCalculationType.

Field Documentation

◆ coeffsDict_

const dictionary& coeffsDict_
private

Dictionary of coefficients for automatic cell sizing.

Definition at line 62 of file automatic.H.

◆ surfaceName_

const fileName surfaceName_
private

Name of the surface. Used to write the cell size field.

Definition at line 65 of file automatic.H.

◆ readCurvature_

const Switch readCurvature_
private

Definition at line 67 of file automatic.H.

◆ curvatureFile_

const word curvatureFile_
private

Definition at line 68 of file automatic.H.

◆ readFeatureProximity_

const Switch readFeatureProximity_
private

Definition at line 70 of file automatic.H.

◆ featureProximityFile_

const word featureProximityFile_
private

Definition at line 71 of file automatic.H.

◆ readInternalCloseness_

const Switch readInternalCloseness_
private

Definition at line 73 of file automatic.H.

◆ internalClosenessFile_

const word internalClosenessFile_
private

Definition at line 74 of file automatic.H.

◆ curvatureCellSizeCoeff_

const scalar curvatureCellSizeCoeff_
private

The curvature values are multiplied by the inverse of this value to.

get the cell size

Definition at line 78 of file automatic.H.

◆ maximumCellSize_

const scalar maximumCellSize_
private

The maximum allowable sell size.

Definition at line 81 of file automatic.H.


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