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

Function writeTime

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

Source from the content-addressed store, hash-verified

153
154
155void Foam::functionObjects::writeFile::writeTime(Ostream& os) const
156{
157 os << setw(charWidth()) << fileObr_.time().timeName();
158}
159
160
161// ************************************************************************* //

Callers 15

VoFPatchTransferFunction · 0.85
correctFunction · 0.85
patchInjectionFunction · 0.85
correctFunction · 0.85
phaseChangeModelFunction · 0.85
rpriMagSfdeltaTFunction · 0.85
writeFunction · 0.85
writeFunction · 0.85
writePositionsFunction · 0.85
writeFunction · 0.85
writeFunction · 0.85
writeFunction · 0.85

Calls 2

setwFunction · 0.85
timeMethod · 0.80

Tested by

no test coverage detected