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

Function close

src/OpenFOAM/db/regIOobject/regIOobjectRead.C:178–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177
178void Foam::regIOobject::close()
179{
180 if (IFstream::debug)
181 {
182 Pout<< "regIOobject::close() : "
183 << "finished reading " << isPtr_().name()
184 << endl;
185 }
186
187 isPtr_.clear();
188}
189
190
191bool Foam::regIOobject::readData(Istream&)

Callers 14

fdCloseFunction · 0.50
surfZoneIOList.CFile · 0.50
readModifiersFunction · 0.50
readFunction · 0.50
IOmapDistribute.CFile · 0.50
polyBoundaryMesh.CFile · 0.50
ZoneMesh.CFile · 0.50
featureEdgeMesh.CFile · 0.50

Calls 2

nameMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected