mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
committed by
Andrew Heather
parent
415d000db6
commit
e0f3963875
@ -706,9 +706,9 @@ void reactingOneDim::evolveRegion()
|
|||||||
solidThermo_.correct();
|
solidThermo_.correct();
|
||||||
|
|
||||||
Info<< "pyrolysis min/max(T) = "
|
Info<< "pyrolysis min/max(T) = "
|
||||||
<< min(solidThermo_.T().primitiveField())
|
<< gMin(solidThermo_.T().primitiveField())
|
||||||
<< ", "
|
<< ", "
|
||||||
<< max(solidThermo_.T().primitiveField())
|
<< gMax(solidThermo_.T().primitiveField())
|
||||||
<< endl;
|
<< endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user