45 #ifndef surfaceLocation_H
46 #define surfaceLocation_H
63 class surfaceLocation;
65 Istream&
operator>>(Istream&, surfaceLocation&);
66 Ostream&
operator<<(Ostream&,
const surfaceLocation&);
67 Ostream&
operator<<(Ostream&,
const InfoProxy<surfaceLocation>&);
A helper class for outputting values to Ostream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
This class describes the interaction of (usually) a face and a point. It carries the info of a succes...
Contains information about location on a triSurface.
vector normal(const triSurface &s) const
Normal. Approximate for points.
friend Istream & operator>>(Istream &is, surfaceLocation &sl)
triPointRef::proxType & elementType()
InfoProxy< surfaceLocation > info() const
Return info proxy.
void write(Ostream &os, const triSurface &s) const
Write info to os.
friend Ostream & operator<<(Ostream &os, const surfaceLocation &sl)
surfaceLocation()
Construct null.
Triangulated surface description with patch information.
A triangle primitive used to calculate face areas and swept volumes.
proxType
Return types for classify.
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.name(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)
label readLabel(Istream &is)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)