FV surface mapper. More...
#include <finiteVolume/fvSurfaceMapper.H>
FV surface mapper.
Definition at line 55 of file 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.
| |
| 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.
| 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().