Public Member Functions | List of all members
nearWallDist Class Reference

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

Inheritance diagram for nearWallDist:
Inheritance graph
[legend]
Collaboration diagram for nearWallDist:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

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

Source files

Definition at line 51 of file nearWallDist.H.

Constructor & Destructor Documentation

nearWallDist ( const fvMesh mesh)

Construct from components.

Definition at line 94 of file nearWallDist.C.

~nearWallDist ( )
virtual

Destructor.

Definition at line 110 of file nearWallDist.C.

Member Function Documentation

const volScalarField::Boundary& y ( ) const
inline

Definition at line 87 of file nearWallDist.H.

References nearWallDist::correct().

Here is the call graph for this function:

void correct ( )
virtual

Correct for mesh geom/topo changes.

Definition at line 116 of file nearWallDist.C.

References fvMesh::boundary(), forAll, fvPatchField< Type >::New(), patchi, setSize(), UPtrList< T >::size(), polyMesh::topoChanging(), and fvMesh::V().

Referenced by nearWallDist::y().

Here is the call graph for this function:

Here is the caller graph for this function:


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