Skip to content
Snippets Groups Projects
Commit cbe7ad7b authored by Will Bainbridge's avatar Will Bainbridge Committed by Andrew Heather
Browse files

ENH: MultiComponentPhaseModel: Included laminar diffusion in YiEqns

parent f34a0b08
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ Foam::MultiComponentPhaseModel<BasePhaseModel>::YiEqn ...@@ -168,7 +168,7 @@ Foam::MultiComponentPhaseModel<BasePhaseModel>::YiEqn
- fvm::laplacian - fvm::laplacian
( (
fvc::interpolate(alpha) fvc::interpolate(alpha)
*fvc::interpolate(this->turbulence().nut()*rho/Sc_), *fvc::interpolate(this->turbulence().muEff()/Sc_),
Yi Yi
) )
== ==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment