177bool operator==(
const surfacePatch& a,
const surfacePatch&
b);
180bool operator!=(
const surfacePatch& a,
const surfacePatch&
b);
183Ostream&
operator<<(Ostream&
os,
const surfacePatch& obj);
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,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Identifies a surface patch/zone by name and index, with geometric type.
const word & geometricType() const noexcept
The geometric type of the patch/zone.
label index() const noexcept
The index of this patch/zone in the surface mesh.
const word & name() const noexcept
The patch/zone name.
A surface zone on a MeshedSurface.
A 'patch' on surface as subset of triSurface.
surfacePatch()
Default construct, with zero start, size, index=-1.
surfacePatch & operator=(const surfacePatch &)=default
Copy assignment.
label & size() noexcept
Return size of this patch in the face list.
label & start() noexcept
Return start label of this patch in the face list.
void writeDict(Ostream &os) const
Deprecated(2020-01) Ostream output.
label size() const noexcept
Return size of this patch in the face list.
label start() const noexcept
Return start label of this patch in the face list.
surfacePatch(const surfacePatch &)=default
Copy construct.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
bool operator!=(const eddy &a, const eddy &b)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
#define FOAM_DEPRECATED(since)
#define FOAM_DEPRECATED_FOR(since, replacement)