Skip to content

Commit bb0074f

Browse files
authored
Update dfChemistryModel.H
1 parent d1f8223 commit bb0074f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dfChemistryModel/dfChemistryModel.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ public IOdictionary
109109
PtrList<volScalarField> hai_;
110110
// species chemistry enthalpy, [J/kg]
111111
scalarList hc_;
112+
// mole fraction
113+
mutable scalarList c_;
112114
// temp mass fraction
113115
mutable scalarList yTemp_;
114-
// mole fraction
115-
mutable scalarList c_;
116116
// temp mass diffusion coefficients
117117
mutable scalarList dTemp_;
118118
// temp H/RT

0 commit comments

Comments
 (0)