mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: extrude2DMesh.C: Add thickness to new point's extrude direction coordinate
This commit is contained in:
@ -89,7 +89,7 @@ void Foam::extrude2DMesh::setRefinement
|
||||
forAll(mesh_.points(), pointI)
|
||||
{
|
||||
point newPoint(mesh_.points()[pointI]);
|
||||
newPoint[extrudeDir] = thickness;
|
||||
newPoint[extrudeDir] += thickness;
|
||||
|
||||
meshMod.addPoint
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user