checkTools.H
Go to the documentation of this file.
1 #include "scalar.H"
3 #include "writer.H"
4 
5 namespace Foam
6 {
7  class polyMesh;
8  class surfaceWriter;
9  class pointSet;
10  class faceSet;
11  class cellSet;
12  class fileName;
13  class polyMesh;
14 
15  void printMeshStats(const polyMesh& mesh, const bool allTopology);
16 
17  //- Generate merged surface on master and write. Needs input patch
18  // to be of mesh faces.
19  void mergeAndWrite
20  (
21  const polyMesh& mesh,
22  const surfaceWriter& writer,
23  const word& name,
24  const indirectPrimitivePatch setPatch,
25  const fileName& outputDir
26  );
27 
28  //- Write vtk representation of (assembled) faceSet to surface file in
29  // postProcessing/ directory
30  void mergeAndWrite(const surfaceWriter&, const faceSet&);
31 
32  //- Write vtk representation of (assembled) cellSet to surface file in
33  // postProcessing/ directory
34  void mergeAndWrite(const surfaceWriter&, const cellSet&);
35 
36  //- Write vtk representation of (assembled) pointSet to 'set' file in
37  // postProcessing/ directory
38  void mergeAndWrite(const writer<scalar>&, const pointSet&);
39 }
40 
41 
42 // ************************************************************************* //
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.