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

Function writeHeader

src/fileFormats/starcd/STARCDCore.C:74–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74void Foam::fileFormats::STARCDCore::writeHeader
75(
76 Ostream& os,
77 const word& filetype
78)
79{
80 os << "PROSTAR_" << filetype << nl
81 << 4000
82 << " " << 0
83 << " " << 0
84 << " " << 0
85 << " " << 0
86 << " " << 0
87 << " " << 0
88 << " " << 0
89 << endl;
90}
91
92
93// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //

Callers 12

writePointsFunction · 0.70
jplotSetWriter.CFile · 0.50
csvSetWriter.CFile · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50
writeFileHeaderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected