mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
compressibleInterFoam: Add min(T) diagnostics
This commit is contained in:
@ -18,4 +18,6 @@
|
|||||||
TEqn.solve();
|
TEqn.solve();
|
||||||
|
|
||||||
mixture.correct();
|
mixture.correct();
|
||||||
|
|
||||||
|
Info<< "min(T) " << min(T).value() << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user