38#ifndef Foam_surfacePatch_H
39#define Foam_surfacePatch_H
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,...
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.
geometricSurfacePatch(const geometricSurfacePatch &)=default
Copy construct.
A surface zone on a MeshedSurface.
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.
surfacePatch(Istream &is, const label index)=delete
Removed(2020-01) Construct from Istream.
A class for handling words, derived from Foam::string.
static const word null
An empty word.
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_FOR(since, replacement)