Skip to content
Snippets Groups Projects
Commit b77dbc9c authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: effectivenessHeatExchangerSource - updated output

parent b1107081
Branches
Tags
No related merge requests found
......@@ -290,12 +290,13 @@ void Foam::fv::effectivenessHeatExchangerSource::addSup
}
}
Info<< type() << ": " << name() << nl
Info<< type() << ": " << name() << nl << incrIndent
<< indent << "Net mass flux [Kg/s] : " << sumPhi << nl
<< indent << "Total energy exchange [W] : " << Qt << nl
<< indent << "Tref [K] : " << Tref << nl
<< indent << "Efficiency : "
<< eTable_()(mag(sumPhi), secondaryMassFlowRate_) << nl << endl;
<< indent << "Effectiveness : "
<< eTable_()(mag(sumPhi), secondaryMassFlowRate_) << decrIndent
<< nl << endl;
}
......
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