35 #ifndef Foam_surfaceMesh_H 36 #define Foam_surfaceMesh_H 72 return mesh.nInternalFaces();
79 return mesh.nBoundaryFaces();
Mesh data needed to do the Finite Volume discretisation.
label size() const noexcept
The geometric mesh size - number of internal faces.
const surfaceVectorField & Cf() const
Return face centres as surfaceVectorField.
const surfaceVectorField & C() const
Field of face centres.
surfaceMesh(const fvMesh &mesh)
Construct surface mesh from fvMesh reference.
Mesh data needed to do the Finite Volume discretisation.
Mesh consisting of general polyhedral cells.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
static label boundary_size(const polyMesh &mesh) noexcept
The geometric boundary size - number of boundary faces.
const fvMesh & mesh_
Reference to Mesh.