nearWallDist Class Reference

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

Inheritance diagram for nearWallDist:
Collaboration diagram for nearWallDist:

Public Member Functions

 nearWallDist (const fvMesh &mesh)
 Construct from components. More...
 
 nearWallDist (const nearWallDist &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~nearWallDist ()
 Destructor. More...
 
const volScalarField::Boundary & y () const
 
virtual void correct ()
 Correct for mesh geom/topo changes. More...
 
void operator= (const nearWallDist &)=delete
 Disallow default bitwise assignment. 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() [1/2]

nearWallDist ( const fvMesh mesh)

Construct from components.

Definition at line 94 of file nearWallDist.C.

◆ nearWallDist() [2/2]

nearWallDist ( const nearWallDist )
delete

Disallow default bitwise copy construction.

◆ ~nearWallDist()

~nearWallDist ( )
virtual

Destructor.

Definition at line 110 of file nearWallDist.C.

Member Function Documentation

◆ y()

const volScalarField::Boundary& y ( ) const
inline

Definition at line 84 of file nearWallDist.H.

References nearWallDist::correct(), and nearWallDist::operator=().

Here is the call graph for this function:

◆ correct()

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:

◆ operator=()

void operator= ( const nearWallDist )
delete

Disallow default bitwise assignment.

Referenced by nearWallDist::y().

Here is the caller graph for this function:

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