BUG: Fixing psib at the boundary

Fix gitlab #1423
This commit is contained in:
sergio 2019-09-18 13:03:04 -07:00 committed by Andrew Heather
parent e1fb615f87
commit a1fa05f1ed

View File

@ -626,7 +626,7 @@ Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::psib() const
forAll(ppsib, facei)
{
ppsib[facei] =
this->patchFaceReactants
this->patchFaceProducts
(patchi, facei).psi(pp[facei], pTb[facei]);
}
}