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


Public Member Functions | |
| surfaceMesh (const fvMesh &mesh) | |
| Construct surface mesh from fvMesh reference. | |
| label | size () const noexcept |
| The geometric mesh size - number of internal faces. | |
| const surfaceVectorField & | C () const |
| Field of face 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) size - number of internal faces. | |
| 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. | |
Mesh data needed to do the Finite Volume discretisation.
Definition at line 44 of file surfaceMesh.H.
|
inlineexplicit |
Construct surface mesh from fvMesh reference.
Definition at line 55 of file surfaceMesh.H.
References GeoMesh< fvMesh >::GeoMesh(), and mesh.

|
inlinestaticnoexcept |
The geometric (internal) size - number of internal faces.
Method name expected by GeoMesh interface
Definition at line 68 of file surfaceMesh.H.
References mesh.
|
inlinestaticnoexcept |
The geometric boundary size - number of boundary faces.
Method name expected by GeoMesh interface
Definition at line 78 of file surfaceMesh.H.
References mesh.
|
inlinenoexcept |
The geometric mesh size - number of internal faces.
Method name expected by GeoMesh interface
Definition at line 91 of file surfaceMesh.H.
References GeoMesh< fvMesh >::mesh_, Foam::noexcept, and size().
Referenced by size().


|
inline |
Field of face centres.
Definition at line 100 of file surfaceMesh.H.
References GeoMesh< fvMesh >::mesh_.