FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

polyMeshZipUpCells.H File Reference

Cell zip-up tool. This function modifies the list of faces such that all the cells are topologically closed. Note that, while this operation is perfectly sensible for correct meshes, it may lead to arbitrary errors if the mesh is originally broken. More...


Detailed Description

Cell zip-up tool. This function modifies the list of faces such that all the cells are topologically closed. Note that, while this operation is perfectly sensible for correct meshes, it may lead to arbitrary errors if the mesh is originally broken.

Source files

Definition in file polyMeshZipUpCells.H.

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

bool  polyMeshZipUpCells (polyMesh &mesh)
 Cell zip-up tool.