FreeFOAM The Cross-Platform CFD Toolkit
fvMeshMapper Class Reference

Class holds all the necessary information for mapping fields associated with fvMesh. More...

#include <finiteVolume/fvMeshMapper.H>


Detailed Description

Class holds all the necessary information for mapping fields associated with fvMesh.

Source files

Definition at line 56 of file fvMeshMapper.H.

List of all members.

Public Member Functions

 fvMeshMapper (const fvMesh &mesh, const mapPolyMesh &mpm)
 Construct from fvMesh.
const fvMeshmesh () const
 Return reference to mesh.
const objectRegistrythisDb () const
 Return reference to objectRegistry storing fields. Can be.
const morphFieldMappervolMap () const
 Return volume mapper.
const fvSurfaceMappersurfaceMap () const
 Return surface mapper.
const fvBoundaryMeshMapperboundaryMap () const
 Return boundary mapper.

Constructor & Destructor Documentation

fvMeshMapper ( const fvMesh mesh,
const mapPolyMesh mpm 
)
inline

Construct from fvMesh.

Definition at line 90 of file fvMeshMapper.H.


Member Function Documentation

const fvMesh& mesh ( ) const
inline

Return reference to mesh.

Definition at line 103 of file fvMeshMapper.H.

const objectRegistry& thisDb ( ) const
inline

Return reference to objectRegistry storing fields. Can be.

removed once fields stored on pointMesh.

Definition at line 110 of file fvMeshMapper.H.

const morphFieldMapper& volMap ( ) const
inline

Return volume mapper.

Definition at line 116 of file fvMeshMapper.H.

const fvSurfaceMapper& surfaceMap ( ) const
inline

Return surface mapper.

Definition at line 122 of file fvMeshMapper.H.

const fvBoundaryMeshMapper& boundaryMap ( ) const
inline

Return boundary mapper.

Definition at line 128 of file fvMeshMapper.H.


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