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


Public Types | |
| template<class Type > | |
| using | PatchField = fvsPatchField< Type > |
| Patch field type. More... | |
| template<class Type > | |
| using | FieldSource = NoFieldSource< 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 | |
| surfaceMesh (const fvMesh &mesh) | |
| Construct from fvMesh. More... | |
| label | size () const |
| Return size. More... | |
| const surfaceVectorField & | C () |
| Return face 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... | |
Mesh data needed to do the Finite Volume discretisation.
Definition at line 46 of file surfaceMesh.H.
| using PatchField = fvsPatchField<Type> |
Patch field type.
Definition at line 56 of file surfaceMesh.H.
| using FieldSource = NoFieldSource<Type> |
Field source type.
Definition at line 60 of file surfaceMesh.H.
|
inlineexplicit |
Construct from fvMesh.
Definition at line 66 of file surfaceMesh.H.
|
inline |
Return size.
Definition at line 81 of file surfaceMesh.H.
References mesh, and primitiveMesh::nInternalFaces().

|
inline |
Return face centres.
Definition at line 87 of file surfaceMesh.H.
References fvMesh::Cf(), and GeoMesh< fvMesh >::mesh_.
