ENH: Updated momentum coupling for reacting parcels

This commit is contained in:
andy
2011-04-13 11:08:18 +01:00
parent 786e8f43fb
commit 2602523b6c
2 changed files with 2 additions and 4 deletions

View File

@ -327,7 +327,6 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calc
// Heat transfer
// ~~~~~~~~~~~~~
@ -369,7 +368,7 @@ void Foam::ReactingMultiphaseParcel<ParcelType>::calc
d0,
U0,
rho0,
mass0,
0.5*(mass0 + mass1),
Su,
dUTrans,
Spu

View File

@ -379,13 +379,12 @@ void Foam::ReactingParcel<ParcelType>::calc
d0,
U0,
rho0,
mass0,
0.5*(mass0 + mass1),
Su,
dUTrans,
Spu
);
dUTrans += 0.5*(mass0 - mass1)*(U0 + U1);
// Accumulate carrier phase source terms
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~