Skip to content
Snippets Groups Projects
Commit 4107c09b authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: aded missing dt in COxidationKineticDiffusionLimitedRate model

parent 3d434390
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ Foam::scalar Foam::COxidationKineticDiffusionLimitedRate<CloudType>::calculate
const scalar Ap = constant::mathematical::pi*sqr(d);
// Change in C mass [kg]
scalar dmC = Ap*rhoc*specie::RR*Tc*YO2/WO2_*D0*Rk/(D0 + Rk);
scalar dmC = Ap*rhoc*specie::RR*Tc*YO2/WO2_*D0*Rk/(D0 + Rk)*dt;
// Limit mass transfer by availability of C
dmC = min(mass*fComb, dmC);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment