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

Templated inflow boundary model class. More...

#include <dsmc/InflowBoundaryModel.H>


Detailed Description

+ Inheritance diagram for InflowBoundaryModel< CloudType >:

List of all members.

Public Member Functions

 TypeName ("InflowBoundaryModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, InflowBoundaryModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table.
 InflowBoundaryModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from dictionary.
virtual ~InflowBoundaryModel ()
 Destructor.
const CloudType & owner () const
 Return const access the owner cloud object.
CloudType & owner ()
 Return non-const access the owner cloud object for manipulation.
const dictionarydict () const
 Return the owner cloud dictionary.
const dictionarycoeffDict () const
 Return the coefficients dictionary.
virtual void inflow ()=0
 Introduce particles.

Static Public Member Functions

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

Constructor & Destructor Documentation

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

Construct from dictionary.

Definition at line 32 of file InflowBoundaryModel.C.

~InflowBoundaryModel ( )
virtual

Destructor.

Definition at line 47 of file InflowBoundaryModel.C.


Member Function Documentation

TypeName ( "InflowBoundaryModel< CloudType >"  )

Runtime type information.

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

Declare runtime constructor selection table.

Foam::autoPtr< Foam::InflowBoundaryModel< CloudType > > New ( const dictionary dict,
CloudType &  owner 
)
static
const CloudType & owner ( ) const
inline

Return const access the owner cloud object.

Definition at line 54 of file InflowBoundaryModel.C.

CloudType & owner ( )
inline

Return non-const access the owner cloud object for manipulation.

Definition at line 61 of file InflowBoundaryModel.C.

const Foam::dictionary & dict ( ) const
inline

Return the owner cloud dictionary.

Definition at line 68 of file InflowBoundaryModel.C.

const Foam::dictionary & coeffDict ( ) const
inline

Return the coefficients dictionary.

Definition at line 75 of file InflowBoundaryModel.C.

virtual void inflow ( )
pure virtual

Introduce particles.

Implemented in FreeStream< CloudType >, and NoInflow< CloudType >.


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