Go to the documentation of this file.
78 template<
class TrackingData>
91 template<
class TrackingData>
126 template<
class TrackingData>
148 s_ = newPointInfo.
s_;
149 v_ = newPointInfo.
v_;
160 template<
class TrackingData>
170 s_ = newPointInfo.
s_;
171 v_ = newPointInfo.
v_;
182 template<
class TrackingData>
233 return !(*
this == rhs);
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool operator==(const pointData &) const
bool operator!=(const pointData &) const
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointI, const pointEdgePoint &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
Variant of pointEdgePoint with some transported additional data. WIP - should be templated on data li...
bool operator==(const pointEdgePoint &) const
Mesh consisting of general polyhedral cells.
dimensionSet transform(const dimensionSet &)
vector v_
Additional information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool updatePoint(const polyMesh &mesh, const label pointI, const label edgeI, const pointData &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.
pointData()
Construct null.
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
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))
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave)...
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
bool updateEdge(const polyMesh &mesh, const label edgeI, const label pointI, const pointData &pointInfo, const scalar tol, TrackingData &td)
Influence of point on edge.
scalar s_
Additional information.
void transform(const tensor &rotTensor, TrackingData &td)
Apply rotation matrix to origin.
bool updatePoint(const polyMesh &mesh, const label pointI, const label edgeI, const pointEdgePoint &edgeInfo, const scalar tol, TrackingData &td)
Influence of edge on point.