![]() |
|
Go to the source code of this file.
Functions | |
if (dMin > dMax) | |
if ((xx > collProb)&&(mMin > VSMALL)&&(mMax > VSMALL)) | |
Variables | |
vector | v1 = p1().U() |
vector | v2 = p2().U() |
vector | vRel = v1 - v2 |
scalar | magVRel = mag(vRel) |
scalar | sumD = p1().d() + p2().d() |
scalar | pc = spray_.p()[p1().cell()] |
spray::iterator | pMin = p1 |
spray::iterator | pMax = p2 |
scalar | dMin = pMin().d() |
scalar | dMax = pMax().d() |
scalar | rhoMax = spray_.fuels().rho(pc, pMax().T(), pMax().X()) |
scalar | rhoMin = spray_.fuels().rho(pc, pMin().T(), pMin().X()) |
scalar | mMax = pMax().m() |
scalar | mMin = pMin().m() |
scalar | mTot = mMax + mMin |
scalar | nMax = pMax().N(rhoMax) |
scalar | nMin = pMin().N(rhoMin) |
scalar | mdMin = mMin/nMin |
scalar | nu0 = 0.25*mathematicalConstant::pi*sumD*sumD*magVRel*dt/vols_[cell1] |
scalar | nu = nMin*nu0 |
scalar | collProb = exp(-nu) |
scalar | xx = rndGen_.scalar01() |
|
Definition at line 40 of file sameCell.H. References dMax, dMin, forAll, magVRel, Foam::max(), Foam::min(), mMax, mMin, mTot, nMax, nMin, nu, pc, pMax, pMin, Foam::pow(), rhoMax, Foam::sqrt(), Foam::T(), v1, and xx. |
Here is the call graph for this function:
|
Definition at line 16 of file sameCell.H. |
|
Definition at line 36 of file sameCell.H. Referenced by if(). |
|
Definition at line 14 of file sameCell.H. Referenced by if(). |
|
Definition at line 13 of file sameCell.H. Referenced by if(). |
|
Definition at line 5 of file sameCell.H. Referenced by if(). |
|
Definition at line 32 of file sameCell.H. Referenced by if(). |
|
Definition at line 25 of file sameCell.H. Referenced by if(). |
|
Definition at line 26 of file sameCell.H. Referenced by if(). |
|
Definition at line 27 of file sameCell.H. Referenced by if(). |
|
Definition at line 29 of file sameCell.H. Referenced by if(). |
|
Definition at line 30 of file sameCell.H. Referenced by if(). |
|
|
Definition at line 34 of file sameCell.H. |
|
Definition at line 8 of file sameCell.H. Referenced by if(). |
|
Definition at line 11 of file sameCell.H. Referenced by if(). |
|
Definition at line 10 of file sameCell.H. Referenced by if(). |
|
Definition at line 23 of file sameCell.H. Referenced by if(). |
|
Definition at line 24 of file sameCell.H. Referenced by if(). |
|
Definition at line 7 of file sameCell.H. Referenced by if(). |
|
Definition at line 1 of file sameCell.H. Referenced by Vector::centre(), if(), Foam::operator &(), Foam::operator *(), and Foam::operator^(). |
|
Definition at line 2 of file sameCell.H. Referenced by Vector::centre(), if(), Foam::operator &(), Foam::operator *(), and Foam::operator^(). |
|
Definition at line 4 of file sameCell.H. |
|
Definition at line 37 of file sameCell.H. Referenced by if(). |