removed temperature bounding by Tvap in calcUncoupled

This commit is contained in:
andy
2008-08-19 18:34:07 +01:00
parent 58f43193da
commit d6f4591777

View File

@ -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