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

ENH: effectivenessHeatExchangerSource - updated output

parent 965287d7
No related merge requests found
......@@ -290,12 +290,12 @@ void Foam::fv::effectivenessHeatExchangerSource::addSup
}
}
DebugInfo
Info<< type() << ": " << name() << nl
<< 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_) << endl;
<< eTable_()(mag(sumPhi), secondaryMassFlowRate_) << 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