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


Public Member Functions | |
| volMesh (const fvMesh &mesh) | |
| Construct from fvMesh reference. More... | |
| label | size () const noexcept |
| The geometric (internal) mesh size - number of cells. More... | |
| const volVectorField & | C () const |
| Field of cell centres. More... | |
Public Member Functions inherited from GeoMesh< fvMesh > | |
| 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 polyMesh &mesh) noexcept |
| The geometric (internal) mesh size - number of cells. More... | |
| static label | boundary_size (const polyMesh &mesh) noexcept |
| The geometric boundary size - number of boundary faces. More... | |
Additional Inherited Members | |
Public Types inherited from GeoMesh< fvMesh > | |
| typedef fvMesh | Mesh |
| typedef MESH::BoundaryMesh | BoundaryMesh |
Protected Attributes inherited from GeoMesh< fvMesh > | |
| const fvMesh & | mesh_ |
| Reference to Mesh. More... | |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
|
inlinenoexcept |
The geometric (internal) mesh size - number of cells.
Method name expected by GeoMesh interface
Definition at line 91 of file volMesh.H.
References GeoMesh< fvMesh >::mesh_.
|
inline |
Field of cell centres.
Definition at line 99 of file volMesh.H.
References fvMesh::C(), and GeoMesh< fvMesh >::mesh_.
