Public Member Functions | Static Public Member Functions | Protected Attributes
BreakupModel Class Referenceabstract

Templated break-up model class. More...

Inheritance diagram for BreakupModel:
Inheritance graph
[legend]
Collaboration diagram for BreakupModel:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("breakupModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, BreakupModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 BreakupModel (CloudType &owner)
 Construct null from owner. More...
 
 BreakupModel (const dictionary &dict, CloudType &owner, const word &type, bool solveOscillationEq=false)
 Construct from dictionary. More...
 
 BreakupModel (const BreakupModel< CloudType > &bum)
 Construct copy. More...
 
virtual autoPtr< BreakupModel< CloudType > > clone () const =0
 Construct and return a clone. More...
 
virtual ~BreakupModel ()
 Destructor. More...
 
const SwitchsolveOscillationEq () const
 
const scalar & y0 () const
 
const scalar & yDot0 () const
 
const scalar & TABComega () const
 
const scalar & TABCmu () const
 
const scalar & TABtwoWeCrit () const
 
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)=0
 Update the parcel properties and return true if a child parcel. More...
 

Static Public Member Functions

static autoPtr< BreakupModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 Selector. More...
 

Protected Attributes

Switch solveOscillationEq_
 
scalar y0_
 
scalar yDot0_
 
scalar TABComega_
 
scalar TABCmu_
 
scalar TABtwoWeCrit_
 

Detailed Description

Templated break-up model class.

Source files

Definition at line 50 of file SprayCloud.H.

Constructor & Destructor Documentation

◆ BreakupModel() [1/3]

BreakupModel ( CloudType owner)

Construct null from owner.

Definition at line 32 of file BreakupModel.C.

◆ BreakupModel() [2/3]

BreakupModel ( const dictionary dict,
CloudType owner,
const word type,
bool  solveOscillationEq = false 
)

Construct from dictionary.

◆ BreakupModel() [3/3]

BreakupModel ( const BreakupModel< CloudType > &  bum)

Construct copy.

Definition at line 48 of file BreakupModel.C.

◆ ~BreakupModel()

~BreakupModel ( )
virtual

Destructor.

Definition at line 93 of file BreakupModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "breakupModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
BreakupModel  ,
dictionary  ,
(const dictionary &dict, CloudType &owner)  ,
(dict, owner)   
)

Declare runtime constructor selection table.

◆ clone()

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

Construct and return a clone.

◆ New()

Foam::autoPtr< Foam::BreakupModel< CloudType > > New ( const dictionary dict,
CloudType owner 
)
static

Selector.

Definition at line 33 of file BreakupModelNew.C.

◆ solveOscillationEq()

const Switch& solveOscillationEq ( ) const
inline

Definition at line 125 of file BreakupModel.H.

Referenced by SprayParcel::calcBreakup().

Here is the caller graph for this function:

◆ y0()

const scalar& y0 ( ) const
inline

Definition at line 130 of file BreakupModel.H.

◆ yDot0()

const scalar& yDot0 ( ) const
inline

Definition at line 135 of file BreakupModel.H.

◆ TABComega()

const scalar& TABComega ( ) const
inline

Definition at line 140 of file BreakupModel.H.

◆ TABCmu()

const scalar& TABCmu ( ) const
inline

Definition at line 145 of file BreakupModel.H.

◆ TABtwoWeCrit()

const scalar& TABtwoWeCrit ( ) const
inline

Definition at line 150 of file BreakupModel.H.

◆ update()

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 
)
pure virtual

Update the parcel properties and return true if a child parcel.

should be added

Implemented in SHF< CloudType >, TAB< CloudType >, PilchErdman< CloudType >, ETAB< CloudType >, ReitzDiwakar< CloudType >, ReitzKHRT< CloudType >, and NoBreakup< CloudType >.

Referenced by SprayParcel::calcBreakup().

Here is the caller graph for this function:

Field Documentation

◆ solveOscillationEq_

Switch solveOscillationEq_
protected

Definition at line 61 of file BreakupModel.H.

Referenced by BreakupModel< CloudType >::solveOscillationEq().

◆ y0_

scalar y0_
protected

Definition at line 63 of file BreakupModel.H.

Referenced by BreakupModel< CloudType >::y0().

◆ yDot0_

scalar yDot0_
protected

Definition at line 64 of file BreakupModel.H.

Referenced by BreakupModel< CloudType >::yDot0().

◆ TABComega_

scalar TABComega_
protected

Definition at line 66 of file BreakupModel.H.

Referenced by BreakupModel< CloudType >::TABComega().

◆ TABCmu_

scalar TABCmu_
protected

Definition at line 67 of file BreakupModel.H.

Referenced by BreakupModel< CloudType >::TABCmu().

◆ TABtwoWeCrit_

scalar TABtwoWeCrit_
protected

Definition at line 68 of file BreakupModel.H.

Referenced by BreakupModel< CloudType >::TABtwoWeCrit().


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