STYLE: writeFile - renamed writeTime to writeCurrentTime to avoid conflicts

This commit is contained in:
Andrew Heather
2019-09-09 09:19:38 +01:00
committed by Mark Olesen
parent 1b17784a1f
commit 31aad2159f
23 changed files with 25 additions and 25 deletions

View File

@ -209,7 +209,7 @@ void Foam::functionObjects::forceCoeffs::writeBinData
Ostream& os
) const
{
writeTime(os);
writeCurrentTime(os);
for (label bini = 0; bini < nBin_; ++bini)
{
@ -411,7 +411,7 @@ bool Foam::functionObjects::forceCoeffs::execute()
if (writeToFile())
{
writeTime(coeffFilePtr_());
writeCurrentTime(coeffFilePtr_());
coeffFilePtr_()
<< tab << CdTot << tab << CsTot << tab << ClTot
<< tab << CmRollTot << tab << CmPitchTot << tab << CmYawTot

View File

@ -601,7 +601,7 @@ void Foam::functionObjects::forces::writeIntegratedForceMoment
{
Ostream& os = osPtr();
writeTime(os);
writeCurrentTime(os);
os << tab << total
<< tab << pressure
@ -668,7 +668,7 @@ void Foam::functionObjects::forces::writeBinnedForceMoment
Ostream& os = osPtr();
writeTime(os);
writeCurrentTime(os);
forAll(f[0], i)
{