NoInflow< CloudType > Class Template Reference

Not inserting any particles. More...

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

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 NoInflow (const dictionary &dict, CloudType &cloud)
 Construct from dictionary. More...
 
virtual ~NoInflow ()
 Destructor. More...
 
virtual void inflow ()
 Introduce particles (none in this case) More...
 
- Public Member Functions inherited from InflowBoundaryModel< CloudType >
 TypeName ("InflowBoundaryModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, InflowBoundaryModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 InflowBoundaryModel (CloudType &owner)
 Construct null from owner. More...
 
 InflowBoundaryModel (const dictionary &dict, CloudType &owner, const word &type)
 Construct from dictionary. More...
 
virtual ~InflowBoundaryModel ()
 Destructor. More...
 
const CloudType & owner () const
 Return const access the owner cloud object. More...
 
CloudType & owner ()
 Return non-const access the owner cloud object for manipulation. More...
 
const dictionary & dict () const
 Return the owner cloud dictionary. More...
 
const dictionary & coeffDict () const
 Return the coefficients dictionary. More...
 
virtual void autoMap (const mapPolyMesh &)
 Remap the particles to the correct cells following mesh change. More...
 

Additional Inherited Members

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

Detailed Description

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

Not inserting any particles.

Definition at line 45 of file NoInflow.H.

Constructor & Destructor Documentation

◆ NoInflow()

NoInflow ( const dictionary &  dict,
CloudType &  cloud 
)

Construct from dictionary.

Definition at line 32 of file NoInflow.C.

◆ ~NoInflow()

~NoInflow ( )
virtual

Destructor.

Definition at line 44 of file NoInflow.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ inflow()

void inflow ( )
virtual

Introduce particles (none in this case)

Implements InflowBoundaryModel< CloudType >.

Definition at line 51 of file NoInflow.C.


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