dispersion RAS model More...
#include <dieselSpray/dispersionRASModel.H>
Public Member Functions | |
TypeName ("dispersionRASModel") | |
Runtime type information. | |
dispersionRASModel (const dictionary &dict, spray &sm) | |
Construct from components. | |
virtual | ~dispersionRASModel () |
const compressible::RASModel & | turbulence () const |
virtual void | disperseParcels () const =0 |
![]() | |
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_ |
dispersionRASModel | ( | const dictionary & | dict, |
spray & | sm | ||
) |
Construct from components.
Definition at line 41 of file dispersionRASModel.C.
|
virtual |
Definition at line 59 of file dispersionRASModel.C.
TypeName | ( | "dispersionRASModel" | ) |
Runtime type information.
|
inline |
Definition at line 80 of file dispersionRASModel.H.
Referenced by gradientDispersionRAS::disperseParcels(), and stochasticDispersionRAS::disperseParcels().
|
pure virtual |
Implements dispersionModel.
Implemented in gradientDispersionRAS, and stochasticDispersionRAS.