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

nearWallDist Class Reference

Distance calculation for cells with face on a wall. Searches pointNeighbours to find closest. More...

#include <finiteVolume/nearWallDist.H>


Detailed Description

Distance calculation for cells with face on a wall. Searches pointNeighbours to find closest.

Source files

Definition at line 53 of file nearWallDist.H.

Inheritance diagram for nearWallDist:
Collaboration diagram for nearWallDist:

List of all members.

Public Member Functions

 nearWallDist (const fvMesh &mesh)
 Construct from components.
virtual  ~nearWallDist ()
const
volScalarField::GeometricBoundaryField &  
y () const
virtual void  correct ()
 Correct for mesh geom/topo changes.

Constructor & Destructor Documentation

nearWallDist ( const fvMesh &   mesh  )

Construct from components.

Definition at line 94 of file nearWallDist.C.

~nearWallDist (  ) [virtual]

Definition at line 110 of file nearWallDist.C.


Member Function Documentation

const volScalarField::GeometricBoundaryField& y (  ) const [inline]

Definition at line 90 of file nearWallDist.H.

void correct (  ) [virtual]

Correct for mesh geom/topo changes.

Definition at line 116 of file nearWallDist.C.

References forAll.


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