No turbulent dispersion of the parcels. More...
#include <dieselSpray/noDispersion.H>
Public Member Functions | |
TypeName ("off") | |
Runtime type information. | |
noDispersion (const dictionary &dict, spray &sm) | |
Construct from components. | |
~noDispersion () | |
void | disperseParcels () const |
![]() | |
TypeName ("dispersionModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, dispersionModel, dictionary,(const dictionary &dict, spray &sm),(dict, sm)) | |
dispersionModel (const dictionary &dict, spray &sm) | |
Construct from components. | |
virtual | ~dispersionModel () |
Additional Inherited Members | |
![]() | |
static autoPtr< dispersionModel > | New (const dictionary &dict, spray &sm) |
![]() | |
const dictionary & | dict_ |
spray & | spray_ |
noDispersion | ( | const dictionary & | dict, |
spray & | sm | ||
) |
Construct from components.
Definition at line 52 of file noDispersion.C.
~noDispersion | ( | ) |
Definition at line 63 of file noDispersion.C.
TypeName | ( | "off" | ) |
Runtime type information.
|
virtual |
Implements dispersionModel.
Definition at line 69 of file noDispersion.C.