Skip to content
Snippets Groups Projects
Commit 27c83095 authored by andy's avatar andy
Browse files

ENH: forces/forceCoeffs function objects - name output

parent 4a37b52d
No related merge requests found
......@@ -196,7 +196,7 @@ void Foam::forceCoeffs::write()
if (log_)
{
Info<< type() << " output:" << nl
Info<< type() << " " << name_ << " output:" << nl
<< " Cm = " << Cm << nl
<< " Cd = " << Cd << nl
<< " Cl = " << Cl << nl
......
......@@ -368,7 +368,7 @@ void Foam::forces::writeForces()
{
if (log_)
{
Info<< type() << " output:" << nl
Info<< type() << " " << name_ << " output:" << nl
<< " forces(pressure,viscous,porous) = ("
<< sum(force_[0]) << ","
<< sum(force_[1]) << ","
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment