reactingOneDim: Correct reporting of temperature range in parallel
Patch Contributed by Karl Meredith, FM Global. Resolves bug-report https://bugs.openfoam.org/view.php?id=2621
This commit is contained in:
parent
bce6b7a728
commit
177d1d762c
1 changed files with 2 additions and 2 deletions
|
|
@ -714,9 +714,9 @@ void reactingOneDim::evolveRegion()
|
|||
solidThermo_.correct();
|
||||
|
||||
Info<< "pyrolysis min/max(T) = "
|
||||
<< min(solidThermo_.T().primitiveField())
|
||||
<< gMin(solidThermo_.T().primitiveField())
|
||||
<< ", "
|
||||
<< max(solidThermo_.T().primitiveField())
|
||||
<< gMax(solidThermo_.T().primitiveField())
|
||||
<< endl;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue