SpecularReflection< CloudType > Class Template Reference

Reversing the wall-normal component of the particle velocity. More...

Inheritance diagram for SpecularReflection< CloudType >:
[legend]
Collaboration diagram for SpecularReflection< CloudType >:
[legend]

Public Member Functions

 TypeName ("SpecularReflection")
 Runtime type information. More...
 
 SpecularReflection (const dictionary &dict, CloudType &cloud)
 Construct from dictionary. More...
 
virtual ~SpecularReflection ()
 Destructor. More...
 
virtual void correct (typename CloudType::parcelType &p)
 Apply wall correction. More...
 
- Public Member Functions inherited from WallInteractionModel< CloudType >
 TypeName ("WallInteractionModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 WallInteractionModel (CloudType &owner)
 Construct null from owner. More...
 
 WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from components. More...
 
virtual ~WallInteractionModel ()
 Destructor. More...
 
const CloudTypeowner () const
 Return the owner cloud object. More...
 
CloudTypeowner ()
 Return non-const access to the owner cloud object. More...
 
const dictionarydict () const
 Return the dictionary. More...
 
const dictionarycoeffDict () const
 Return the coefficients dictionary. More...
 
virtual void correct (typename CloudType::parcelType &p)=0
 Apply wall correction. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from WallInteractionModel< CloudType >
static autoPtr< WallInteractionModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 Selector. More...
 

Detailed Description

template<class CloudType>
class Foam::SpecularReflection< CloudType >

Reversing the wall-normal component of the particle velocity.

Definition at line 47 of file SpecularReflection.H.

Constructor & Destructor Documentation

◆ SpecularReflection()

SpecularReflection ( const dictionary dict,
CloudType cloud 
)

Construct from dictionary.

Definition at line 35 of file SpecularReflection.C.

◆ ~SpecularReflection()

Destructor.

Definition at line 48 of file SpecularReflection.C.

Member Function Documentation

◆ TypeName()

TypeName ( "SpecularReflection< CloudType >"  )

Runtime type information.

◆ correct()

void correct ( typename CloudType::parcelType p)
virtual

Apply wall correction.

Implements WallInteractionModel< CloudType >.

Definition at line 55 of file SpecularReflection.C.

References p, and U.


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