diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MultiComponentPhaseModel/MultiComponentPhaseModel.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MultiComponentPhaseModel/MultiComponentPhaseModel.C index 7547954fd5..e2f5663bbd 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MultiComponentPhaseModel/MultiComponentPhaseModel.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/phaseModel/MultiComponentPhaseModel/MultiComponentPhaseModel.C @@ -168,7 +168,7 @@ Foam::MultiComponentPhaseModel::YiEqn - fvm::laplacian ( fvc::interpolate(alpha) - *fvc::interpolate(this->turbulence().nut()*rho/Sc_), + *fvc::interpolate(this->turbulence().muEff()/Sc_), Yi ) ==