Skip to content
Snippets Groups Projects
Commit e1fb615f authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

BUG: Fixing psib to use products mixture.

Fix Gitlab issue #1423
parent 4265fc24
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2017 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2017-2019 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
| Copyright (C) 2011-2016 OpenFOAM Foundation
......@@ -611,7 +611,7 @@ Foam::heheuPsiThermo<BasicPsiThermo, MixtureType>::psib() const
forAll(psibCells, celli)
{
psibCells[celli] =
this->cellReactants(celli).psi(pCells[celli], TbCells[celli]);
this->cellProducts(celli).psi(pCells[celli], TbCells[celli]);
}
volScalarField::Boundary& psibBf = psib.boundaryFieldRef();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment