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

fvSurfaceMapper Class Reference

FV surface mapper. More...

#include <finiteVolume/fvSurfaceMapper.H>


Detailed Description

FV surface mapper.

Source files

Definition at line 55 of file fvSurfaceMapper.H.

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 unallocLabelList &  directAddressing () const
 Return direct addressing.
virtual const labelListList &  addressing () const
 Return interpolated addressing.
virtual const scalarListList &  weights () const
 Return interpolaion weights.
virtual bool  insertedObjects () const
 Are there any inserted faces.
virtual const labelList &  insertedObjectLabels () const
 Return list of inserted faces.
const labelHashSet &  flipFaceFlux () const
 Return flux flip map.

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 [inline, virtual]

Return size.

Implements FieldMapper.

Definition at line 120 of file fvSurfaceMapper.H.

References primitiveMesh::nInternalFaces().

virtual label sizeBeforeMapping (  ) const [inline, virtual]

Return size of field before mapping.

Implements morphFieldMapper.

Definition at line 126 of file fvSurfaceMapper.H.

References faceMapper::internalSizeBeforeMapping().

virtual bool direct (  ) const [inline, virtual]

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 [inline, virtual]

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: