mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: writeFile - renamed writeTime to writeCurrentTime to avoid conflicts
This commit is contained in:
committed by
Mark Olesen
parent
1b17784a1f
commit
31aad2159f
@ -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
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user