Public Member Functions | List of all members
ReitzKHRT< CloudType > Class Template Reference

Secondary breakup model which uses the Kelvin-Helmholtz instability theory to predict the 'stripped' droplets... and the Raleigh-Taylor instability as well. More...

Inheritance diagram for ReitzKHRT< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for ReitzKHRT< CloudType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("ReitzKHRT")
 
 ReitzKHRT (const dictionary &, CloudType &)
 
 ReitzKHRT (const ReitzKHRT< CloudType > &bum)
 
virtual autoPtr< BreakupModel< CloudType > > clone () const
 
virtual ~ReitzKHRT ()
 
virtual bool update (const scalar dt, const vector &g, scalar &d, scalar &tc, scalar &ms, scalar &nParticle, scalar &KHindex, scalar &y, scalar &yDot, const scalar d0, const scalar rho, const scalar mu, const scalar sigma, const vector &U, const scalar rhoc, const scalar muc, const vector &Urel, const scalar Urmag, const scalar tMom, scalar &dChild, scalar &massChild)
 
- Public Member Functions inherited from BreakupModel< CloudType >
 TypeName ("breakupModel")
 
 declareRunTimeSelectionTable (autoPtr, BreakupModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 BreakupModel (CloudType &owner)
 
 BreakupModel (const dictionary &dict, CloudType &owner, const word &type, bool solveOscillationEq=false)
 
 BreakupModel (const BreakupModel< CloudType > &bum)
 
virtual autoPtr< BreakupModel< CloudType > > clone () const=0
 
virtual ~BreakupModel ()
 
bool solveOscillationEq () const
 
const scalar & y0 () const
 
const scalar & yDot0 () const
 
const scalar & TABComega () const
 
const scalar & TABCmu () const
 
const scalar & TABtwoWeCrit () const
 

Additional Inherited Members

- Static Public Member Functions inherited from BreakupModel< CloudType >
static autoPtr< BreakupModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 
- Protected Attributes inherited from BreakupModel< CloudType >
bool solveOscillationEq_
 
scalar y0_
 
scalar yDot0_
 
scalar TABComega_
 
scalar TABCmu_
 
scalar TABtwoWeCrit_
 

Detailed Description

template<class CloudType>
class Foam::ReitzKHRT< CloudType >

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 46 of file ReitzKHRT.H.

Constructor & Destructor Documentation

◆ ReitzKHRT() [1/2]

ReitzKHRT ( const dictionary dict,
CloudType owner 
)

Definition at line 27 of file ReitzKHRT.C.

◆ ReitzKHRT() [2/2]

ReitzKHRT ( const ReitzKHRT< CloudType > &  bum)

Definition at line 53 of file ReitzKHRT.C.

◆ ~ReitzKHRT()

~ReitzKHRT
virtual

Definition at line 68 of file ReitzKHRT.C.

Member Function Documentation

◆ TypeName()

TypeName ( "ReitzKHRT< CloudType >"  )

◆ clone()

virtual autoPtr<BreakupModel<CloudType> > clone ( ) const
inlinevirtual

Definition at line 78 of file ReitzKHRT.H.

◆ update()

bool update ( const scalar  dt,
const vector g,
scalar &  d,
scalar &  tc,
scalar &  ms,
scalar &  nParticle,
scalar &  KHindex,
scalar &  y,
scalar &  yDot,
const scalar  d0,
const scalar  rho,
const scalar  mu,
const scalar  sigma,
const vector U,
const scalar  rhoc,
const scalar  muc,
const vector Urel,
const scalar  Urmag,
const scalar  tMom,
scalar &  dChild,
scalar &  massChild 
)
virtual

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