TDACChemistryModel::DRG: Corrected comments

Patch contributed by Francesco Contino
This commit is contained in:
Henry Weller
2017-06-23 08:17:45 +01:00
parent e8daaa5c76
commit fd6a4d02cb

View File

@ -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);
}
// Depth first search with rAB
// Breadth 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
(