31#ifndef Foam_ccmBoundaryInfo_H
32#define Foam_ccmBoundaryInfo_H
47Ostream&
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;
OBJstream os(runTime.globalPath()/outputName)
void rhs(fvMatrix< typename Expr::value_type > &m, const Expr &expression)
Ostream & operator<<(Ostream &os, const interfaceEntry &entry)
bool operator!=(const eddy &a, const eddy &b)
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.