FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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

#include <finiteVolume/volMesh.H>


Detailed Description

Mesh data needed to do the Finite Volume discretisation.

Definition at line 48 of file volMesh.H.

Inheritance diagram for volMesh:
Collaboration diagram for volMesh:

List of all members.

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.

Constructor & Destructor Documentation

volMesh ( const fvMesh &   mesh  ) [inline, explicit]

Construct from fvMesh.

Definition at line 58 of file volMesh.H.


Member Function Documentation

label size (  ) const [inline]

Return size.

Definition at line 67 of file volMesh.H.

References GeoMesh< fvMesh >::mesh_.

static label size ( const Mesh &   mesh  ) [inline, static]

Return size.

Definition at line 73 of file volMesh.H.

References primitiveMesh::nCells().

const volVectorField& C (  ) [inline]

Return cell centres.

Definition at line 79 of file volMesh.H.

References fvMesh::C(), and GeoMesh< fvMesh >::mesh_.


The documentation for this class was generated from the following file: