35 #ifndef Foam_volMesh_H 36 #define Foam_volMesh_H 79 return mesh.nBoundaryFaces();
105 template<
class>
struct isVolMesh : std::false_type {};
static label boundary_size(const polyMesh &mesh) noexcept
The geometric boundary size - number of boundary faces.
volMesh(const fvMesh &mesh)
Construct from fvMesh reference.
Mesh data needed to do the Finite Volume discretisation.
const volVectorField & C() const
Field of cell centres.
label size() const noexcept
The geometric (internal) mesh size - number of cells.
Mesh data needed to do the Finite Volume discretisation.
Mesh consisting of general polyhedral cells.
const volVectorField & C() const
Return cell centres as volVectorField.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
const fvMesh & mesh_
Reference to Mesh.
Template argument for type volMesh.