Mesh data needed to do the Finite Volume discretisation. More...
#include <finiteVolume/volMesh.H>
Mesh data needed to do the Finite Volume discretisation.
Definition at line 48 of file volMesh.H.
Public Member Functions | |
volMesh (const fvMesh &mesh) | |
Construct from fvMesh.
| |
label | size () const |
Return size.
| |
const volVectorField & | C () |
Return cell centres.
| |
Static Public Member Functions | |
static label | size (const Mesh &mesh) |
Return size.
|
label size | ( | ) | const [inline]
|
static label size | ( | const Mesh & | mesh ) | [inline, static]
|
const volVectorField& C | ( | ) | [inline]
|
Return cell centres.
Definition at line 79 of file volMesh.H.
References fvMesh::C(), and GeoMesh< fvMesh >::mesh_.