Public Member Functions | List of all members
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:
Inheritance graph
[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 50 of file wallDependentModel.H.

Constructor & Destructor Documentation

◆ wallDependentModel() [1/2]

wallDependentModel ( const fvMesh mesh)

Construct from a mesh.

◆ ~wallDependentModel() [1/2]

virtual ~wallDependentModel ( )
virtual

Destructor.

◆ 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 volScalarField& yWall ( ) const

◆ nWall() [1/2]

const volVectorField& nWall ( ) const

◆ yWall() [2/2]

const volScalarField& yWall ( ) const

◆ nWall() [2/2]

const volVectorField& nWall ( ) const

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