31 #ifndef Foam_ccmBoundaryInfo_H 32 #define Foam_ccmBoundaryInfo_H 46 class ccmBoundaryInfo;
47 Ostream&
operator<<(Ostream&
os,
const ccmBoundaryInfo& entry);
68 std::string patchName;
71 std::string patchType;
86 void setPatchName(
const std::string& str)
100 bool operator!=(
const ccmBoundaryInfo& rhs)
const 102 return ccmIndex != rhs.ccmIndex;
107 friend Ostream&
operator<<(Ostream&
os,
const ccmBoundaryInfo& entry)
109 os <<
"BoundaryFaces-" << entry.ccmIndex;
110 os <<
" size=" << entry.size;
111 os <<
" name=" << entry.patchName;
112 os <<
" type=" << entry.patchType;
113 os <<
" foam-patch=" << entry.patchId;
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
OBJstream os(runTime.globalPath()/outputName)
Ostream & operator<<(Ostream &os, const interfaceEntry &entry)
bool operator!=(const eddy &a, const eddy &b)