Formatting of debug messages

This commit is contained in:
Hrvoje Jasak 2019-09-26 10:05:03 +01:00
parent e405fe0eb2
commit 336c5fe04f

View file

@ -206,10 +206,10 @@ void Foam::porousZone::addHeatSource
scalar deltaTAux = (Qaux_ - QSum)/(Maux_*Caux_); scalar deltaTAux = (Qaux_ - QSum)/(Maux_*Caux_);
Info<< "Heat exchanger: " << name_ Info<< "Heat exchanger: " << name_ << nl
<< ": Q = " << QSum << "Q = " << QSum << nl
<< " Taux = " << Taux_ << "Taux = " << Taux_ << nl
<< " delta Taux = " << deltaTAux << "delta Taux = " << deltaTAux
<< endl; << endl;
// Relax the heat source // Relax the heat source