Skip to content

Commit 10f001c

Browse files
authored
Update dfChemistryModel.H
1 parent 880a82b commit 10f001c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/dfChemistryModel/dfChemistryModel.H

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ public IOdictionary
108108
// species absolute enthalpy, [J/kg]
109109
PtrList<volScalarField> hai_;
110110
// species chemistry enthalpy, [J/kg]
111-
scalarList hc_;
112-
// mole fraction
113-
mutable scalarList c_;
111+
scalarList hc_;
114112
// temp mass fraction
115113
mutable scalarList yTemp_;
116114
// temp mass diffusion coefficients
@@ -287,7 +285,7 @@ public:
287285
//- Return access to chemical source terms [kg/m^3/s]
288286
volScalarField::Internal& RR(const label i) {return RR_[i];}
289287

290-
virtual tmp<volScalarField::Internal> calculateRR
288+
tmp<volScalarField::Internal> calculateRR
291289
(
292290
const label reactionI,
293291
const label speciei

0 commit comments

Comments
 (0)