Foam::cellPointWeightWallModified. More...
Public Member Functions | |
cellPointWeightWallModified (const polyMesh &mesh, const vector &position, const label cellI, const label faceI=-1) | |
Construct from components. More... | |
![]() | |
cellPointWeight (const polyMesh &mesh, const vector &position, const label cellI, const label faceI=-1) | |
Construct from components. More... | |
label | cell () const |
Cell index. More... | |
const List< scalar > & | weights () const |
Interpolation weights. More... | |
const List< label > & | faceVertices () const |
Interpolation addressing for points on face. More... | |
Additional Inherited Members | |
![]() | |
static int | debug |
Debug switch. More... | |
static scalar | tol |
Tolerance used in calculating barycentric co-ordinates. More... | |
![]() | |
void | findTetrahedron (const polyMesh &mesh, const vector &position, const label cellI) |
void | findTriangle (const polyMesh &mesh, const vector &position, const label faceI) |
![]() | |
const label | cellI_ |
Cell index. More... | |
List< scalar > | weights_ |
Weights applied to tet vertices. More... | |
List< label > | faceVertices_ |
Face vertex indices. More... | |
Foam::cellPointWeightWallModified.
Definition at line 53 of file cellPointWeightWallModified.H.
cellPointWeightWallModified | ( | const polyMesh & | mesh, |
const vector & | position, | ||
const label | cellI, | ||
const label | faceI = -1 |
||
) |
Construct from components.
Definition at line 31 of file cellPointWeightWallModified.C.
References mesh, and polyBoundaryMesh::whichPatch().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.