mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
cancel output of debug info
This commit is contained in:
@ -53,10 +53,10 @@ 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;
|
||||
//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);
|
||||
|
||||
Reference in New Issue
Block a user