112 return edge(
operator[](n),
operator[](
fcIndex(n)));
173 is.
check(
"Istream& operator>>(Istream&, face&)");
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
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 ))
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
dimensioned< scalar > mag(const dimensioned< Type > &)
versionNumber version() const
Return the stream version.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
edge faceEdge(const label n) const
Return n-th face edge.
A simple container for copying or transferring objects of type <T>.
scalar mag(const pointField &) const
Magnitude of face area.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label fcIndex(const label i) const
Return the forward circular index, i.e. the next index.
label nEdges() const
Return number of edges.
label nextLabel(const label i) const
Next vertex on face.
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
virtual bool check(const char *operation) const
Check IOstream status for given operation.
A face is a list of labels corresponding to mesh vertices.
T & operator[](const label)
Return element of UList.
bool operator!=(const particle &, const particle &)
A token holds items read from Istream.
Istream & readBegin(const char *funcName)
vector normal(const pointField &) const
Vector normal; magnitude is equal to area of face.
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...
Istream & operator>>(Istream &, edgeMesh &)
label size() const
Return the number of elements in the UList.
label rcIndex(const label i) const
Return the reverse circular index, i.e. the previous index.
label prevLabel(const label i) const
Previous vertex on face.
label nTriangles() const
Number of triangles after splitting.
Istream & readEnd(const char *funcName)
static int compare(const face &, const face &)
Compare faces.
static const versionNumber originalVersion
Original version number.