nearWallDist Class Reference

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

Inheritance diagram for nearWallDist:
[legend]
Collaboration diagram for nearWallDist:
[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 53 of file nearWallDist.H.

Constructor & Destructor Documentation

◆ nearWallDist()

nearWallDist ( const fvMesh mesh)

Construct from components.

Definition at line 91 of file nearWallDist.C.

◆ ~nearWallDist()

~nearWallDist ( )
virtual

Destructor.

Definition at line 107 of file nearWallDist.C.

Member Function Documentation

◆ y()

const volScalarField::Boundary& y ( ) const
inline

Definition at line 89 of file nearWallDist.H.

Referenced by yPlus::execute().

Here is the caller graph for this function:

◆ correct()

void correct ( )
virtual

Correct for mesh geom/topo changes.

Definition at line 113 of file nearWallDist.C.

References forAll, Foam::BitOps::set(), and setSize().

Referenced by adjointRASModel::correct().

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: