A finiteVolume surface mapper. More...
#include <fvSurfaceMapper.H>


Public Member Functions | |
| fvSurfaceMapper (const fvMesh &mesh, const faceMapper &mapper) | |
| Construct from components. | |
| virtual | ~fvSurfaceMapper () |
| Destructor. | |
| 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 bool | hasUnmapped () const |
| Has unmapped elements. | |
| virtual const labelUList & | directAddressing () const |
| Return direct addressing. | |
| virtual const labelListList & | addressing () const |
| Return interpolated addressing. | |
| virtual const scalarListList & | weights () const |
| Return interpolation 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. | |
| Public Member Functions inherited from morphFieldMapper | |
| morphFieldMapper ()=default | |
| Default construct. | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. | |
| Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. | |
| virtual | ~FieldMapper ()=default |
| Destructor. | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. | |
| template<class Type> | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. | |
| fvSurfaceMapper | ( | const fvMesh & | mesh, |
| const faceMapper & | mapper ) |
|
virtual |
Destructor.
Definition at line 145 of file fvSurfaceMapper.C.
|
inlinevirtual |
|
inlinevirtual |
Return size of field before mapping.
Implements morphFieldMapper.
Definition at line 144 of file fvSurfaceMapper.H.
|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 152 of file fvSurfaceMapper.H.
Referenced by addressing(), directAddressing(), and weights().

|
inlinevirtual |
Has unmapped elements.
Implements FieldMapper.
Definition at line 160 of file fvSurfaceMapper.H.
References insertedObjects().

|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 151 of file fvSurfaceMapper.C.
References Foam::abort(), direct(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 169 of file fvSurfaceMapper.C.
References Foam::abort(), direct(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
Return interpolation weights.
Reimplemented from FieldMapper.
Definition at line 187 of file fvSurfaceMapper.C.
References Foam::abort(), direct(), Foam::FatalError, and FatalErrorInFunction.

|
inlinevirtual |
Are there any inserted faces.
Implements morphFieldMapper.
Definition at line 183 of file fvSurfaceMapper.H.
Referenced by hasUnmapped().

|
virtual |
Return list of inserted faces.
Implements morphFieldMapper.
Definition at line 205 of file fvSurfaceMapper.C.
|
inline |
Return flux flip map.
Definition at line 196 of file fvSurfaceMapper.H.