FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

reflectionVectors Class Reference

Container for reflection vectors (= unit normal of nearest wall) More...

#include <finiteVolume/reflectionVectors.H>


Detailed Description

Container for reflection vectors (= unit normal of nearest wall)

Source files

Definition at line 48 of file reflectionVectors.H.

Inheritance diagram for reflectionVectors:
Collaboration diagram for reflectionVectors:

List of all members.

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_

Constructor & Destructor Documentation

reflectionVectors ( const fvMesh &   mesh  )

Construct from mesh.

Definition at line 33 of file reflectionVectors.C.

References reflectionVectors::correct().


Member Function Documentation

const volVectorField& n (  ) const [inline]

Definition at line 79 of file reflectionVectors.H.

References reflectionVectors::n_.

Referenced by LaunderGibsonRSTM::correct().

void correct (  )

Member Data Documentation

volVectorField n_ [protected]

Definition at line 55 of file reflectionVectors.H.

Referenced by reflectionVectors::n().


The documentation for this class was generated from the following files: