Base class for selecting the atomization model. More...
#include <dieselSpray/atomizationModel.H>
Inheritance diagram for atomizationModel:
Collaboration diagram for atomizationModel:Public Member Functions | |
| TypeName ("atomizationModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, atomizationModel, dictionary,(const dictionary &dict, spray &sm),(dict, sm)) | |
| atomizationModel (const dictionary &dict, spray &sm) | |
| Construct from components. | |
| virtual | ~atomizationModel () |
| virtual void | atomizeParcel (parcel &parcel, const scalar deltaT, const vector &vel, const liquidMixture &fuels) const =0 |
Static Public Member Functions | |
| static autoPtr< atomizationModel > | New (const dictionary &dict, spray &sm) |
Protected Attributes | |
| const dictionary & | dict_ |
| spray & | spray_ |
| Random & | rndGen_ |
| atomizationModel | ( | const dictionary & | dict, |
| spray & | sm | ||
| ) |
Construct from components.
Definition at line 44 of file atomizationModel.C.
|
virtual |
Definition at line 57 of file atomizationModel.C.
| TypeName | ( | "atomizationModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| atomizationModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, spray &sm) | , | ||
| (dict, sm) | |||
| ) |
|
static |
Definition at line 39 of file newAtomizationModel.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, Foam::Info, dictionary::lookup(), and Foam::nl.
|
pure virtual |
Implemented in LISA, blobsSheetAtomization, and noAtomization.
Referenced by spray::atomizationLoop().
|
protected |
Definition at line 56 of file atomizationModel.H.
|
protected |
Definition at line 57 of file atomizationModel.H.
|
protected |
Definition at line 58 of file atomizationModel.H.