FV surface mapper. More...
#include <finiteVolume/fvSurfaceMapper.H>
Inheritance diagram for fvSurfaceMapper:
Collaboration diagram for fvSurfaceMapper: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. | |
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 |
| fvSurfaceMapper | ( | const fvMesh & | mesh, |
| const faceMapper & | fMapper | ||
| ) |
Construct from components.
Definition at line 149 of file fvSurfaceMapper.C.
|
virtual |
Definition at line 165 of file fvSurfaceMapper.C.
|
inlinevirtual |
Return size.
Implements FieldMapper.
Definition at line 120 of file fvSurfaceMapper.H.
References primitiveMesh::nInternalFaces().
|
inlinevirtual |
Return size of field before mapping.
Implements morphFieldMapper.
Definition at line 126 of file fvSurfaceMapper.H.
References faceMapper::internalSizeBeforeMapping().
|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 132 of file fvSurfaceMapper.H.
References faceMapper::direct().
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 173 of file fvSurfaceMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 194 of file fvSurfaceMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
virtual |
Return interpolaion weights.
Reimplemented from FieldMapper.
Definition at line 214 of file fvSurfaceMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
inlinevirtual |
Are there any inserted faces.
Implements morphFieldMapper.
Definition at line 147 of file fvSurfaceMapper.H.
References faceMapper::insertedObjects().
|
virtual |
Return list of inserted faces.
Implements morphFieldMapper.
Definition at line 234 of file fvSurfaceMapper.C.
|
inline |
Return flux flip map.
Definition at line 156 of file fvSurfaceMapper.H.
References faceMapper::flipFaceFlux().