39 #ifndef Foam_edgeFaMesh_H 40 #define Foam_edgeFaMesh_H 75 return mesh.nInternalEdges();
82 return mesh.nBoundaryEdges();
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
label size() const noexcept
The geometric (internal) size - number of internal edges.
Generic GeometricField class.
edgeMesh()
Default construct.
Mesh data needed to do the Finite Area discretisation.
const edgeVectorField & edgeCentres() const
Return edge centres as edgeVectorField.
const edgeVectorField & C() const
Field of edge centres.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
const faMesh & mesh_
Reference to Mesh.
static label boundary_size(const faMesh &mesh) noexcept
The geometric boundary size - number of boundary edges.