areaMesh Class Reference

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

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

Public Member Functions

 areaMesh (const faMesh &mesh)
 Construct finite-area mesh from faMesh reference. More...
 
label size () const
 Return size. Number of faces. More...
 
const areaVectorFieldC () const
 Field of face centres. More...
 
- Public Member Functions inherited from GeoMesh< faMesh >
 GeoMesh (const faMesh &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 faMeshoperator() () const
 Return reference to the underlying mesh. More...
 

Static Public Member Functions

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

Additional Inherited Members

- Public Types inherited from GeoMesh< faMesh >
typedef faMesh Mesh
 
typedef MESH::BoundaryMesh BoundaryMesh
 
- Protected Attributes inherited from GeoMesh< faMesh >
const faMeshmesh_
 Reference to Mesh. More...
 

Detailed Description

Mesh data needed to do the Finite Area discretisation.

Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.

Definition at line 53 of file areaFaMesh.H.

Constructor & Destructor Documentation

◆ areaMesh()

areaMesh ( const faMesh mesh)
inlineexplicit

Construct finite-area mesh from faMesh reference.

Definition at line 62 of file areaFaMesh.H.

Member Function Documentation

◆ size() [1/2]

static label size ( const Mesh mesh)
inlinestatic

Return size. Number of faces.

Definition at line 71 of file areaFaMesh.H.

References mesh, and primitiveMesh::nFaces().

Here is the call graph for this function:

◆ size() [2/2]

label size ( ) const
inline

Return size. Number of faces.

Definition at line 77 of file areaFaMesh.H.

References GeoMesh< faMesh >::mesh_, and areaMesh::size().

Referenced by areaMesh::size().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ C()

const areaVectorField & C ( ) const
inline

Field of face centres.

Definition at line 83 of file areaFaMesh.H.

References faMesh::areaCentres(), and GeoMesh< faMesh >::mesh_.

Here is the call graph for this function:

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