Go to the documentation of this file.
42 #ifndef surfZoneIdentifier_H
43 #define surfZoneIdentifier_H
78 static constexpr
const char*
const emptyType =
"empty";
90 :
word(
"zone" + std::to_string(
n),
false)
156 return geometricType_;
162 return geometricType_;
186 bool operator==(
const surfZoneIdentifier& a,
const surfZoneIdentifier&
b);
189 bool operator!=(
const surfZoneIdentifier& a,
const surfZoneIdentifier&
b);
193 Istream&
operator>>(Istream& is, surfZoneIdentifier& obj);
196 Ostream&
operator<<(Ostream&
os,
const surfZoneIdentifier& obj);
void write(Ostream &os) const
A class for handling words, derived from Foam::string.
surfZoneIdentifier & operator=(const surfZoneIdentifier &)=default
Istream & operator>>(Istream &, directionInfo &)
Identifies a surface patch/zone by name and index, with optional geometric type.
bool operator!=(const eddy &a, const eddy &b)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
const dimensionedScalar b
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
static word defaultName(const label n=-1)
const word & geometricType() const
const word & name() const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static constexpr const char *const emptyType