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:
[legend]

Public Member Functions

 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarFieldyWall () const
 
const volVectorFieldnWall () const
 
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarFieldyWall () const
 
const volVectorFieldnWall () const
 

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

Source files

Definition at line 52 of file wallDependentModel.H.

Constructor & Destructor Documentation

◆ wallDependentModel() [1/2]

wallDependentModel ( const fvMesh mesh)

Construct from a mesh.

Definition at line 33 of file wallDependentModel.C.

◆ ~wallDependentModel() [1/2]

~wallDependentModel ( )
virtual

Destructor.

Definition at line 41 of file wallDependentModel.C.

◆ wallDependentModel() [2/2]

wallDependentModel ( const fvMesh mesh)

Construct from a mesh.

◆ ~wallDependentModel() [2/2]

virtual ~wallDependentModel ( )
virtual

Destructor.

Member Function Documentation

◆ yWall() [1/2]

const Foam::volScalarField & yWall ( ) const

Definition at line 47 of file wallDependentModel.C.

References Time::New().

Referenced by cosine::limiter(), linear::limiter(), and sine::limiter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nWall() [1/2]

const Foam::volVectorField & nWall ( ) const

Definition at line 53 of file wallDependentModel.C.

References Time::New().

Here is the call graph for this function:

◆ yWall() [2/2]

const volScalarField & yWall ( ) const

◆ nWall() [2/2]

const volVectorField & nWall ( ) const

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