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 volScalarFieldyWall () const
 
const volVectorFieldnWall () const
 
void operator= (const wallDependentModel &)=delete
 Disallow default bitwise assignment. More...
 
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
 wallDependentModel (const wallDependentModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarFieldyWall () const
 
const volVectorFieldnWall () const
 
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

Source files

Definition at line 50 of file wallDependentModel.H.

Constructor & Destructor Documentation

◆ wallDependentModel() [1/4]

wallDependentModel ( const fvMesh mesh)

Construct from a mesh.

◆ wallDependentModel() [2/4]

wallDependentModel ( const wallDependentModel )
delete

Disallow default bitwise copy construction.

◆ ~wallDependentModel() [1/2]

virtual ~wallDependentModel ( )
virtual

Destructor.

◆ wallDependentModel() [3/4]

wallDependentModel ( const fvMesh mesh)

Construct from a mesh.

◆ wallDependentModel() [4/4]

wallDependentModel ( const wallDependentModel )
delete

Disallow default bitwise copy construction.

◆ ~wallDependentModel() [2/2]

virtual ~wallDependentModel ( )
virtual

Destructor.

Member Function Documentation

◆ yWall() [1/2]

const volScalarField& yWall ( ) const

◆ nWall() [1/2]

const volVectorField& nWall ( ) const

◆ operator=() [1/2]

void operator= ( const wallDependentModel )
delete

Disallow default bitwise assignment.

◆ yWall() [2/2]

const volScalarField& yWall ( ) const

◆ nWall() [2/2]

const volVectorField& nWall ( ) const

◆ operator=() [2/2]

void operator= ( const wallDependentModel )
delete

Disallow default bitwise assignment.


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