Definition in file sameCell.H.
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 Foam::cbrt(), collProb, e, f(), forAll, Foam::max(), mdMin, Foam::min(), mMin, nMax, pMax, pMin, Foam::pow(), rho, rho1, rho2, Foam::sqrt(), T, v1, v2, and vRel.
vector v1 = p1().U() |
Definition at line 1 of file sameCell.H.
Referenced by addPatchCellLayer::calcMeshEdges(), triangle< Point, PointRef >::classify(), cellMatcher::edgeKey(), Foam::meshTools::findEdge(), cellPointWeight::findTriangle(), Random::GaussNormal(), triSurfaceTools::getEdge(), triSurfaceTools::getVertexVertices(), if(), triangleFuncs::intersectAxesBundle(), meshCutter::setRefinement(), meshCutAndRemove::setRefinement(), spray::spray(), syncTools::syncEdgeMap(), directionInfo::updateCell(), and boundaryMesh::writeTriSurface().
vector v2 = p2().U() |
Definition at line 2 of file sameCell.H.
Referenced by triangle< Point, PointRef >::classify(), cellPointWeight::findTriangle(), Random::GaussNormal(), triSurfaceTools::getEdge(), triSurfaceTools::getVertexVertices(), if(), triangleFuncs::intersectAxesBundle(), Foam::operator/(), spray::spray(), and boundaryMesh::writeTriSurface().
Definition at line 4 of file sameCell.H.
Referenced by SHF::breakupParcel(), and if().
Definition at line 5 of file sameCell.H.
Definition at line 8 of file sameCell.H.
Referenced by TAB::breakupParcel(), SHF::breakupParcel(), reitzKHRT::breakupParcel(), ETAB::breakupParcel(), ReactingMultiphaseParcel< ParcelType >::calc(), primitiveMesh::checkPoints(), spray::liquidEnthalpy(), spray::liquidTotalEnthalpy(), Foam::operator<<(), and breakupModel::updateParcelProperties().
spray::iterator pMin = p1 |
Definition at line 10 of file sameCell.H.
Referenced by if().
spray::iterator pMax = p2 |
Definition at line 11 of file sameCell.H.
Referenced by if().
Definition at line 13 of file sameCell.H.
Referenced by ChomiakInjector::direction(), and if().
Definition at line 14 of file sameCell.H.
Referenced by ChomiakInjector::direction(), and if().
Definition at line 23 of file sameCell.H.
Definition at line 24 of file sameCell.H.
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(), and spray::liquidPenetration().
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 35 of file sameCell.H.
Referenced by incompressible::laminar::devReff(), forces::devRhoReff(), solidParticleCloud::move(), incompressible::RASModel::nuEff(), incompressible::laminar::nuEff(), incompressible::LESModel::nuEff(), incompressible::laminar::nut(), parcel::Re(), standardDragModel::relaxationTime(), multiNormal::sample(), kappatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and incompressible::RASModel::yPlus().
Definition at line 36 of file sameCell.H.
Referenced by if().
scalar xx = rndGen_.scalar01() |
Definition at line 37 of file sameCell.H.
Referenced by LISA::atomizeParcel(), if(), Foam::inv(), Tensor2D< Cmpt >::T(), Tensor< Cmpt >::T(), and TAB::TAB().