Container for reflection vectors (= unit normal of nearest wall) More...
#include <finiteVolume/reflectionVectors.H>
Container for reflection vectors (= unit normal of nearest wall)
Definition at line 48 of file reflectionVectors.H.
Public Member Functions | |
reflectionVectors (const fvMesh &mesh) | |
Construct from mesh.
| |
const volVectorField & | n () const |
void | correct () |
Correct for mesh geom/topo changes.
| |
Protected Attributes | |
volVectorField | n_ |
reflectionVectors | ( | const fvMesh & | mesh ) |
Construct from mesh.
Definition at line 33 of file reflectionVectors.C.
References reflectionVectors::correct().
const volVectorField& n | ( | ) | const [inline]
|
Definition at line 79 of file reflectionVectors.H.
References reflectionVectors::n_.
Referenced by LaunderGibsonRSTM::correct().
void correct | ( | ) |
Correct for mesh geom/topo changes.
Reimplemented in wallDistReflection.
Definition at line 54 of file reflectionVectors.C.
References fvMesh::boundary(), GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, fvMesh::magSf(), mesh, patches, and fvMesh::Sf().
Referenced by reflectionVectors::reflectionVectors().
volVectorField n_ [protected]
|
Definition at line 55 of file reflectionVectors.H.
Referenced by reflectionVectors::n().