OpenFOAM logo
Open Source CFD Toolkit

attachPolyTopoChanger.H File Reference


Detailed Description

View attachPolyTopoChanger.H
License
This file is part of OpenFOAM.

OpenFOAM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description
This class is derived from polyMesh and serves as a tool for
statically connecting pieces of a mesh by executing the mesh
modifiers and cleaning the mesh.

The idea is that a mesh can be built from pieces and put together
using various mesh modifiers (mainly sliding interfaces) which are
not needed during the run.  Therefore, once the mesh is assembled
and mesh modification triggered, the newly created point, face and
cell zones can be cleared together with the mesh modifiers thus
creating a singly connected static mesh.

Note:
All point, face and cell zoning will be lost!  Do it after
attaching the parts of the mesh, as the point, face and cell
numbering changes.

Definition in file attachPolyTopoChanger.H.

Go to the source code of this file.

Namespaces

namespace  Foam

Classes

class  attachPolyTopoChanger

For further information go to www.openfoam.org