FreeFOAM The Cross-Platform CFD Toolkit
reitzKHRT Class Reference

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>


Detailed Description

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:

List of all members.

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< breakupModelNew (const dictionary &dict, spray &sm)
- Protected Attributes inherited from breakupModel
const dictionarydict_
sprayspray_
RandomrndGen_
Switch includeOscillation_
dictionary TABcoeffsDict_
scalar y0_
scalar yDot0_
scalar TABComega_
scalar TABCmu_
scalar TABWeCrit_

Constructor & Destructor Documentation

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.


Member Function Documentation

TypeName ( "ReitzKHRT"  )

Runtime type information.


The documentation for this class was generated from the following files: