Does modifications to boundary faces. More...
Public Member Functions | |
| ClassName ("boundaryCutter") | |
| Runtime type information. More... | |
| boundaryCutter (const polyMesh &mesh) | |
| Construct from mesh. More... | |
| ~boundaryCutter ()=default | |
| Destructor. More... | |
| void | setRefinement (const Map< point > &pointToPos, const Map< List< point >> &edgeToCuts, const Map< labelPair > &faceToSplit, const Map< point > &faceToFeaturePoint, polyTopoChange &meshMod) |
| Do actual cutting with cut description. Inserts mesh changes. More... | |
| void | updateMesh (const mapPolyMesh &) |
| Force recalculation of locally stored data on topological change. More... | |
| const EdgeMap< labelList > & | edgeAddedPoints () const |
| Per edge a sorted list (start to end) of added points. More... | |
| const Map< label > & | faceAddedPoint () const |
| Per face the mid point added. More... | |
Does modifications to boundary faces.
Definition at line 64 of file boundaryCutter.H.
|
explicit |
Construct from mesh.
Definition at line 381 of file boundaryCutter.C.
|
default |
Destructor.
| ClassName | ( | "boundaryCutter" | ) |
Runtime type information.
| void setRefinement | ( | const Map< point > & | pointToPos, |
| const Map< List< point >> & | edgeToCuts, | ||
| const Map< labelPair > & | faceToSplit, | ||
| const Map< point > & | faceToFeaturePoint, | ||
| polyTopoChange & | meshMod | ||
| ) |
Do actual cutting with cut description. Inserts mesh changes.
into meshMod. pointToPos : new position for selected points edgeToCuts : per edge set of points that need to be introduced faceToSplit : per face the diagonal split faceToFeaturePoint : per face the feature point. Triangulation around this feature point.
Definition at line 392 of file boundaryCutter.C.
References Foam::abort(), DynamicList< T, SizeMin >::append(), Foam::ensightOutput::debug, Foam::diag(), Foam::constant::electromagnetic::e, Foam::endl(), f(), Foam::FatalError, FatalErrorInFunction, face::find(), forAll, forAllConstIters(), HashTable< T, label, Hash< label > >::found(), face::nextLabel(), patchID, Foam::Pout, polyTopoChange::setAction(), List< T >::setSize(), UList< T >::size(), and HashTable< T, label, Hash< label > >::size().

| void updateMesh | ( | const mapPolyMesh & | morphMap | ) |
Force recalculation of locally stored data on topological change.
Definition at line 818 of file boundaryCutter.C.
References Foam::constant::electromagnetic::e, Foam::fieldTypes::edge, forAll, forAllConstIters(), newPointi, mapPolyMesh::reverseFaceMap(), mapPolyMesh::reversePointMap(), List< T >::setSize(), UList< T >::size(), and List< T >::transfer().

Per edge a sorted list (start to end) of added points.
Definition at line 191 of file boundaryCutter.H.
|
inline |
Per face the mid point added.
Definition at line 199 of file boundaryCutter.H.