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

WallInteractionModel< CloudType > Class Template Reference

Templated wall interaction model class. More...

#include <dsmc/WallInteractionModel.H>


Detailed Description

template<class CloudType>
class Foam::WallInteractionModel< CloudType >

Templated wall interaction model class.

Source files

Definition at line 53 of file WallInteractionModel.H.

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

List of all members.

Public Member Functions

 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 dictionary &  dict () const
 Return the dictionary.
const dictionary &  coeffDict () const
 Return the coefficients dictionary.
virtual void  correct (const wallPolyPatch &wpp, const label faceId, vector &U, scalar &Ei, label typeId)=0
 Apply wall correction.

Static Public Member Functions

static autoPtr
< WallInteractionModel
< CloudType > >  
New (const dictionary &dict, CloudType &owner)
 Selector.

Constructor & Destructor Documentation

WallInteractionModel ( const dictionary &   dict,
CloudType &   owner,
const word &   type  
)

Construct from components.

Definition at line 32 of file WallInteractionModel.C.

~WallInteractionModel (  ) [virtual]

Definition at line 47 of file WallInteractionModel.C.


Member Function Documentation

TypeName ( "WallInteractionModel< CloudType >"    )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr   ,
WallInteractionModel< CloudType >   ,
dictionary   ,
(const dictionary &dict, CloudType &owner)   ,
(dict, owner)    
)

Declare runtime constructor selection table.

Foam::autoPtr< Foam::WallInteractionModel< CloudType > > New ( const dictionary &   dict,
CloudType &   owner  
) [static]
const CloudType & owner (  ) const

Return the owner cloud object.

Definition at line 54 of file WallInteractionModel.C.

CloudType & owner (  )

Return non-const access to the owner cloud object.

Definition at line 61 of file WallInteractionModel.C.

const Foam::dictionary & dict (  ) const

Return the dictionary.

Definition at line 68 of file WallInteractionModel.C.

const Foam::dictionary & coeffDict (  ) const

Return the coefficients dictionary.

Definition at line 76 of file WallInteractionModel.C.

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

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