Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e1fb615f
Commit
e1fb615f
authored
Sep 18, 2019
by
sergio
Committed by
Andrew Heather
Sep 18, 2019
Browse files
BUG: Fixing psib to use products mixture.
Fix Gitlab issue
#1423
parent
4265fc24
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/reactionThermo/psiuReactionThermo/heheuPsiThermo.C
View file @
e1fb615f
...
...
@@ -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
->
cell
Reactan
ts
(
celli
).
psi
(
pCells
[
celli
],
TbCells
[
celli
]);
this
->
cell
Produc
ts
(
celli
).
psi
(
pCells
[
celli
],
TbCells
[
celli
]);
}
volScalarField
::
Boundary
&
psibBf
=
psib
.
boundaryFieldRef
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment