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


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 areaVectorField & | C () 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 objectRegistry & | thisDb () const |
| Return the object registry. More... | |
| const faMesh & | operator() () 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 faMesh ::BoundaryMesh | BoundaryMesh |
Protected Attributes inherited from GeoMesh< faMesh > | |
| const faMesh & | mesh_ |
| Reference to Mesh. More... | |
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.
Construct finite-area mesh from faMesh reference.
Definition at line 58 of file areaFaMesh.H.
|
inlinestatic |
|
inline |
Return size. Number of faces.
Definition at line 74 of file areaFaMesh.H.
References GeoMesh< faMesh >::mesh_, and areaMesh::size().
Referenced by areaMesh::size().


|
inline |
Field of face centres.
Definition at line 79 of file areaFaMesh.H.
References faMesh::areaCentres(), and GeoMesh< faMesh >::mesh_.
