OpenFOAM logo
Open Source CFD Toolkit

multiDirRefinement Class Reference

Collaboration diagram for multiDirRefinement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClassName ("multiDirRefinement")
 Runtime type information.
 multiDirRefinement (polyMesh &mesh, const labelList &cellLabels, const dictionary &dict)
 Construct from dictionary. After construction all refinement will.
 multiDirRefinement (polyMesh &mesh, const labelList &cellLabels, const List< vectorField > &, const dictionary &dict)
 Explicitly provided directions to split in.
 multiDirRefinement (polyMesh &mesh, undoableMeshCutter &cutter, const cellLooper &cellCutter, const labelList &cellLabels, const List< vectorField > &directions, const bool writeMesh=false)
 Construct from components. Only this one would allow undo actions.
const labelListListaddedCells () const
 Access to addedCells (on the original mesh; see above).

Constructor & Destructor Documentation

multiDirRefinement polyMesh mesh,
const labelList cellLabels,
const dictionary dict
 

Construct from dictionary. After construction all refinement will.

have been done (and runTime will have increased a few time steps if writeMesh = true)

multiDirRefinement polyMesh mesh,
const labelList cellLabels,
const List< vectorField > &  ,
const dictionary dict
 

Explicitly provided directions to split in.

multiDirRefinement polyMesh mesh,
undoableMeshCutter cutter,
const cellLooper cellCutter,
const labelList cellLabels,
const List< vectorField > &  directions,
const bool  writeMesh = false
 

Construct from components. Only this one would allow undo actions.


Member Function Documentation

const labelListList& addedCells  )  const [inline]
 

Access to addedCells (on the original mesh; see above).

Definition at line 208 of file multiDirRefinement.H.

ClassName "multiDirRefinement"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org