LangmuirHinshelwoodReactionRate: Removed unused species_ member
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -65,9 +65,6 @@ class LangmuirHinshelwoodReactionRate
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- List of species present in reaction system
|
|
||||||
const speciesTable& species_;
|
|
||||||
|
|
||||||
//- Reactant names
|
//- Reactant names
|
||||||
FixedList<word, 2> reactantNames_;
|
FixedList<word, 2> reactantNames_;
|
||||||
|
|
||||||
|
|||||||
@ -34,7 +34,6 @@ inline Foam::LangmuirHinshelwoodReactionRate::LangmuirHinshelwoodReactionRate
|
|||||||
const dictionary& dict
|
const dictionary& dict
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
species_(st),
|
|
||||||
reactantNames_(dict.lookup("reactants")),
|
reactantNames_(dict.lookup("reactants")),
|
||||||
a_(dict.lookupOrDefault<scalar>("a", 1)),
|
a_(dict.lookupOrDefault<scalar>("a", 1)),
|
||||||
A_(dict.lookup("A")),
|
A_(dict.lookup("A")),
|
||||||
|
|||||||
Reference in New Issue
Block a user