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

checkGeometry.H

Go to the documentation of this file.
00001 #include <OpenFOAM/label.H>
00002 #include <OpenFOAM/HashSet.H>
00003 #include <OpenFOAM/labelVector.H>
00004 
00005 namespace Foam
00006 {
00007     class polyMesh;
00008     class wedgePolyPatch;
00009 
00010     label findOppositeWedge(const polyMesh&, const wedgePolyPatch&);
00011 
00012     bool checkWedges
00013     (
00014         const polyMesh&,
00015         const bool report,
00016         const Vector<label>&,
00017         labelHashSet*
00018     );
00019 
00020     label checkGeometry(const polyMesh& mesh, const bool allGeometry);
00021 }
00022 
00023 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines