FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

NoInflow< CloudType > Class Template Reference

Not inserting any particles. More...

#include <dsmc/NoInflow.H>


Detailed Description

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

Not inserting any particles.

Definition at line 46 of file NoInflow.H.

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

List of all members.

Public Member Functions

 TypeName ("NoInflow")
 Runtime type information.
 NoInflow (const dictionary &dict, CloudType &cloud)
 Construct from dictionary.
virtual  ~NoInflow ()
virtual void  inflow ()
 Introduce particles (none in this case)

Constructor & Destructor Documentation

NoInflow ( const dictionary &   dict,
CloudType &   cloud  
)

Construct from dictionary.

Definition at line 32 of file NoInflow.C.

~NoInflow (  ) [virtual]

Definition at line 44 of file NoInflow.C.


Member Function Documentation

TypeName ( "NoInflow< CloudType >"    )

Runtime type information.

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:
  • src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.H
  • src/lagrangian/dsmc/submodels/InflowBoundaryModel/NoInflow/NoInflow.C