shellSurfaces Class Reference
Encapsulates queries for volume refinement ('refine all cells within shell').
More...
List of all members.
|
Public Types |
| enum | refineMode { INSIDE,
OUTSIDE,
DISTANCE
} |
| | Volume refinement controls. More...
|
Public Member Functions |
| | shellSurfaces (const searchableSurfaces &allGeometry, const labelList &shells, const List< refineMode > &modes, const List< scalarField > &distances, const labelListList &levels) |
| | Construct from components.
|
| | shellSurfaces (const searchableSurfaces &allGeometry, const PtrList< dictionary > &shellDicts) |
| | Construct from geometry and dictionaries.
|
| | shellSurfaces (const searchableSurfaces &allGeometry, const dictionary &shellsDict) |
| | Construct from geometry and dictionary.
|
| label | maxLevel () const |
| | Highest shell level.
|
| void | findHigherLevel (const pointField &pt, const labelList &ptLevel, labelList &maxLevel) const |
| | Find shell level higher than ptLevel.
|
Detailed Description
Encapsulates queries for volume refinement ('refine all cells within shell').
- Source files
-
Definition at line 48 of file shellSurfaces.H.
Member Enumeration Documentation
Volume refinement controls.
- Enumerator:
-
Definition at line 55 of file shellSurfaces.H.
Constructor & Destructor Documentation
Construct from components.
Member Function Documentation
The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd