MixedDiffuseSpecular< CloudType > Class Template Reference

Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature for a specified fraction of collisions, and reversing the wall-normal component of the particle velocity for the remainder. More...

Inheritance diagram for MixedDiffuseSpecular< CloudType >:
Collaboration diagram for MixedDiffuseSpecular< CloudType >:

Public Member Functions

 TypeName ("MixedDiffuseSpecular")
 Runtime type information. More...
 
 MixedDiffuseSpecular (const dictionary &dict, CloudType &cloud)
 Construct from dictionary. More...
 
virtual ~MixedDiffuseSpecular ()
 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...
 

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::MixedDiffuseSpecular< CloudType >

Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature for a specified fraction of collisions, and reversing the wall-normal component of the particle velocity for the remainder.

Definition at line 49 of file MixedDiffuseSpecular.H.

Constructor & Destructor Documentation

◆ MixedDiffuseSpecular()

MixedDiffuseSpecular ( const dictionary dict,
CloudType cloud 
)

Construct from dictionary.

Definition at line 32 of file MixedDiffuseSpecular.C.

◆ ~MixedDiffuseSpecular()

~MixedDiffuseSpecular ( )
virtual

Destructor.

Definition at line 45 of file MixedDiffuseSpecular.C.

References MixedDiffuseSpecular< CloudType >::correct().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "MixedDiffuseSpecular< CloudType >"  )

Runtime type information.

◆ correct()


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