Mesh data needed to do the Finite Volume discretisation. More...


Public Types | |
| template<class Type > | |
| using | PatchField = fvPatchField< Type > |
| Patch field type. More... | |
| template<class Type > | |
| using | FieldSource = fvFieldSource< Type > |
| Field source type. More... | |
Public Types inherited from GeoMesh< fvMesh > | |
| typedef fvMesh | Mesh |
| Mesh type. More... | |
| typedef MESH::BoundaryMesh | BoundaryMesh |
| Boundary mesh type. More... | |
Public Member Functions | |
| volMesh (const fvMesh &mesh) | |
| Construct from fvMesh. More... | |
| label | size () const |
| Return size. More... | |
| const volVectorField & | C () |
| Return cell centres. More... | |
Public Member Functions inherited from GeoMesh< fvMesh > | |
| GeoMesh (const fvMesh &mesh) | |
| Construct from MESH. More... | |
| const objectRegistry & | thisDb () const |
| Return the object registry. More... | |
| const fvMesh & | operator() () const |
| Return reference to MESH. More... | |
Static Public Member Functions | |
| static label | size (const Mesh &mesh) |
| Return size. More... | |
Additional Inherited Members | |
Protected Attributes inherited from GeoMesh< fvMesh > | |
| const fvMesh & | mesh_ |
| Reference to Mesh. More... | |
| using PatchField = fvPatchField<Type> |
| using FieldSource = fvFieldSource<Type> |
|
inline |
Return size.
Definition at line 89 of file volMesh.H.
References mesh, and primitiveMesh::nCells().

|
inline |
Return cell centres.
Definition at line 95 of file volMesh.H.
References fvMesh::C(), and GeoMesh< fvMesh >::mesh_.
