Mesh data needed to do the Finite Area discretisation. More...
#include <areaFaMesh.H>


Public Member Functions | |
| areaMesh (const faMesh &mesh) | |
| Construct finite-area mesh from faMesh reference. | |
| label | size () const noexcept |
| The geometric (internal) size - number of faces. | |
| const areaVectorField & | C () const |
| Field of face centres. | |
| Public Member Functions inherited from GeoMesh< faMesh > | |
| GeoMesh (const faMesh &mesh) | |
| Construct from mesh reference. | |
| bool | hasDb () const |
| Return true if thisDb() is a valid DB - here = false. | |
| const objectRegistry & | thisDb () const |
| Return the object registry. | |
| const faMesh & | operator() () const |
| Return reference to the underlying mesh. | |
Static Public Member Functions | |
| static label | size (const faMesh &mesh) noexcept |
| The geometric (internal) size - number of faces. | |
| static label | boundary_size (const faMesh &mesh) noexcept |
| The geometric boundary size - number of boundary edges. | |
Additional Inherited Members | |
| Public Types inherited from GeoMesh< faMesh > | |
| typedef faMesh | Mesh |
| typedef faMesh::BoundaryMesh | BoundaryMesh |
| Protected Attributes inherited from GeoMesh< faMesh > | |
| const faMesh & | mesh_ |
| Reference to Mesh. | |
Mesh data needed to do the Finite Area discretisation.
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 47 of file areaFaMesh.H.
|
inlineexplicit |
Construct finite-area mesh from faMesh reference.
Definition at line 58 of file areaFaMesh.H.
References GeoMesh< faMesh >::GeoMesh(), and mesh.

|
inlinestaticnoexcept |
The geometric (internal) size - number of faces.
Method name expected by GeoMesh interface
Definition at line 71 of file areaFaMesh.H.
References mesh.
|
inlinestaticnoexcept |
The geometric boundary size - number of boundary edges.
Method name expected by GeoMesh interface
Definition at line 81 of file areaFaMesh.H.
References mesh.
|
inlinenoexcept |
The geometric (internal) size - number of faces.
Method name expected by GeoMesh interface
Definition at line 94 of file areaFaMesh.H.
References GeoMesh< faMesh >::mesh_, Foam::noexcept, and size().
Referenced by size().


|
inline |
Field of face centres.
Definition at line 103 of file areaFaMesh.H.
References GeoMesh< faMesh >::mesh_.