FreeFOAM The Cross-Platform CFD Toolkit
fvSurfaceMapper Class Reference

FV surface mapper. More...

#include <finiteVolume/fvSurfaceMapper.H>


Detailed Description

+ Inheritance diagram for fvSurfaceMapper:
+ Collaboration diagram for fvSurfaceMapper:

List of all members.

Public Member Functions

 fvSurfaceMapper (const fvMesh &mesh, const faceMapper &fMapper)
 Construct from components.
virtual ~fvSurfaceMapper ()
virtual label size () const
 Return size.
virtual label sizeBeforeMapping () const
 Return size of field before mapping.
virtual bool direct () const
 Is the mapping direct.
virtual const unallocLabelListdirectAddressing () const
 Return direct addressing.
virtual const labelListListaddressing () const
 Return interpolated addressing.
virtual const scalarListListweights () const
 Return interpolaion weights.
virtual bool insertedObjects () const
 Are there any inserted faces.
virtual const labelListinsertedObjectLabels () const
 Return list of inserted faces.
const labelHashSetflipFaceFlux () const
 Return flux flip map.
- Public Member Functions inherited from morphFieldMapper
 morphFieldMapper ()
 Null constructor.
virtual ~morphFieldMapper ()
- Public Member Functions inherited from FieldMapper
 FieldMapper ()
 Null constructor.
virtual ~FieldMapper ()
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const

Constructor & Destructor Documentation

fvSurfaceMapper ( const fvMesh mesh,
const faceMapper fMapper 
)

Construct from components.

Definition at line 149 of file fvSurfaceMapper.C.

~fvSurfaceMapper ( )
virtual

Definition at line 165 of file fvSurfaceMapper.C.


Member Function Documentation

virtual label size ( ) const
inlinevirtual

Return size.

Implements FieldMapper.

Definition at line 120 of file fvSurfaceMapper.H.

References primitiveMesh::nInternalFaces().

virtual label sizeBeforeMapping ( ) const
inlinevirtual

Return size of field before mapping.

Implements morphFieldMapper.

Definition at line 126 of file fvSurfaceMapper.H.

References faceMapper::internalSizeBeforeMapping().

virtual bool direct ( ) const
inlinevirtual

Is the mapping direct.

Implements FieldMapper.

Definition at line 132 of file fvSurfaceMapper.H.

References faceMapper::direct().

const Foam::unallocLabelList & directAddressing ( ) const
virtual

Return direct addressing.

Reimplemented from FieldMapper.

Definition at line 173 of file fvSurfaceMapper.C.

References Foam::abort(), Foam::FatalError, and FatalErrorIn.

const Foam::labelListList & addressing ( ) const
virtual

Return interpolated addressing.

Reimplemented from FieldMapper.

Definition at line 194 of file fvSurfaceMapper.C.

References Foam::abort(), Foam::FatalError, and FatalErrorIn.

const Foam::scalarListList & weights ( ) const
virtual

Return interpolaion weights.

Reimplemented from FieldMapper.

Definition at line 214 of file fvSurfaceMapper.C.

References Foam::abort(), Foam::FatalError, and FatalErrorIn.

virtual bool insertedObjects ( ) const
inlinevirtual

Are there any inserted faces.

Implements morphFieldMapper.

Definition at line 147 of file fvSurfaceMapper.H.

References faceMapper::insertedObjects().

const Foam::labelList & insertedObjectLabels ( ) const
virtual

Return list of inserted faces.

Implements morphFieldMapper.

Definition at line 234 of file fvSurfaceMapper.C.

const labelHashSet& flipFaceFlux ( ) const
inline

Return flux flip map.

Definition at line 156 of file fvSurfaceMapper.H.

References faceMapper::flipFaceFlux().


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