FreeFOAM The Cross-Platform CFD Toolkit
trajectoryCM.H File Reference

Detailed Description

Definition in file trajectoryCM.H.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (vAlign > 0)

Variables

vector v1 = p1().U()
vector v2 = p2().U()
scalar pc = spray_.p()[p1().cell()]
vector vRel = v1 - v2
scalar magVRel = mag(vRel)
vector p = p2().position() - p1().position()
scalar dist = mag(p)
scalar vAlign = vRel & (p/(dist+SMALL))

Function Documentation


Variable Documentation

vector v1 = p1().U()

Definition at line 1 of file trajectoryCM.H.

vector v2 = p2().U()

Definition at line 2 of file trajectoryCM.H.

scalar pc = spray_.p()[p1().cell()]

Definition at line 3 of file trajectoryCM.H.

vector vRel = v1 - v2

Definition at line 5 of file trajectoryCM.H.

scalar magVRel = mag(vRel)

Definition at line 6 of file trajectoryCM.H.

vector p = p2().position() - p1().position()

Definition at line 8 of file trajectoryCM.H.

Referenced by greyMeanAbsorptionEmission::aCont(), wideBandAbsorptionEmission::aCont(), KinematicCloud< ParcelType >::alpha(), ThermoCloud< ParcelType >::ap(), attachPolyTopoChanger::attach(), Cloud< ParticleType >::autoMap(), FitData< FitDataType, ExtendedStencil, Polynomial >::calcFit(), forces::calcForcesMoment(), primitiveMesh::checkEdgeAlignment(), primitiveMesh::checkFaceAngles(), primitiveMesh::checkFaceFlatness(), primitiveMesh::checkFacePyramids(), primitiveMesh::checkFaceSkewness(), molecule::constantProperties::constantProperties(), face::contactSphereDiameter(), cyclicGAMGInterfaceField::cyclicGAMGInterfaceField(), IOstream::defaultPrecision(), Cloud< ParticleType >::deleteParticle(), pitchForkRing::energy(), ThermoCloud< ParcelType >::Ep(), ReactingMultiphaseCloud< ParcelType >::evolveCloud(), ReactingCloud< ParcelType >::evolveCloud(), octree< Type >::findLineAny(), for(), forAll(), pitchForkRing::force(), FreeStream< CloudType >::FreeStream(), KinematicParcel< ParcelType >::hitPatch(), if(), FreeStream< CloudType >::inflow(), DsmcCloud< ParcelType >::internalEnergyOfSystem(), cell::labels(), Particle< ParticleType >::lambda(), DsmcCloud< ParcelType >::linearKineticEnergyOfSystem(), DsmcCloud< ParcelType >::linearMomentumOfSystem(), KinematicCloud< ParcelType >::massInSystem(), DsmcCloud< ParcelType >::massInSystem(), MeshedSurface< Face >::MeshedSurface(), layeredEngineMesh::move(), DsmcParcel< ParcelType >::move(), Cloud< ParticleType >::move(), parcel::move(), KinematicParcel< ParcelType >::move(), pointPatchField< Type >::New(), fvsPatchField< Type >::New(), fvPatchField< Type >::New(), octreeDataCell::octreeDataCell(), surfacePatch::operator!=(), geometricSurfacePatch::operator!=(), thirdBodyArrheniusReactionRate::operator()(), FallOffReactionRate< ReactionRate, FallOffFunction >::operator()(), ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >::operator()(), Hash< Foam::label >::operator()(), Foam::operator<<(), token::operator=(), Foam::operator>>(), cell::points(), cellShape::points(), triFace::points(), face::points(), PatchPostProcessing< CloudType >::postPatch(), processorGAMGInterfaceField::processorGAMGInterfaceField(), triangle< Point, PointRef >::ray(), solidParticle::readFields(), DsmcParcel< ParcelType >::readFields(), ReactingParcel< ParcelType >::readFields(), ThermoParcel< ParcelType >::readFields(), parcel::readFields(), ReactingMultiphaseParcel< ParcelType >::readFields(), Particle< ParticleType >::readFields(), KinematicParcel< ParcelType >::readFields(), interactionLists::realCellsInRangeOfSegment(), UILList< DLListBase, ParcelType >::remove(), SLListBase::remove(), autoPtr< T >::reset(), KinematicCloud< ParcelType >::rhoEff(), general::sample(), multiNormal::sample(), coordSet::scalarCoord(), autoPtr< T >::set(), PointIndexHit< Point >::setPoint(), PointHit< point >::setPoint(), liquidMixture::sigma(), ThermoCloud< ParcelType >::sigmap(), EulerImplicit< CompType, ThermoType >::solve(), ode< CompType, ThermoType >::solve(), interactionLists::testPointFaceDistance(), KinematicCloud< ParcelType >::theta(), ExactParticle< ParticleType >::trackToFace(), Particle< ParticleType >::trackToFace(), sampledPatch::update(), coordSet::vectorCoord(), dsmcFields::write(), staticPressure::write(), solidParticle::writeFields(), Cloud< ParticleType >::writeFields(), DsmcParcel< ParcelType >::writeFields(), ReactingParcel< ParcelType >::writeFields(), ThermoParcel< ParcelType >::writeFields(), parcel::writeFields(), KinematicParcel< ParcelType >::writeFields(), Cloud< ParticleType >::writePositions(), and liquidMixture::Xs().

scalar vAlign = vRel & (p/(dist+SMALL))

Definition at line 11 of file trajectoryCM.H.

Referenced by if().