mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamyHexMesh: Include baffle handling
This commit is contained in:
@ -202,7 +202,6 @@ void Foam::surfaceIntersection::storeIntersection
|
||||
DynamicList<point>& allCutPoints
|
||||
)
|
||||
{
|
||||
|
||||
forAll(facesA, facesAI)
|
||||
{
|
||||
label faceA = facesA[facesAI];
|
||||
@ -1147,6 +1146,12 @@ const Foam::edgeList& Foam::surfaceIntersection::cutEdges() const
|
||||
}
|
||||
|
||||
|
||||
const Foam::labelPairLookup& Foam::surfaceIntersection::facePairToVertex() const
|
||||
{
|
||||
return facePairToVertex_;
|
||||
}
|
||||
|
||||
|
||||
const Foam::labelPairLookup& Foam::surfaceIntersection::facePairToEdge() const
|
||||
{
|
||||
return facePairToEdge_;
|
||||
|
||||
Reference in New Issue
Block a user