Skip to content

Commit 165bad7

Browse files
authored
Update dfChemistryModel.C
1 parent bb0074f commit 165bad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dfChemistryModel/dfChemistryModel.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Foam::dfChemistryModel<ThermoType>::dfChemistryModel
5151
thermo_(thermo),
5252
mixture_(dynamic_cast<CanteraMixture&>(thermo)),
5353
CanteraGas_(mixture_.CanteraGas()),
54+
CanteraKinetics_(mixture_.CanteraKinetics()),
5455
mesh_(thermo.p().mesh()),
5556
chemistry_(lookup("chemistry")),
5657
relTol_(this->subDict("odeCoeffs").lookupOrDefault("relTol",1e-9)),

0 commit comments

Comments
 (0)