Go to the documentation of this file.
56 const word& geometricType
73 size_(
dict.
get<label>(
"nFaces")),
74 start_(
dict.
get<label>(
"startFace"))
82 surfZoneIdentifier::index() = index;
93 os.writeEntry(
"nFaces",
size());
94 os.writeEntry(
"startFace",
start());
107 && a.start() ==
b.start()
108 && a.geometricType() ==
b.geometricType()
124 const dictionary
dict(is);
void write(Ostream &os) const
A class for handling words, derived from Foam::string.
Base class for mesh zones.
void write(Ostream &os) const
Istream & operator>>(Istream &, directionInfo &)
virtual Ostream & beginBlock(const keyType &kw)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
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 > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual Ostream & endBlock()
virtual bool check(const char *operation) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
const word & geometricType() const
A surface zone on a MeshedSurface.
Ostream & writeEntry(const keyType &key, const T &value)
List< ReturnType > get(const UPtrList< T > &list, const AccessOp &aop)
word name(const expressions::valueTypeCode typeCode)
const word & name() const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...