Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
BreakupModel Class Referenceabstract

Templated break-up model class. More...

Inheritance diagram for BreakupModel:
Inheritance graph
[legend]

Public Member Functions

 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
 
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
 

Static Public Member Functions

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

Protected Attributes

bool solveOscillationEq_
 
scalar y0_
 
scalar yDot0_
 
scalar TABComega_
 
scalar TABCmu_
 
scalar TABtwoWeCrit_
 

Detailed Description

Templated break-up model class.

Source files

Definition at line 44 of file SprayCloud.H.

Constructor & Destructor Documentation

◆ BreakupModel() [1/3]

BreakupModel ( CloudType owner)

Definition at line 28 of file BreakupModel.C.

◆ BreakupModel() [2/3]

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

◆ BreakupModel() [3/3]

BreakupModel ( const BreakupModel< CloudType > &  bum)

Definition at line 44 of file BreakupModel.C.

◆ ~BreakupModel()

~BreakupModel ( )
virtual

Definition at line 90 of file BreakupModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "breakupModel"  )

◆ declareRunTimeSelectionTable()

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

◆ clone()

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

◆ New()

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

Definition at line 29 of file BreakupModelNew.C.

◆ solveOscillationEq()

bool solveOscillationEq ( ) const
inline

Definition at line 127 of file BreakupModel.H.

◆ y0()

const scalar& y0 ( ) const
inline

Definition at line 132 of file BreakupModel.H.

◆ yDot0()

const scalar& yDot0 ( ) const
inline

Definition at line 137 of file BreakupModel.H.

◆ TABComega()

const scalar& TABComega ( ) const
inline

Definition at line 142 of file BreakupModel.H.

◆ TABCmu()

const scalar& TABCmu ( ) const
inline

Definition at line 147 of file BreakupModel.H.

◆ TABtwoWeCrit()

const scalar& TABtwoWeCrit ( ) const
inline

Definition at line 152 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

Member Data Documentation

◆ solveOscillationEq_

bool solveOscillationEq_
protected

Definition at line 63 of file BreakupModel.H.

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

◆ y0_

scalar y0_
protected

Definition at line 65 of file BreakupModel.H.

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

◆ yDot0_

scalar yDot0_
protected

Definition at line 66 of file BreakupModel.H.

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

◆ TABComega_

scalar TABComega_
protected

Definition at line 68 of file BreakupModel.H.

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

◆ TABCmu_

scalar TABCmu_
protected

Definition at line 69 of file BreakupModel.H.

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

◆ TABtwoWeCrit_

scalar TABtwoWeCrit_
protected

Definition at line 70 of file BreakupModel.H.

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


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