We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880a82b commit 10f001cCopy full SHA for 10f001c
1 file changed
src/dfChemistryModel/dfChemistryModel.H
@@ -108,9 +108,7 @@ public IOdictionary
108
// species absolute enthalpy, [J/kg]
109
PtrList<volScalarField> hai_;
110
// species chemistry enthalpy, [J/kg]
111
- scalarList hc_;
112
- // mole fraction
113
- mutable scalarList c_;
+ scalarList hc_;
114
// temp mass fraction
115
mutable scalarList yTemp_;
116
// temp mass diffusion coefficients
@@ -287,7 +285,7 @@ public:
287
285
//- Return access to chemical source terms [kg/m^3/s]
288
286
volScalarField::Internal& RR(const label i) {return RR_[i];}
289
290
- virtual tmp<volScalarField::Internal> calculateRR
+ tmp<volScalarField::Internal> calculateRR
291
(
292
const label reactionI,
293
const label speciei
0 commit comments