BUG: Reacting parcels - updated mass transfer when mass falls below min threshold - mantis #960

This commit is contained in:
andy
2013-08-14 08:55:47 +01:00
parent fa34e2aeaf
commit d9516c28f4
2 changed files with 2 additions and 2 deletions

View File

@ -347,7 +347,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calc
if (td.cloud().solution().coupled())
{
scalar dm = np0*mass1;
scalar dm = np0*mass0;
// Absorb parcel into carrier phase
forAll(YGas_, i)

View File

@ -516,7 +516,7 @@ void Foam::ReactingParcel<ParcelType>::calc
if (td.cloud().solution().coupled())
{
scalar dm = np0*mass1;
scalar dm = np0*mass0;
// Absorb parcel into carrier phase
forAll(Y_, i)