My Project
|
Represents a face of a sub-control volume. More...
#include <ecfvstencil.hh>
Public Member Functions | |
EcfvSubControlVolumeFace (const Intersection &intersection, unsigned localNeighborIdx) | |
unsigned short | interiorIndex () const |
Returns the local index of the degree of freedom to the face's interior. | |
unsigned short | exteriorIndex () const |
Returns the local index of the degree of freedom to the face's outside. | |
const GlobalPosition & | integrationPos () const |
Returns the global position of the face's integration point. | |
const WorldVector & | normal () const |
Returns the outer unit normal at the face's integration point. | |
Scalar | area () const |
Returns the area [m^2] of the face. | |
int | dirId () const |
Returns the direction id of the face w.r.t the cell. | |
FaceDir::DirEnum | faceDirFromDirId () const |
Returns the direction of the face. | |
Represents a face of a sub-control volume.
|
inline |
Returns the direction id of the face w.r.t the cell.
For corner point grids, this is 0-5 for I-, I+, J-, J+, K- and K+ faces, and -1 for NNC faces.