Loading...
Searching...
No Matches
NoInflow< CloudType > Class Template Reference

Not inserting any particles. More...

#include <NoInflow.H>

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

Public Member Functions

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

Additional Inherited Members

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

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()

template<class CloudType>
NoInflow ( const dictionary & dict,
CloudType & cloud )

Construct from dictionary.

Definition at line 26 of file NoInflow.C.

References InflowBoundaryModel< CloudType >::dict(), and InflowBoundaryModel< CloudType >::InflowBoundaryModel().

Here is the call graph for this function:

◆ ~NoInflow()

template<class CloudType>
~NoInflow ( )
virtual

Destructor.

Definition at line 39 of file NoInflow.C.

Member Function Documentation

◆ TypeName()

template<class CloudType>
TypeName ( "none" )

Runtime type information.

References InflowBoundaryModel< CloudType >::dict().

Here is the call graph for this function:

◆ inflow()

template<class CloudType>
void inflow ( )
virtual

Introduce particles (none in this case).

Implements InflowBoundaryModel< CloudType >.

Definition at line 46 of file NoInflow.C.


The documentation for this class was generated from the following files:
  • src/lagrangian/DSMC/submodels/InflowBoundaryModel/NoInflow/NoInflow.H
  • src/lagrangian/DSMC/submodels/InflowBoundaryModel/NoInflow/NoInflow.C