Skip to content
Snippets Groups Projects
Commit 0fd28ff8 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

compressibleInterFoam: Add min(T) diagnostics

parent 0486e20f
Branches
Tags
No related merge requests found
......@@ -18,4 +18,6 @@
TEqn.solve();
mixture.correct();
Info<< "min(T) " << min(T).value() << endl;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment