checkTools.H
Go to the documentation of this file.
1 #include "scalar.H"
2 
3 namespace Foam
4 {
5  class polyMesh;
6  class surfaceWriter;
7  class faceSet;
8  class cellSet;
9 
10  void printMeshStats(const polyMesh& mesh, const bool allTopology);
11 
12  //- Write vtk representation of (assembled) faceSet to vtk file in
13  // postProcessing/ directory
14  void mergeAndWrite(const surfaceWriter&, const faceSet&);
15 
16  //- Write vtk representation of (assembled) cellSet to vtk file in
17  // postProcessing/ directory
18  void mergeAndWrite(const surfaceWriter&, const cellSet&);
19 }
Foam::printMeshStats
void printMeshStats(const polyMesh &mesh, const bool allTopology)
Definition: checkTools.C:45
Foam::mergeAndWrite
void mergeAndWrite(const surfaceWriter &, const faceSet &)
Write vtk representation of (assembled) faceSet to vtk file in.
Definition: checkTools.C:205
scalar.H
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30