147 is.
check(
"Istream& operator>>(Istream&, face&)");
#define forAll(list, i)
Loop across all elements in list.
A face is a list of labels corresponding to mesh vertices.
T & operator[](const label)
Return element of UList.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
label rcIndex(const label i) const
Return the reverse circular index, i.e. the previous index.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
label nEdges() const
Return number of edges.
label fcIndex(const label i) const
Return the forward circular index, i.e. the next index.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
label nextLabel(const label i) const
Next vertex on face.
static vector area(const PointField &ps)
Return vector area given face points.
label prevLabel(const label i) const
Previous vertex on face.
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))
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
Istream & operator>>(Istream &, directionInfo &)
static int compare(const face &, const face &)
Compare faces.
scalar mag(const pointField &) const
Return scalar magnitude.
pointField points(const pointField &) const
Return the points corresponding to this face.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void operator=(const UList< label > &)
Assignment to UList operator. Takes linear time.
dimensioned< scalar > mag(const dimensioned< Type > &)
label nTriangles() const
Size of the face's triangulation.
edge faceEdge(const label n) const
Return n-th face edge.
bool operator!=(const particle &, const particle &)
label size() const
Return the number of elements in the UList.
void operator=(labelList &&)
Move assignment labelList.