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... | |
![]() | |
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 | |
![]() | |
typedef faMesh | Mesh |
typedef faMesh ::BoundaryMesh | BoundaryMesh |
![]() | |
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 53 of file areaFaMesh.H.
Construct finite-area mesh from faMesh reference.
Definition at line 62 of file areaFaMesh.H.
|
inlinestatic |
|
inline |
Return size. Number of faces.
Definition at line 77 of file areaFaMesh.H.
References GeoMesh< faMesh >::mesh_.
|
inline |
Field of face centres.
Definition at line 83 of file areaFaMesh.H.
References faMesh::areaCentres(), and GeoMesh< faMesh >::mesh_.