Foam::cellPointWeightWallModified. More...
#include <finiteVolume/cellPointWeightWallModified.H>
Foam::cellPointWeightWallModified.
Definition at line 51 of file cellPointWeightWallModified.H.
Public Member Functions | |
cellPointWeightWallModified (const polyMesh &mesh, const vector &position, const label nCell, const label facei=-1) | |
Construct from components. | |
![]() | |
cellPointWeight (const polyMesh &mesh, const vector &position, const label nCell, const label facei=-1) | |
Construct from components. | |
label | cell () const |
Cell index. | |
const FixedList< scalar, 4 > & | weights () const |
interpolation weights | |
const FixedList< label, 3 > & | faceVertices () const |
interpolation addressing for points on face |
Additional Inherited Members | |
![]() | |
static int | debug |
Debug switch. | |
static scalar | tol |
Tolerance used in calculating barycentric co-ordinates. | |
![]() | |
void | findTetrahedron (const polyMesh &mesh, const vector &position, const label cellIndex) |
void | findTriangle (const polyMesh &mesh, const vector &position, const label faceIndex) |
![]() | |
const label | cellIndex_ |
Cell index. | |
FixedList< scalar, 4 > | weights_ |
Weights applied to tet vertices. | |
FixedList< label, 3 > | faceVertices_ |
Face vertex indices. |
cellPointWeightWallModified | ( | const polyMesh & | mesh, |
const vector & | position, | ||
const label | nCell, | ||
const label | facei = -1 |
||
) |
Construct from components.
Definition at line 34 of file cellPointWeightWallModified.C.
References polyMesh::boundaryMesh(), and polyBoundaryMesh::whichPatch().