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

Function writeFileHeader

src/functionObjects/field/yPlus/yPlus.C:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
51
52void Foam::functionObjects::yPlus::writeFileHeader(const label i)
53{
54 writeHeader(file(), "y+ ()");
55
56 writeCommented(file(), "Time");
57 writeTabbed(file(), "patch");
58 writeTabbed(file(), "min");
59 writeTabbed(file(), "max");
60 writeTabbed(file(), "average");
61 file() << endl;
62}
63
64
65void Foam::functionObjects::yPlus::calcYPlus

Callers 2

createFilesFunction · 0.50

Calls 3

writeCommentedFunction · 0.85
writeTabbedFunction · 0.85
writeHeaderFunction · 0.50

Tested by

no test coverage detected