Skip to content

Commit

Permalink
switching default behavior to not use reaction substepping
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Aug 22, 2024
1 parent f74b125 commit c52b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactingFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ ReactingFlow::ReactingFlow(mfem::ParMesh *pmesh, LoMachOptions *loMach_opts, tem
tpsP_->getInput("loMach/reactingFlow/ic", ic_string_, std::string(""));

// will be over-written if dynamic is active
tpsP_->getInput("loMach/reactingFlow/sub-steps", nSub_, 2);
tpsP_->getInput("loMach/reactingFlow/sub-steps", nSub_, 1);
tpsP_->getInput("loMach/reactingFlow/dynamic-substep", dynamic_substepping_, true);
if (dynamic_substepping_) nSub_ = 2;

Expand Down

0 comments on commit c52b6cb

Please sign in to comment.