Skip to content
Snippets Groups Projects
Commit 2602523b authored by andy's avatar andy
Browse files

ENH: Updated momentum coupling for reacting parcels

parent 786e8f43
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
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