OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
applications
utilities
mesh
manipulation
checkMesh
checkTools.H
Go to the documentation of this file.
1
#include "
scalar.H
"
2
#include "
indirectPrimitivePatch.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
}
Foam::indirectPrimitivePatch
PrimitivePatch< face, IndirectList, const pointField & > indirectPrimitivePatch
Foam::indirectPrimitivePatch.
Definition:
indirectPrimitivePatch.H:45
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
scalar.H
Foam::mergeAndWrite
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.
Foam::name
word name(const complex &)
Return a string representation of a complex.
Definition:
complex.C:47
Foam::printMeshStats
void printMeshStats(const polyMesh &mesh, const bool allTopology)
Foam
Namespace for OpenFOAM.
Definition:
combustionModel.C:30
indirectPrimitivePatch.H
Generated by
1.8.11