checkTools.H
Go to the documentation of this file.
1 #include "scalar.H"
3 
4 namespace Foam
5 {
6  class polyMesh;
7  class surfaceWriter;
8  class faceSet;
9  class cellSet;
10  class fileName;
11  class polyMesh;
12 
13  void printMeshStats(const polyMesh& mesh, const bool allTopology);
14 
15  //- Generate merged surface on master and write. Needs input patch
16  // to be of mesh faces.
17  void mergeAndWrite
18  (
19  const polyMesh& mesh,
20  const surfaceWriter& writer,
21  const word& name,
22  const indirectPrimitivePatch setPatch,
23  const fileName& outputDir
24  );
25 
26  //- Write vtk representation of (assembled) faceSet to vtk file in
27  // postProcessing/ directory
28  void mergeAndWrite(const surfaceWriter&, const faceSet&);
29 
30  //- Write vtk representation of (assembled) cellSet to vtk file in
31  // postProcessing/ directory
32  void mergeAndWrite(const surfaceWriter&, const cellSet&);
33 }
PrimitivePatch< face, IndirectList, const pointField & > indirectPrimitivePatch
Foam::indirectPrimitivePatch.
dynamicFvMesh & mesh
void mergeAndWrite(const polyMesh &mesh, const surfaceWriter &writer, const word &name, const indirectPrimitivePatch setPatch, const fileName &outputDir)
Generate merged surface on master and write. Needs input patch.
word name(const complex &)
Return a string representation of a complex.
Definition: complex.C:47
void printMeshStats(const polyMesh &mesh, const bool allTopology)
Namespace for OpenFOAM.