| 181 | |
| 182 | |
| 183 | void Foam::ensightParts::writeGeometry(ensightGeoFile& os) const |
| 184 | { |
| 185 | // with some feedback |
| 186 | Info<< "write geometry part:" << nl << flush; |
| 187 | |
| 188 | forAll(partsList_, partI) |
| 189 | { |
| 190 | Info<< " " << partI << flush; |
| 191 | partsList_[partI].writeGeometry(os); |
| 192 | } |
| 193 | } |
| 194 | |
| 195 | |
| 196 | bool Foam::ensightParts::writeSummary(Ostream& os) const |
no test coverage detected