MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / writeGeometry

Function writeGeometry

src/conversion/ensight/part/ensightParts.C:183–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void 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
196bool Foam::ensightParts::writeSummary(Ostream& os) const

Calls 2

writeGeometryMethod · 0.80
forAllFunction · 0.50

Tested by

no test coverage detected