mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
10 lines
271 B
C
10 lines
271 B
C
{
|
|
m=gSum(rhoeps*1.0*rhoeps.mesh().V());
|
|
if(counter==0) m0=m;
|
|
counter++;
|
|
Info << "\ncurrent gas mass = " << m << "\n" << endl;
|
|
Info << "\ncurrent added gas mass = " << m-m0 << "\n" << endl;
|
|
|
|
QFluidCond = fvc::laplacian(voidfractionRec*thCond,T);
|
|
}
|