compressibleInterFoam: Add min(T) diagnostics
This commit is contained in:
parent
08dc3ab2e4
commit
bbb25e0432
1 changed files with 2 additions and 0 deletions
|
|
@ -18,4 +18,6 @@
|
|||
TEqn.solve();
|
||||
|
||||
mixture.correct();
|
||||
|
||||
Info<< "min(T) " << min(T).value() << endl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue