FreeFOAM The Cross-Platform CFD Toolkit
checkGeometry.H
Go to the documentation of this file.
1 #include <OpenFOAM/label.H>
2 #include <OpenFOAM/HashSet.H>
3 #include <OpenFOAM/labelVector.H>
4 
5 namespace Foam
6 {
7  class polyMesh;
8  class wedgePolyPatch;
9 
10  label findOppositeWedge(const polyMesh&, const wedgePolyPatch&);
11 
12  bool checkWedges
13  (
14  const polyMesh&,
15  const bool report,
16  const Vector<label>&,
18  );
19 
20  label checkGeometry(const polyMesh& mesh, const bool allGeometry);
21 }
22 
23 // ************************ vim: set sw=4 sts=4 et: ************************ //