Go to the documentation of this file.
70 dict.
add(
"startFace", startFace_);
100 is >> t >> type_ >> t;
101 is >> t >> nFaces_ >> t;
102 is >> t >> startFace_ >> t;
112 nFaces_ = wp.nFaces_;
113 startFace_ = wp.startFace_;
122 else if( type_ != wp.
name_ )
126 else if( (nFaces_ != wp.nFaces_) || (startFace_ != wp.startFace_) )
Writes information for a given boundary patch.
void operator=(const boundaryPatch &)
A class for handling words, derived from string.
friend Ostream & operator<<(Ostream &, const boundaryPatch &)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
void writeDict(Ostream &) const
Write dictionary.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A token holds items read from Istream.
dictionary dict() const
Return as dictionary of entries.
Like polyPatch but without reference to mesh. patchIdentifier::index is not used. Used in boundaryMes...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
boundaryPatch(const word &name, const label index, const label size, const label start, const word &physicalType=word::null)
Construct from components.
Istream & operator>>(Istream &)
virtual void write(Ostream &) const
Write dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
defineTypeNameAndDebug(combustionModel, 0)
Writes information for a given boundary patch.
word name(const complex &)
Return a string representation of a complex.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
bool operator!=(const boundaryPatch &) const