Spray breakup "off". More...
#include <dieselSpray/noBreakup.H>
Spray breakup "off".
Definition at line 51 of file noBreakup.H.
Public Member Functions | |
TypeName ("off") | |
Runtime type information. | |
noBreakup (const dictionary &dict, spray &sm) | |
Construct from components. | |
~noBreakup () | |
void | breakupParcel (parcel &parcel, const scalar deltaT, const vector &vel, const liquidMixture &fuels) const |
![]() | |
TypeName ("breakupModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, breakupModel, dictionary,(const dictionary &dict, spray &sm),(dict, sm)) | |
breakupModel (const dictionary &dict, spray &sm) | |
Construct from components. | |
virtual | ~breakupModel () |
scalar | y0 () const |
Return the initial deviation from sphericity. | |
scalar | yDot0 () const |
Return the initial rate of deviation from sphericity. | |
void | updateParcelProperties (parcel &p, const scalar deltaT, const vector &Ug, const liquidMixture &fuels) const |
Additional Inherited Members | |
![]() | |
static autoPtr< breakupModel > | New (const dictionary &dict, spray &sm) |
![]() | |
const dictionary & | dict_ |
spray & | spray_ |
Random & | rndGen_ |
Switch | includeOscillation_ |
dictionary | TABcoeffsDict_ |
scalar | y0_ |
scalar | yDot0_ |
scalar | TABComega_ |
scalar | TABCmu_ |
scalar | TABWeCrit_ |
noBreakup | ( | const dictionary & | dict, |
spray & | sm | ||
) |
Construct from components.
Definition at line 51 of file noBreakup.C.
~noBreakup | ( | ) |
Definition at line 62 of file noBreakup.C.
TypeName | ( | "off" | ) |
Runtime type information.
|
virtual |
Implements breakupModel.
Definition at line 69 of file noBreakup.C.