Add info output about heat source and specific heat

This commit is contained in:
ekinaci
2018-11-08 16:06:56 +01:00
parent 953cdb5b8b
commit bd444010bc

View File

@ -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");