mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
output min/max T as scalar
This commit is contained in:
@ -12,6 +12,6 @@
|
|||||||
|
|
||||||
thermo.correct();
|
thermo.correct();
|
||||||
|
|
||||||
Info<< "Min/max T:" << min(thermo.T()) << ' ' << max(thermo.T())
|
Info<< "Min/max T:" << min(thermo.T()).value() << ' '
|
||||||
<< endl;
|
<< max(thermo.T()).value() << endl;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user