ENH: MultiComponentPhaseModel: Included laminar diffusion in YiEqns

Resolves bug report https://bugs.openfoam.org/view.php?id=2591
This commit is contained in:
Will Bainbridge
2017-10-03 08:36:12 +01:00
committed by Andrew Heather
parent 581914f597
commit 99bda24907

View File

@ -168,7 +168,7 @@ Foam::MultiComponentPhaseModel<BasePhaseModel>::YiEqn
- fvm::laplacian
(
fvc::interpolate(alpha)
*fvc::interpolate(this->turbulence().nut()*rho/Sc_),
*fvc::interpolate(this->turbulence().muEff()/Sc_),
Yi
)
==