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)
 
virtual ~nearWallDist ()
 
const volScalarField::Boundaryy () const
 
virtual void correct ()
 
- Public Member Functions inherited from GeometricField::Boundary
 Boundary (const BoundaryMesh &bmesh)
 
 Boundary (const BoundaryMesh &bmesh, const Internal &field, const word &patchFieldType=PatchField< Type >::calculatedType())
 
 Boundary (const BoundaryMesh &bmesh, const Internal &field, const wordList &wantedPatchTypes, const wordList &actualPatchTypes=wordList())
 
 Boundary (const BoundaryMesh &bmesh, const Internal &field, const PtrList< PatchField< Type >> &)
 
 Boundary (const Internal &field, const Boundary &btf)
 
 Boundary (const Internal &field, const Boundary &btf, const labelList &patchIDs, const word &patchFieldName)
 
 Boundary (const Boundary &btf)
 
 Boundary (const BoundaryMesh &bmesh, const Internal &field, const dictionary &dict)
 
void readField (const Internal &field, const dictionary &dict)
 
void updateCoeffs ()
 
void evaluate ()
 
wordList types () const
 
Boundary boundaryInternalField () const
 
LduInterfaceFieldPtrsList< Type > interfaces () const
 
lduInterfaceFieldPtrsList scalarInterfaces () const
 
void writeEntry (const word &keyword, Ostream &os) const
 
void writeEntries (Ostream &os) const
 
void operator= (const Boundary &)
 
void operator= (const FieldField< PatchField, Type > &)
 
void operator= (const Type &)
 
void operator== (const Boundary &)
 
void operator== (const FieldField< PatchField, Type > &)
 
void operator== (const Type &)
 
- Public Member Functions inherited from FieldField< PatchField, Type >
constexpr FieldField () noexcept
 
 FieldField (const label size)
 
 FieldField (const word &type, const FieldField< Field, Type > &ff)
 
 FieldField (const FieldField< Field, Type > &ff)
 
 FieldField (FieldField< Field, Type > &&ff)
 
 FieldField (FieldField< Field, Type > &ff, bool reuse)
 
 FieldField (const PtrList< Field< Type >> &list)
 
 FieldField (PtrList< Field< Type >> &&list)
 
 FieldField (const tmp< FieldField< Field, Type >> &tf)
 
 FieldField (Istream &is)
 
tmp< FieldField< Field, Type > > clone () const
 
void negate ()
 
tmp< FieldField< Field, cmptType > > component (const direction) const
 
void replace (const direction, const FieldField< Field, cmptType > &)
 
void replace (const direction, const cmptType &)
 
tmp< FieldField< Field, Type > > T () const
 
void operator= (const FieldField< Field, Type > &)
 
void operator= (FieldField< Field, Type > &&)
 
void operator= (const tmp< FieldField< Field, Type >> &)
 
void operator= (const Type &val)
 
void operator+= (const FieldField< Field, Type > &)
 
void operator+= (const tmp< FieldField< Field, Type >> &)
 
void operator+= (const Type &)
 
void operator-= (const FieldField< Field, Type > &)
 
void operator-= (const tmp< FieldField< Field, Type >> &)
 
void operator-= (const Type &)
 
void operator*= (const FieldField< Field, scalar > &)
 
void operator*= (const tmp< FieldField< Field, scalar >> &)
 
void operator*= (const scalar &)
 
void operator/= (const FieldField< Field, scalar > &)
 
void operator/= (const tmp< FieldField< Field, scalar >> &)
 
void operator/= (const scalar &)
 

Additional Inherited Members

- Public Types inherited from FieldField< PatchField, Type >
typedef pTraits< Type >::cmptType cmptType
 
- Static Public Member Functions inherited from FieldField< PatchField, Type >
static tmp< FieldField< Field, Type > > NewCalculatedType (const FieldField< Field, Type2 > &ff)
 

Detailed Description

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

Source files

Definition at line 49 of file nearWallDist.H.

Constructor & Destructor Documentation

◆ nearWallDist()

nearWallDist ( const fvMesh mesh)

Definition at line 84 of file nearWallDist.C.

◆ ~nearWallDist()

~nearWallDist ( )
virtual

Definition at line 100 of file nearWallDist.C.

Member Function Documentation

◆ y()

const volScalarField::Boundary& y ( ) const
inline

Definition at line 85 of file nearWallDist.H.

Referenced by yPlus::execute().

Here is the caller graph for this function:

◆ correct()

void correct ( )
virtual

Definition at line 106 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: