From a1fa05f1ed5d8e67aeb51181d5532e091c3c8f2a Mon Sep 17 00:00:00 2001
From: sergio <sergio>
Date: Wed, 18 Sep 2019 13:03:04 -0700
Subject: [PATCH] BUG: Fixing psib at the boundary

Fix gitlab #1423
---
 .../reactionThermo/psiuReactionThermo/heheuPsiThermo.C          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C b/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C
index 3de79763ccb..db1aebf62c7 100644
--- a/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C
+++ b/src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C
@@ -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]);
         }
     }
-- 
GitLab