Base class for selecting the atomization model. More...
#include <dieselSpray/atomizationModel.H>
Base class for selecting the atomization model.
Definition at line 49 of file 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.
| ~atomizationModel | ( | ) | [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) | |||
| ) |
| autoPtr< atomizationModel > New | ( | const dictionary & | dict, |
| spray & | sm | ||
| ) | [static]
|
Definition at line 39 of file newAtomizationModel.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, Foam::Info, dictionary::lookup(), and Foam::nl.
| virtual void atomizeParcel | ( | parcel & | parcel, |
| const scalar | deltaT, | ||
| const vector & | vel, | ||
| const liquidMixture & | fuels | ||
| ) | const [pure virtual]
|
Implemented in blobsSheetAtomization, LISA, and noAtomization.
Referenced by spray::atomizationLoop().
const dictionary& dict_ [protected]
|
Definition at line 56 of file atomizationModel.H.
Definition at line 57 of file atomizationModel.H.
Definition at line 58 of file atomizationModel.H.