LangmuirHinshelwoodReactionRate: Removed unused species_ member

This commit is contained in:
Henry Weller
2019-03-12 17:28:51 +00:00
parent d6f6747d63
commit fec55234b6
2 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -65,9 +65,6 @@ class LangmuirHinshelwoodReactionRate
{
// Private data
//- List of species present in reaction system
const speciesTable& species_;
//- Reactant names
FixedList<word, 2> reactantNames_;

View File

@ -34,7 +34,6 @@ inline Foam::LangmuirHinshelwoodReactionRate::LangmuirHinshelwoodReactionRate
const dictionary& dict
)
:
species_(st),
reactantNames_(dict.lookup("reactants")),
a_(dict.lookupOrDefault<scalar>("a", 1)),
A_(dict.lookup("A")),