Simple container to keep together refinement specific information. More...
Classes | |
| class | cellSelectionPoints |
| Class to hold the points to select cells inside and outside. 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 cellSelectionPoints & | selectionPoints () const |
| Return the points to select cells inside and outside. 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... | |
Simple container to keep together refinement specific information.
Definition at line 54 of file refinementParameters.H.
| refinementParameters | ( | const dictionary & | dict | ) |
Construct from dictionary - new syntax.
Definition at line 33 of file refinementParameters.C.
References Foam::cos(), Foam::degToRad(), dict, and Foam::unitDegrees.

|
delete |
Disallow default bitwise copy construction.
|
inline |
Total number of cells.
Definition at line 145 of file refinementParameters.H.
|
inline |
Per processor max number of cells.
Definition at line 151 of file refinementParameters.H.
|
inline |
When to stop refining.
Definition at line 157 of file refinementParameters.H.
|
inline |
Curvature.
Definition at line 163 of file refinementParameters.H.
|
inline |
Angle when two intersections are considered to be planar.
Definition at line 169 of file refinementParameters.H.
|
inline |
Number of layers between different refinement levels.
Definition at line 175 of file refinementParameters.H.
|
inline |
Return the points to select cells inside and outside.
surface regions
Definition at line 182 of file refinementParameters.H.
|
inline |
Are zone faces allowed only in between different cell zones.
or also just free standing?
Definition at line 189 of file refinementParameters.H.
|
inline |
Use old topology based problem-cell removal.
(cells with 8 points on surface)
Definition at line 196 of file refinementParameters.H.
|
inline |
Allowed load unbalance.
Definition at line 202 of file refinementParameters.H.
|
inline |
Definition at line 207 of file refinementParameters.H.
| Foam::labelList findCells | ( | const polyMesh & | mesh | ) | const |
Checks that cells are in mesh. Returns cells they are in.
Definition at line 120 of file refinementParameters.C.
References polyMesh::bounds(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, polyMesh::findCell(), forAll, Foam::Info, refinementParameters::cellSelectionPoints::inside(), globalIndex::isLocal(), mesh, primitiveMesh::nCells(), Foam::nl, Foam::reduce(), polyMesh::tetBasePtIs(), globalIndex::toGlobal(), globalIndex::toLocal(), and globalIndex::whichProcID().
Referenced by snappyRefineDriver::doRefine().


|
delete |
Disallow default bitwise assignment.