MultiComponentPhaseModel: Included laminar diffusion in YiEqns
Resolves bug report https://bugs.openfoam.org/view.php?id=2591
This commit is contained in:
@ -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
|
||||
)
|
||||
==
|
||||
|
||||
Reference in New Issue
Block a user