polyTopoChange: Removed remnants of unused and deprecated cell and face inflation
The concept of cell and face inflation proved unworkable in general and has been replaced by the more flexible and robust cell-splitting combined with conservative interpolative mapping and mesh morphing as appropriate.
This commit is contained in:
@ -570,8 +570,6 @@ void Foam::createShellMesh::setRefinement
|
||||
patch_.localFaces()[facei].reverseFace(),// vertices
|
||||
addedCells[nLayers*facei], // own
|
||||
-1, // nei
|
||||
-1, // masterPointID
|
||||
-1, // masterEdgeID
|
||||
faceToFaceMap.size(), // masterFaceID : current facei
|
||||
true, // flipFaceFlux
|
||||
bottomPatchID[facei], // patchID
|
||||
@ -627,8 +625,6 @@ void Foam::createShellMesh::setRefinement
|
||||
newF, // vertices
|
||||
own, // own
|
||||
nei, // nei
|
||||
-1, // masterPointID
|
||||
-1, // masterEdgeID
|
||||
faceToFaceMap.size(), // masterFaceID : current facei
|
||||
false, // flipFaceFlux
|
||||
patchi, // patchID
|
||||
@ -778,8 +774,6 @@ void Foam::createShellMesh::setRefinement
|
||||
newF, // vertices
|
||||
minCelli, // own
|
||||
maxCelli, // nei
|
||||
-1, // masterPointID
|
||||
-1, // masterEdgeID
|
||||
faceToFaceMap.size(), // masterFaceID
|
||||
false, // flipFaceFlux
|
||||
patchi, // patchID
|
||||
@ -873,8 +867,6 @@ void Foam::createShellMesh::setRefinement
|
||||
newF, // vertices
|
||||
addedCells[nLayers*minFacei+layerI], // own
|
||||
-1, // nei
|
||||
-1, // masterPointID
|
||||
-1, // masterEdgeID
|
||||
faceToFaceMap.size(), // masterFaceID
|
||||
false, // flipFaceFlux
|
||||
ePatches[i], // patchID
|
||||
|
||||
Reference in New Issue
Block a user