Go to the documentation of this file.
89 p[i] = meshPoints[operator[](i)];
112 return edge(
operator[](
n),
operator[](fcIndex(
n)));
119 return operator[](fcIndex(i));
126 return operator[](rcIndex(i));
173 is.
check(
"Istream& operator>>(Istream&, face&)");
Istream & readEnd(const char *funcName)
scalar mag(const pointField &) const
Magnitude of face area.
#define forAll(list, i)
Loop across all elements in list.
label nEdges() const
Return number of edges.
edge faceEdge(const label n) const
Return n-th face edge.
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
label nTriangles() const
Number of triangles after splitting.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
A token holds items read from Istream.
dimensioned< scalar > mag(const dimensioned< Type > &)
A simple container for copying or transferring objects of type <T>.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool operator!=(const particle &, const particle &)
virtual bool check(const char *operation) const
Check IOstream status for given operation.
static const versionNumber originalVersion
Original version number.
pointField points(const pointField &) const
Return the points corresponding to this 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))
label prevLabel(const label i) const
Previous vertex on face.
label nextLabel(const label i) const
Next vertex on face.
versionNumber version() const
Return the stream version.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label right(const label i) const
Edge to the right of face vertex i.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Istream & operator>>(Istream &, edgeMesh &)
A face is a list of labels corresponding to mesh vertices.
static int compare(const face &, const face &)
Compare faces.
label left(const label i) const
Edge to the left of face vertex i.
Istream & readBegin(const char *funcName)
A normal distribution model.