FreeFOAM The Cross-Platform CFD Toolkit
MaxwellianThermal< CloudType > Class Template Reference

Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature. More...

#include <dsmc/MaxwellianThermal.H>


Detailed Description

template<class CloudType>
class Foam::MaxwellianThermal< CloudType >

Wall interaction setting microscopic velocity to a random one drawn from a Maxwellian distribution corresponding to a specified temperature.

Definition at line 47 of file MaxwellianThermal.H.

+ Inheritance diagram for MaxwellianThermal< CloudType >:
+ Collaboration diagram for MaxwellianThermal< CloudType >:

List of all members.

Public Member Functions

 TypeName ("MaxwellianThermal")
 Runtime type information.
 MaxwellianThermal (const dictionary &dict, CloudType &cloud)
 Construct from dictionary.
virtual ~MaxwellianThermal ()
virtual void correct (const wallPolyPatch &wpp, const label faceId, vector &U, scalar &Ei, label typeId)
 Apply wall correction.
- Public Member Functions inherited from WallInteractionModel< CloudType >
 TypeName ("WallInteractionModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table.
 WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from components.
virtual ~WallInteractionModel ()
const CloudType & owner () const
 Return the owner cloud object.
CloudType & owner ()
 Return non-const access to the owner cloud object.
const dictionarydict () const
 Return the dictionary.
const dictionarycoeffDict () const
 Return the coefficients dictionary.

Additional Inherited Members

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

Constructor & Destructor Documentation

MaxwellianThermal ( const dictionary dict,
CloudType &  cloud 
)

Construct from dictionary.

Definition at line 32 of file MaxwellianThermal.C.

~MaxwellianThermal ( )
virtual

Definition at line 44 of file MaxwellianThermal.C.


Member Function Documentation

TypeName ( "MaxwellianThermal< CloudType >"  )

Runtime type information.

void correct ( const wallPolyPatch wpp,
const label  faceId,
vector U,
scalar &  Ei,
label  typeId 
)
virtual

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