FV surface mapper. More...


Public Member Functions | |
| fvSurfaceMapper (const fvMesh &mesh, const faceMapper &fMapper) | |
| Construct from components. More... | |
| virtual | ~fvSurfaceMapper () |
| Destructor. More... | |
| virtual label | size () const |
| Return size. More... | |
| virtual label | sizeBeforeMapping () const |
| Return size of field before mapping. More... | |
| virtual bool | direct () const |
| Is the mapping direct. More... | |
| virtual bool | hasUnmapped () const |
| Has unmapped elements. More... | |
| virtual const labelUList & | directAddressing () const |
| Return direct addressing. More... | |
| virtual const labelListList & | addressing () const |
| Return interpolated addressing. More... | |
| virtual const scalarListList & | weights () const |
| Return interpolation weights. More... | |
| virtual bool | insertedObjects () const |
| Are there any inserted faces. More... | |
| virtual const labelList & | insertedObjectLabels () const |
| Return list of inserted faces. More... | |
| const labelHashSet & | flipFaceFlux () const |
| Return flux flip map. More... | |
Public Member Functions inherited from morphFieldMapper | |
| morphFieldMapper ()=default | |
| Default construct. More... | |
| virtual | ~morphFieldMapper ()=default |
| Destructor. More... | |
Public Member Functions inherited from FieldMapper | |
| FieldMapper ()=default | |
| Default construct. More... | |
| virtual | ~FieldMapper ()=default |
| Destructor. More... | |
| virtual bool | distributed () const |
| Does the mapper have remote contributions? More... | |
| virtual const mapDistributeBase & | distributeMap () const |
| Return the distribution map. More... | |
| template<class Type > | |
| tmp< Field< Type > > | operator() (const Field< Type > &fld) const |
| Perform mapping on the given field. More... | |
| fvSurfaceMapper | ( | const fvMesh & | mesh, |
| const faceMapper & | fMapper | ||
| ) |
Construct from components.
Definition at line 142 of file fvSurfaceMapper.C.
|
virtual |
Destructor.
Definition at line 158 of file fvSurfaceMapper.C.
|
inlinevirtual |
Return size.
Implements FieldMapper.
Definition at line 142 of file fvSurfaceMapper.H.
References primitiveMesh::nInternalFaces().

|
inlinevirtual |
Return size of field before mapping.
Implements morphFieldMapper.
Definition at line 150 of file fvSurfaceMapper.H.
References faceMapper::internalSizeBeforeMapping().

|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 158 of file fvSurfaceMapper.H.
References faceMapper::direct().

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

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

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

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

|
inlinevirtual |
Are there any inserted faces.
Implements morphFieldMapper.
Definition at line 189 of file fvSurfaceMapper.H.
References faceMapper::insertedObjects().
Referenced by fvSurfaceMapper::hasUnmapped().


|
virtual |
Return list of inserted faces.
Implements morphFieldMapper.
Definition at line 220 of file fvSurfaceMapper.C.
|
inline |
Return flux flip map.
Definition at line 202 of file fvSurfaceMapper.H.
References faceMapper::flipFaceFlux().

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.