wallDependentModel Class Reference

A class which provides on-demand creation and caching of wall distance and wall normal fields for use by multiple models. More...

Inheritance diagram for wallDependentModel:

Public Member Functions

 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
 wallDependentModel (const wallDependentModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarField & yWall () const
 Return the wall distance, creating and storing it if necessary. More...
 
const volVectorField & nWall () const
 Return the wall normal, creating and storing it if necessary. More...
 
void operator= (const wallDependentModel &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

A class which provides on-demand creation and caching of wall distance and wall normal fields for use by multiple models.

Source files

Definition at line 50 of file wallDependentModel.H.

Constructor & Destructor Documentation

◆ wallDependentModel() [1/2]

wallDependentModel ( const fvMesh &  mesh)

Construct from a mesh.

◆ wallDependentModel() [2/2]

wallDependentModel ( const wallDependentModel &  )
delete

Disallow default bitwise copy construction.

◆ ~wallDependentModel()

virtual ~wallDependentModel ( )
virtual

Destructor.

Member Function Documentation

◆ yWall()

const volScalarField& yWall ( ) const

Return the wall distance, creating and storing it if necessary.

◆ nWall()

const volVectorField& nWall ( ) const

Return the wall normal, creating and storing it if necessary.

◆ operator=()

void operator= ( const wallDependentModel &  )
delete

Disallow default bitwise assignment.


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