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

Function write

src/OpenFOAM/db/regIOobject/regIOobjectWrite.C:168–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168bool Foam::regIOobject::write(const bool valid) const
169{
170 return writeObject
171 (
172 time().writeFormat(),
173 IOstream::currentVersion,
174 time().writeCompression(),
175 valid
176 );
177}
178
179// ************************************************************************* //

Callers

nothing calls this directly

Calls 3

writeFormatMethod · 0.80
writeCompressionMethod · 0.80
writeObjectFunction · 0.70

Tested by

no test coverage detected