diff --git a/applications/solvers/cfdemSolverRhoPimpleChem/YEqn.H b/applications/solvers/cfdemSolverRhoPimpleChem/YEqn.H index b06cdc27..b7fc9f09 100644 --- a/applications/solvers/cfdemSolverRhoPimpleChem/YEqn.H +++ b/applications/solvers/cfdemSolverRhoPimpleChem/YEqn.H @@ -9,7 +9,6 @@ tmp > mvConvection ) ); - { combustion->correct(); dQ = combustion->dQ(); @@ -53,11 +52,6 @@ tmp > mvConvection // calculate total mole in Volume N = rho/W; - //Info << "total molar weight in volume (solver)" << W << endl; - //Info << "rho (solver)" << rho << endl; - //Info << "total mass fractions" << Yt << endl; - //Info << "total moles in volume (solver)" << N << endl; - Y[inertIndex] = scalar(1) - Yt; Y[inertIndex].max(0.0); }