mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
functionObjects: 'output:' -> 'write:' for consistency with the naming of the 'write' function
This commit is contained in:
@ -208,7 +208,7 @@ bool Foam::functionObjects::forceCoeffs::write(const bool postProcess)
|
||||
<< tab << Cm << tab << Cd
|
||||
<< tab << Cl << tab << Clf << tab << Clr << endl;
|
||||
|
||||
Log << type() << " " << name() << " output:" << nl
|
||||
Log << type() << " " << name() << " write:" << nl
|
||||
<< " Cm = " << Cm << nl
|
||||
<< " Cd = " << Cd << nl
|
||||
<< " Cl = " << Cl << nl
|
||||
|
||||
@ -393,7 +393,7 @@ void Foam::functionObjects::forces::applyBins
|
||||
|
||||
void Foam::functionObjects::forces::writeForces()
|
||||
{
|
||||
Log << type() << " " << name() << " output:" << nl
|
||||
Log << type() << " " << name() << " write:" << nl
|
||||
<< " sum of forces:" << nl
|
||||
<< " pressure : " << sum(force_[0]) << nl
|
||||
<< " viscous : " << sum(force_[1]) << nl
|
||||
|
||||
Reference in New Issue
Block a user