mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: MultiComponentPhaseModel: Included laminar diffusion in YiEqns
Resolves bug report https://bugs.openfoam.org/view.php?id=2591
This commit is contained in:
committed by
Andrew Heather
parent
581914f597
commit
99bda24907
@ -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