Public Member Functions | List of all members
NoInflow< CloudType > Class Template Reference

Not inserting any particles. More...

Inheritance diagram for NoInflow< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for NoInflow< CloudType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("none")
 
 NoInflow (const dictionary &dict, CloudType &cloud)
 
virtual ~NoInflow ()
 
virtual void inflow ()
 
- Public Member Functions inherited from InflowBoundaryModel< CloudType >
 TypeName ("InflowBoundaryModel")
 
 declareRunTimeSelectionTable (autoPtr, InflowBoundaryModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 InflowBoundaryModel (CloudType &owner)
 
 InflowBoundaryModel (const dictionary &dict, CloudType &owner, const word &type)
 
virtual ~InflowBoundaryModel ()
 
const CloudTypeowner () const
 
CloudTypeowner ()
 
const dictionarydict () const
 
const dictionarycoeffDict () const
 
virtual void autoMap (const mapPolyMesh &)
 

Additional Inherited Members

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

Detailed Description

template<class CloudType>
class Foam::NoInflow< CloudType >

Not inserting any particles.

Definition at line 41 of file NoInflow.H.

Constructor & Destructor Documentation

◆ NoInflow()

NoInflow ( const dictionary dict,
CloudType cloud 
)

Definition at line 27 of file NoInflow.C.

◆ ~NoInflow()

~NoInflow
virtual

Definition at line 39 of file NoInflow.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

◆ inflow()

void inflow
virtual

Implements InflowBoundaryModel< CloudType >.

Definition at line 46 of file NoInflow.C.


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