Secondary Breakup Model to take account of the different breakup regimes, bag, molutimode, shear.... More...
#include <dieselSpray/SHF.H>
Secondary Breakup Model to take account of the different breakup regimes, bag, molutimode, shear....
R. Schmehl, G. Maier, S. Witting "CFD Analysis of Fuel Atomization, Secondary Droplet Breakup and Spray Dispersion in the Premix Duct of a LPP Combustor". Eight International Conference on Liquid Atomization and Spray Systems, 2000
Inheritance diagram for SHF:
Collaboration diagram for SHF:Public Member Functions | |
| TypeName ("SHF") | |
| Runtime type information. | |
| SHF (const dictionary &dict, spray &sm) | |
| Construct from components. | |
| ~SHF () | |
| 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_ |
| Switch | includeOscillation_ |
| dictionary | TABcoeffsDict_ |
| scalar | y0_ |
| scalar | yDot0_ |
| scalar | TABComega_ |
| scalar | TABCmu_ |
| scalar | TABWeCrit_ |
| SHF | ( | const dictionary & | dict, |
| spray & | sm | ||
| ) |
| TypeName | ( | "SHF" | ) |
Runtime type information.
|
virtual |
Implements breakupModel.
Definition at line 101 of file SHF.C.
References Particle< ParticleType >::cell(), parcel::ct(), d, parcel::d(), Foam::exp(), parcel::fuelNames(), parcel::injector(), parcel::m(), Foam::mag(), liquidMixture::mu(), parcel::n(), pc, Foam::mathematicalConstant::pi(), Particle< ParticleType >::position(), Foam::pow(), parcel::Re(), liquidMixture::rho(), liquidMixture::sigma(), Foam::sqr(), Foam::sqrt(), Foam::T(), parcel::T(), parcel::tMom(), parcel::tTurb(), parcel::U(), parcel::Urel(), parcel::Uturb(), vRel, parcel::We(), parcel::X(), and y.