Skip to content

Commit

Permalink
fix a bug: mixture fraction boundary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JX278 committed Dec 26, 2023
1 parent 3966bb0 commit 1c1246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfChemistryModel/dfChemistryModel.C
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Foam::dfChemistryModel<ThermoType>::dfChemistryModel
(
IOobject
(
"Z",
"mixfrac",
mesh_.time().timeName(),
mesh_,
IOobject::NO_READ,
Expand Down

0 comments on commit 1c1246b

Please sign in to comment.