79 return mesh.nBoundaryFaces();
105template<
class>
struct isVolMesh : std::false_type {};
GeoMesh(const fvMesh &mesh)
Mesh data needed to do the Finite Volume discretisation.
Mesh consisting of general polyhedral cells.
Mesh data needed to do the Finite Volume discretisation.
static label boundary_size(const polyMesh &mesh) noexcept
The geometric boundary size - number of boundary faces.
const volVectorField & C() const
Field of cell centres.
static label size(const polyMesh &mesh) noexcept
The geometric (internal) mesh size - number of cells.
label size() const noexcept
The geometric (internal) mesh size - number of cells.
volMesh(const fvMesh &mesh)
Construct from fvMesh reference.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Template argument for type volMesh.