mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: polyPatch: adding constraint patches to group
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -78,7 +78,8 @@ label addPatch(polyMesh& mesh, const word& patchName)
|
||||
0,
|
||||
mesh.nFaces(),
|
||||
patchI,
|
||||
patches
|
||||
patches,
|
||||
polyPatch::typeName
|
||||
);
|
||||
|
||||
mesh.removeBoundary();
|
||||
|
||||
Reference in New Issue
Block a user