secondary atomization model for the spray More...
#include <dieselSpray/noAtomization.H>
Public Member Functions | |
TypeName ("off") | |
Runtime type information. | |
noAtomization (const dictionary &dict, spray &sm) | |
Construct from components. | |
~noAtomization () | |
void | atomizeParcel (parcel &parcel, const scalar deltaT, const vector &vel, const liquidMixture &fuels) const |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
static autoPtr< atomizationModel > | New (const dictionary &dict, spray &sm) |
![]() | |
const dictionary & | dict_ |
spray & | spray_ |
Random & | rndGen_ |
noAtomization | ( | const dictionary & | dict, |
spray & | sm | ||
) |
Construct from components.
Definition at line 52 of file noAtomization.C.
~noAtomization | ( | ) |
Definition at line 63 of file noAtomization.C.
TypeName | ( | "off" | ) |
Runtime type information.
|
virtual |
Implements atomizationModel.
Definition at line 70 of file noAtomization.C.
References parcel::liquidCore().