refinementParameters Class Reference

Simple container to keep together refinement specific information. More...

Public Member Functions

 refinementParameters (const dictionary &dict)
 Construct from dictionary - new syntax. More...
 
 refinementParameters (const refinementParameters &)=delete
 Disallow default bitwise copy construction. More...
 
label maxGlobalCells () const
 Total number of cells. More...
 
label maxLocalCells () const
 Per processor max number of cells. More...
 
label minRefineCells () const
 When to stop refining. More...
 
scalar curvature () const
 Curvature. More...
 
scalar planarAngle () const
 Angle when two intersections are considered to be planar. More...
 
label nBufferLayers () const
 Number of layers between different refinement levels. More...
 
const pointFieldkeepPoints () const
 Areas to keep. More...
 
bool allowFreeStandingZoneFaces () const
 Are zone faces allowed only in between different cell zones. More...
 
bool useTopologicalSnapDetection () const
 Use old topology based problem-cell removal. More...
 
scalar maxLoadUnbalance () const
 Allowed load unbalance. More...
 
bool handleSnapProblems () const
 
labelList findCells (const polyMesh &) const
 Checks that cells are in mesh. Returns cells they are in. More...
 
void operator= (const refinementParameters &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Simple container to keep together refinement specific information.

Source files

Definition at line 53 of file refinementParameters.H.

Constructor & Destructor Documentation

◆ refinementParameters() [1/2]

refinementParameters ( const dictionary dict)

Construct from dictionary - new syntax.

Definition at line 33 of file refinementParameters.C.

References Foam::cos(), Foam::degToRad(), dictionary::lookup(), and Foam::readScalar().

Here is the call graph for this function:

◆ refinementParameters() [2/2]

Disallow default bitwise copy construction.

Member Function Documentation

◆ maxGlobalCells()

label maxGlobalCells ( ) const
inline

Total number of cells.

Definition at line 108 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ maxLocalCells()

label maxLocalCells ( ) const
inline

Per processor max number of cells.

Definition at line 114 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ minRefineCells()

label minRefineCells ( ) const
inline

When to stop refining.

Definition at line 120 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ curvature()

scalar curvature ( ) const
inline

Curvature.

Definition at line 126 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ planarAngle()

scalar planarAngle ( ) const
inline

Angle when two intersections are considered to be planar.

Definition at line 132 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ nBufferLayers()

label nBufferLayers ( ) const
inline

Number of layers between different refinement levels.

Definition at line 138 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ keepPoints()

const pointField& keepPoints ( ) const
inline

Areas to keep.

Definition at line 144 of file refinementParameters.H.

References refinementParameters::allowFreeStandingZoneFaces(), and refinementParameters::useTopologicalSnapDetection().

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ allowFreeStandingZoneFaces()

bool allowFreeStandingZoneFaces ( ) const
inline

Are zone faces allowed only in between different cell zones.

or also just free standing?

Definition at line 151 of file refinementParameters.H.

Referenced by refinementParameters::keepPoints(), and snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ useTopologicalSnapDetection()

bool useTopologicalSnapDetection ( ) const
inline

Use old topology based problem-cell removal.

(cells with 8 points on surface)

Definition at line 158 of file refinementParameters.H.

Referenced by refinementParameters::keepPoints(), and snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ maxLoadUnbalance()

scalar maxLoadUnbalance ( ) const
inline

Allowed load unbalance.

Definition at line 164 of file refinementParameters.H.

Referenced by snappyRefineDriver::snappyRefineDriver().

Here is the caller graph for this function:

◆ handleSnapProblems()

bool handleSnapProblems ( ) const
inline

Definition at line 169 of file refinementParameters.H.

References refinementParameters::findCells(), and refinementParameters::operator=().

Here is the call graph for this function:

◆ findCells()

Foam::labelList findCells ( const polyMesh mesh) const

Checks that cells are in mesh. Returns cells they are in.

Definition at line 74 of file refinementParameters.C.

References polyMesh::bounds(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, polyMesh::findCell(), forAll, Foam::Info, primitiveMesh::nCells(), Foam::nl, Foam::reduce(), List< T >::size(), and polyMesh::tetBasePtIs().

Referenced by snappyRefineDriver::doRefine(), and refinementParameters::handleSnapProblems().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void operator= ( const refinementParameters )
delete

Disallow default bitwise assignment.

Referenced by refinementParameters::handleSnapProblems().

Here is the caller graph for this function:

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