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

wallDistReflection Class Reference

Wall distance and reflection vector calculation. See wallDist.H. More...

#include <finiteVolume/wallDistReflection.H>


Detailed Description

Wall distance and reflection vector calculation. See wallDist.H.

Source files

Definition at line 51 of file wallDistReflection.H.

Inheritance diagram for wallDistReflection:
Collaboration diagram for wallDistReflection:

List of all members.

Public Member Functions

 wallDistReflection (const fvMesh &mesh, bool correctWalls=true)
 Construct from mesh and flag whether or not to correct wall.
void  correct ()
 Correct for mesh geom/topo changes.

Constructor & Destructor Documentation

wallDistReflection ( const fvMesh &   mesh,
bool   correctWalls = true  
)

Construct from mesh and flag whether or not to correct wall.

Calculate for all cells. correctWalls : correct wall (face&point) cells for correct distance, searching neighbours.

Definition at line 32 of file wallDistReflection.C.


Member Function Documentation

void correct (  )

Correct for mesh geom/topo changes.

Reimplemented from reflectionVectors.

Definition at line 50 of file wallDistReflection.C.

Referenced by LaunderGibsonRSTM::correct().


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