FreeFOAM The Cross-Platform CFD Toolkit
noBreakup Class Reference

Spray breakup "off". More...

#include <dieselSpray/noBreakup.H>


Detailed Description

Spray breakup "off".

Source files

Definition at line 51 of file noBreakup.H.

+ Inheritance diagram for noBreakup:
+ Collaboration diagram for noBreakup:

List of all members.

Public Member Functions

 TypeName ("off")
 Runtime type information.
 noBreakup (const dictionary &dict, spray &sm)
 Construct from components.
 ~noBreakup ()
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

noBreakup ( const dictionary dict,
spray sm 
)

Construct from components.

Definition at line 51 of file noBreakup.C.

~noBreakup ( )

Definition at line 62 of file noBreakup.C.


Member Function Documentation

TypeName ( "off"  )

Runtime type information.

void breakupParcel ( parcel parcel,
const scalar  deltaT,
const vector vel,
const liquidMixture fuels 
) const
virtual

Implements breakupModel.

Definition at line 69 of file noBreakup.C.


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