Not inserting any particles. More...
#include <dsmc/NoInflow.H>
Not inserting any particles.
Definition at line 46 of file NoInflow.H.
Inheritance diagram for NoInflow< CloudType >:
Collaboration diagram for NoInflow< CloudType >: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)
| |
| 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.
| 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.