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

Function writeHeader

src/conversion/meshWriter/starcd/STARCDMeshWriter.C:174–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174void Foam::meshWriters::STARCD::writeHeader(Ostream& os, const char* filetype)
175{
176 os << "PROSTAR_" << filetype << nl
177 << 4000
178 << " " << 0
179 << " " << 0
180 << " " << 0
181 << " " << 0
182 << " " << 0
183 << " " << 0
184 << " " << 0
185 << endl;
186}
187
188
189void Foam::meshWriters::STARCD::writePoints(const fileName& prefix) const

Callers 3

writePointsFunction · 0.70
writeCellsFunction · 0.70
writeBoundaryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected