Secondary Breakup Model to take account of the different breakup regimes, bag, molutimode, shear....
More...
|
| TypeName ("SHF") |
|
| SHF (const dictionary &, CloudType &) |
|
| SHF (const SHF< CloudType > &bum) |
|
virtual autoPtr< BreakupModel< CloudType > > | clone () const |
|
virtual | ~SHF () |
|
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) |
|
| 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 |
|
template<class CloudType>
class Foam::SHF< CloudType >
Secondary Breakup Model to take account of the different breakup regimes, bag, molutimode, shear....
Accurate description in
R. Schmehl, G. Maier, S. Witting
"CFD Analysis of Fuel Atomization, Secondary Droplet Breakup and Spray
Dispersion in the Premix Duct of a LPP Combustor".
Eight International Conference on Liquid Atomization and Spray Systems, 2000
Definition at line 54 of file SHF.H.
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 |
Implements BreakupModel< CloudType >.
Definition at line 112 of file SHF.C.
References Foam::exp(), Foam::constant::physicoChemical::mu, p, Foam::constant::mathematical::pi(), Foam::pow(), Foam::pow3(), rho, rndGen, DSMCCloud< ParcelType >::rndGen(), Random::sample01(), sigma(), Foam::sqr(), Foam::sqrt(), success, Foam::constant::mathematical::twoPi(), and x.