Skip to content
Snippets Groups Projects
Commit 6e9f33ce authored by andy's avatar andy
Browse files

ENH: Using more consistent T for particle heat transfer calc

parent 426f0ef0
Branches
Tags
No related merge requests found
......@@ -318,7 +318,7 @@ Foam::scalar Foam::ThermoParcel<ParcelType>::calcHeatTransfer
Sph = dt*htc*As;
dhsTrans += Sph*(0.5*(T_ + Tnew) - Tc_);
dhsTrans += Sph*(Tres.average() - Tc_);
return Tnew;
}
......
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