ENH: polyPatch: adding constraint patches to group

This commit is contained in:
mattijs
2012-09-05 16:40:59 +01:00
parent 8913633b0b
commit 3c183eba6c
42 changed files with 259 additions and 148 deletions

View File

@ -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();