compressibleInterFoam: Add min(T) diagnostics

This commit is contained in:
Henry
2014-07-24 18:01:22 +01:00
committed by Andrew Heather
parent 0486e20f93
commit 0fd28ff8fc

View File

@ -18,4 +18,6 @@
TEqn.solve();
mixture.correct();
Info<< "min(T) " << min(T).value() << endl;
}