Skip to content
GitLab
Menu
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
07a1240e
Commit
07a1240e
authored
Jun 23, 2017
by
Henry Weller
Committed by
Andrew Heather
Jun 23, 2017
Browse files
TDACChemistryModel::DRG: Corrected comments
Patch contributed by Francesco Contino
parent
1f967d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/reduction/DRG/DRG.C
View file @
07a1240e
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2016
-2017
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -240,7 +240,7 @@ void Foam::chemistryReductionMethods::DRG<CompType, ThermoType>::reduceMechanism
Q
.
push
(
q
);
}
//
Dep
th first search with rAB
//
Bread
th first search with rAB
while
(
!
Q
.
empty
())
{
label
u
=
Q
.
pop
();
...
...
@@ -261,7 +261,7 @@ void Foam::chemistryReductionMethods::DRG<CompType, ThermoType>::reduceMechanism
rAB
=
1
;
}
//
Do a DFS on
B only if rAB is above the tolerance and if the
//
Include
B only if rAB is above the tolerance and if the
// species was not searched before
if
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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