mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Add info output about heat source and specific heat
This commit is contained in:
@ -51,6 +51,9 @@
|
||||
|
||||
thermo.correct();
|
||||
|
||||
Info << "Qsource" << max(Qsource).value() << " " << min(Qsource).value() << endl;
|
||||
Info << "QCoeff" << max(QCoeff).value() << " " << min(QCoeff).value() << endl;
|
||||
Info << "Cpv" << max(Cpv).value() << " " << min(Cpv).value() << endl;
|
||||
Info<< "T max/min : " << max(T).value() << " " << min(T).value() << endl;
|
||||
|
||||
particleCloud.clockM().start(31,"energySolve");
|
||||
|
||||
Reference in New Issue
Block a user