This commit is contained in:
ekinaci
2017-05-12 10:24:30 +02:00
parent 1f82914428
commit f8eb939de9

View File

@ -9,7 +9,6 @@ tmp<fv::convectionScheme<scalar> > mvConvection
)
);
{
combustion->correct();
dQ = combustion->dQ();
@ -53,11 +52,6 @@ tmp<fv::convectionScheme<scalar> > 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);
}