FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

SpecularReflection< CloudType > Class Template Reference

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

#include <dsmc/SpecularReflection.H>


Detailed Description

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

Reversing the wall-normal component of the particle velocity.

Definition at line 46 of file SpecularReflection.H.

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

List of all members.

Public Member Functions

 TypeName ("SpecularReflection")
 Runtime type information.
 SpecularReflection (const dictionary &dict, CloudType &cloud)
 Construct from dictionary.
virtual  ~SpecularReflection ()
virtual void  correct (const wallPolyPatch &wpp, const label faceId, vector &U, scalar &Ei, label typeId)
 Apply wall correction.

Constructor & Destructor Documentation

SpecularReflection ( const dictionary &   dict,
CloudType &   cloud  
)

Construct from dictionary.

Definition at line 34 of file SpecularReflection.C.

~SpecularReflection (  ) [virtual]

Definition at line 46 of file SpecularReflection.C.


Member Function Documentation

TypeName ( "SpecularReflection< CloudType >"    )

Runtime type information.

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

Apply wall correction.

Implements WallInteractionModel< CloudType >.

Definition at line 54 of file SpecularReflection.C.

References polyPatch::faceAreas(), Foam::mag(), and polyPatch::whichFace().


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