Skip to content
Snippets Groups Projects
Commit e0f39638 authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

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
parent 415d000d
Branches
Tags
No related merge requests found
......@@ -706,9 +706,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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment