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

removed temperature bounding by Tvap in calcUncoupled

parent 58f43193
Branches
Tags
No related merge requests found
......@@ -251,9 +251,6 @@ void Foam::ReactingParcel<ParcelType>::calcUncoupled
scalar htc = 0.0;
scalar T1 = calcHeatTransfer(td, dt, celli, htc, dhTrans);
// Limit new temp max by vapourisarion temperature
T1 = min(td.constProps().Tvap(), T1);
// ~~~~~~~~~~~~~~~~~~~~~~~
// Calculate mass transfer
......
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