94template<
class>
struct isVolMesh : std::false_type {};
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
const fvMesh & mesh_
Reference to Mesh.
Mesh data needed to do the Finite Volume discretisation.
const volVectorField & C() const
Return cell centres as volVectorField.
label nCells() const noexcept
Number of mesh cells.
Mesh data needed to do the Finite Volume discretisation.
static label size(const Mesh &mesh)
Return size. Number of cells.
const volVectorField & C() const
Field of cell centres.
label size() const
Return size. Number of cells.
volMesh(const fvMesh &mesh)
Construct from fvMesh.
Template argument for type volMesh.