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

Function initStream

src/OpenFOAM/db/functionObjects/writeFile/writeFile.C:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
41
42void Foam::functionObjects::writeFile::initStream(Ostream& os) const
43{
44 os.setf(ios_base::scientific, ios_base::floatfield);
45 os.width(charWidth());
46}
47
48
49Foam::fileName Foam::functionObjects::writeFile::baseFileDir() const

Callers 1

createFilesFunction · 0.85

Calls 2

setfMethod · 0.80
widthMethod · 0.80

Tested by

no test coverage detected