Public Member Functions | Static Public Member Functions | List of all members
WallInteractionModel Class Referenceabstract

Templated wall interaction model class. More...

Inheritance diagram for WallInteractionModel:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("WallInteractionModel")
 
 declareRunTimeSelectionTable (autoPtr, WallInteractionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 WallInteractionModel (CloudType &owner)
 
 WallInteractionModel (const dictionary &dict, CloudType &owner, const word &type)
 
virtual ~WallInteractionModel ()
 
const CloudTypeowner () const
 
CloudTypeowner ()
 
const dictionarydict () const
 
const dictionarycoeffDict () const
 
virtual void correct (typename CloudType::parcelType &p)=0
 

Static Public Member Functions

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

Detailed Description

Templated wall interaction model class.

Source files

Definition at line 57 of file DSMCCloud.H.

Constructor & Destructor Documentation

◆ WallInteractionModel() [1/2]

Definition at line 27 of file WallInteractionModel.C.

◆ WallInteractionModel() [2/2]

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

Definition at line 37 of file WallInteractionModel.C.

◆ ~WallInteractionModel()

~WallInteractionModel ( )
virtual

Definition at line 52 of file WallInteractionModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "WallInteractionModel"  )

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Definition at line 29 of file WallInteractionModelNew.C.

◆ owner() [1/2]

const CloudType & owner ( ) const

Definition at line 59 of file WallInteractionModel.C.

◆ owner() [2/2]

CloudType & owner ( )

Definition at line 66 of file WallInteractionModel.C.

◆ dict()

const Foam::dictionary & dict ( ) const

Definition at line 73 of file WallInteractionModel.C.

◆ coeffDict()

const Foam::dictionary & coeffDict ( ) const

Definition at line 81 of file WallInteractionModel.C.

◆ correct()

virtual void correct ( typename CloudType::parcelType p)
pure virtual

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