mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removed temperature bounding by Tvap in calcUncoupled
This commit is contained in:
@ -251,9 +251,6 @@ void Foam::ReactingParcel<ParcelType>::calcUncoupled
|
|||||||
scalar htc = 0.0;
|
scalar htc = 0.0;
|
||||||
scalar T1 = calcHeatTransfer(td, dt, celli, htc, dhTrans);
|
scalar T1 = calcHeatTransfer(td, dt, celli, htc, dhTrans);
|
||||||
|
|
||||||
// Limit new temp max by vapourisarion temperature
|
|
||||||
T1 = min(td.constProps().Tvap(), T1);
|
|
||||||
|
|
||||||
|
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
// Calculate mass transfer
|
// Calculate mass transfer
|
||||||
|
|||||||
Reference in New Issue
Block a user