compressibleInterFoam: write min(T)

This commit is contained in:
Henry 2014-07-26 21:30:14 +01:00
parent b0b62067d9
commit e3464c2375

View file

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