surfaceMesh Class Reference

Mesh data needed to do the Finite Volume discretisation. More...

Inheritance diagram for surfaceMesh:
[legend]
Collaboration diagram for surfaceMesh:
[legend]

Public Member Functions

 surfaceMesh (const fvMesh &mesh)
 Construct surface mesh from fvMesh reference. More...
 
label size () const
 Return size. Number of internal faces. More...
 
const surfaceVectorFieldC () const
 Field of face centres. More...
 
- Public Member Functions inherited from GeoMesh< fvMesh >
 GeoMesh (const fvMesh &mesh)
 Construct from mesh reference. More...
 
bool hasDb () const
 Return true if thisDb() is a valid DB - here = false. More...
 
const objectRegistrythisDb () const
 Return the object registry. More...
 
const fvMeshoperator() () const
 Return reference to the underlying mesh. More...
 

Static Public Member Functions

static label size (const Mesh &mesh)
 Return size. Number of internal faces. More...
 

Additional Inherited Members

- Public Types inherited from GeoMesh< fvMesh >
typedef fvMesh Mesh
 
typedef fvMesh ::BoundaryMesh BoundaryMesh
 
- Protected Attributes inherited from GeoMesh< fvMesh >
const fvMeshmesh_
 Reference to Mesh. More...
 

Detailed Description

Mesh data needed to do the Finite Volume discretisation.

Definition at line 49 of file surfaceMesh.H.

Constructor & Destructor Documentation

◆ surfaceMesh()

surfaceMesh ( const fvMesh mesh)
inlineexplicit

Construct surface mesh from fvMesh reference.

Definition at line 58 of file surfaceMesh.H.

Member Function Documentation

◆ size() [1/2]

static label size ( const Mesh mesh)
inlinestatic

Return size. Number of internal faces.

Definition at line 67 of file surfaceMesh.H.

References mesh.

◆ size() [2/2]

label size ( ) const
inline

Return size. Number of internal faces.

Definition at line 73 of file surfaceMesh.H.

References GeoMesh< fvMesh >::mesh_.

◆ C()

const surfaceVectorField& C ( ) const
inline

Field of face centres.

Definition at line 79 of file surfaceMesh.H.

References fvMesh::Cf(), and GeoMesh< fvMesh >::mesh_.

Here is the call graph for this function:

The documentation for this class was generated from the following file: