secondary breakup model which uses the Kelvin-Helmholtz instability theory to predict the 'stripped' droplets... and the Raleigh-Taylor instability as well. More...
#include <dieselSpray/reitzKHRT.H>
secondary breakup model which uses the Kelvin-Helmholtz instability theory to predict the 'stripped' droplets... and the Raleigh-Taylor instability as well.
Definition at line 48 of file reitzKHRT.H.
Inheritance diagram for reitzKHRT:
Collaboration diagram for reitzKHRT:Public Member Functions | |
| TypeName ("ReitzKHRT") | |
| Runtime type information. | |
| reitzKHRT (const dictionary &dict, spray &sm) | |
| Construct from components. | |
| ~reitzKHRT () | |
| void | breakupParcel (parcel &parcel, const scalar deltaT, const vector &vel, const liquidMixture &fuels) const |
Public Member Functions inherited from breakupModel | |
| 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 Public Member Functions inherited from breakupModel | |
| static autoPtr< breakupModel > | New (const dictionary &dict, spray &sm) |
Protected Attributes inherited from breakupModel | |
| const dictionary & | dict_ |
| spray & | spray_ |
| Random & | rndGen_ |
| Switch | includeOscillation_ |
| dictionary | TABcoeffsDict_ |
| scalar | y0_ |
| scalar | yDot0_ |
| scalar | TABComega_ |
| scalar | TABCmu_ |
| scalar | TABWeCrit_ |
| reitzKHRT | ( | const dictionary & | dict, |
| spray & | sm | ||
| ) |
Construct from components.
Definition at line 51 of file reitzKHRT.C.
| ~reitzKHRT | ( | ) |
Definition at line 70 of file reitzKHRT.C.
| TypeName | ( | "ReitzKHRT" | ) |
Runtime type information.
|
virtual |
Implements breakupModel.
Definition at line 77 of file reitzKHRT.C.
References Foam::cbrt(), Particle< ParticleType >::cell(), parcel::ct(), parcel::d(), parcel::fuelNames(), parcel::injector(), parcel::m(), Foam::mag(), parcel::ms(), liquidMixture::mu(), parcel::n(), parcel::N(), pc, Foam::mathematicalConstant::pi(), Particle< ParticleType >::position(), Foam::pow(), Foam::pow3(), parcel::Re(), liquidMixture::rho(), liquidMixture::sigma(), Foam::sqrt(), Foam::T(), parcel::T(), parcel::tMom(), parcel::tTurb(), parcel::U(), parcel::Urel(), parcel::Uturb(), parcel::We(), and parcel::X().