101 if (pt.
z() > mid.
z())
134 if (pt.
x() > mid.
x())
138 else if (pt.
x() == mid.
x())
143 if (pt.
y() > mid.
y())
147 else if (pt.
y() == mid.
y())
152 if (pt.
z() > mid.
z())
156 else if (pt.
z() == mid.
z())
180 if (pt.
x() > mid.
x())
184 else if (pt.
x() == mid.
x())
193 if (pt.
y() > mid.
y())
197 else if (pt.
y() == mid.
y())
206 if (pt.
z() > mid.
z())
210 else if (pt.
z() == mid.
z())
257 if (dist.
x() < dist.
y())
259 if (dist.
y() < dist.
z())
265 else if (dist.
z() < dist.
x())
280 if (dist.
z() < dist.
y())
286 else if (dist.
x() < dist.
z())
301 octantOrder[0] = octant;
303 octantOrder[1] = octant ^
min;
304 octantOrder[2] = octant ^ mid;
305 octantOrder[3] = octant ^
max;
307 octantOrder[4] = octantOrder[1] ^ mid;
308 octantOrder[5] = octantOrder[1] ^
max;
309 octantOrder[6] = octantOrder[2] ^
max;
311 octantOrder[7] = octantOrder[4] ^
max;
scalar typDim() const
Typical dimension length,height,width.
direction subOctant(const point &pt) const
Returns octant number given point and the calculated midpoint.
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
A 1D vector of objects of type <T> with a fixed size <Size>.
point corner(const direction) const
Corner point given octant.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
dimensionedScalar sqrt(const dimensionedScalar &ds)
A bounding box defined in terms of the points at its extremities.
void searchOrder(const point &pt, FixedList< direction, 8 > &octantOrder) const
Calculates optimal order to look for nearest to point.
scalar avgDim() const
Average length/height/width dimension.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< " ";}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< " ";}gmvFile<< nl;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
treeBoundBox()
Construct null setting points to zero.
point midpoint() const
The midpoint of the bounding box.
const point & max() const
Maximum point defining the bounding box.
vector point
Point is a vector.
Standard boundBox + extra functionality for use in octree.
static Vector< scalar > uniform(const scalar &s)
Return a VectorSpace with all elements = s.
dimensioned< scalar > mag(const dimensioned< Type > &)
const point & min() const
Minimum point defining the bounding box.
treeBoundBox extend(const scalar s) const
Return asymetrically extended bounding box, with guaranteed.