Mesh data needed to do the Finite Volume discretisation. More...
Public Member Functions | |
volMesh (const fvMesh &mesh) | |
Construct from fvMesh. More... | |
label | size () const |
Return size. Number of cells. More... | |
const volVectorField & | C () const |
Field of cell centres. More... | |
![]() | |
GeoMesh (const fvMesh &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 fvMesh & | operator() () const |
Return reference to the underlying mesh. More... | |
Static Public Member Functions | |
static label | size (const Mesh &mesh) |
Return size. Number of cells. More... | |
Additional Inherited Members | |
![]() | |
typedef fvMesh | Mesh |
typedef MESH::BoundaryMesh | BoundaryMesh |
![]() | |
const fvMesh & | mesh_ |
Reference to Mesh. More... | |
|
inlinestatic |
Return size. Number of cells.
Definition at line 69 of file volMesh.H.
References mesh, and primitiveMesh::nCells().
|
inline |
Return size. Number of cells.
Definition at line 75 of file volMesh.H.
References GeoMesh< fvMesh >::mesh_, and volMesh::size().
Referenced by volMesh::size().
|
inline |
Field of cell centres.
Definition at line 81 of file volMesh.H.
References fvMesh::C(), and GeoMesh< fvMesh >::mesh_.