Mesh data needed to do the Finite Volume discretisation. More...
#include <volMesh.H>


Public Member Functions | |
| volMesh (const fvMesh &mesh) | |
| Construct from fvMesh reference. | |
| label | size () const noexcept |
| The geometric (internal) mesh size - number of cells. | |
| const volVectorField & | C () const |
| Field of cell centres. | |
| Public Member Functions inherited from GeoMesh< fvMesh > | |
| GeoMesh (const fvMesh &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 fvMesh & | operator() () const |
| Return reference to the underlying mesh. | |
Static Public Member Functions | |
| static label | size (const polyMesh &mesh) noexcept |
| The geometric (internal) mesh size - number of cells. | |
| static label | boundary_size (const polyMesh &mesh) noexcept |
| The geometric boundary size - number of boundary faces. | |
Additional Inherited Members | |
| Public Types inherited from GeoMesh< fvMesh > | |
| typedef fvMesh | Mesh |
| typedef fvMesh::BoundaryMesh | BoundaryMesh |
| Protected Attributes inherited from GeoMesh< fvMesh > | |
| const fvMesh & | mesh_ |
| Reference to Mesh. | |
|
inlineexplicit |
Construct from fvMesh reference.
Definition at line 55 of file volMesh.H.
References GeoMesh< fvMesh >::GeoMesh(), and mesh.

|
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_, Foam::noexcept, and size().
Referenced by size().


|
inline |
Field of cell centres.
Definition at line 99 of file volMesh.H.
References GeoMesh< fvMesh >::mesh_.