Skip to content

Commit 6e9628d

Browse files
Piyush ShardaPiyush Sharda
Piyush Sharda
authored and
Piyush Sharda
committed
max timestep=0.1*dt
1 parent 744c6cb commit 6e9628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_test/burn_cell_metal_chem/burn_cell.H

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ auto burn_cell_c() -> int {
272272

273273
//std::cout << "before burn: " << state.rho << ", " << state.T << ", " << state.xn << ", " << state.e << std::endl;
274274

275-
integrator_rp::ode_max_dt = dt*1e-2;
275+
integrator_rp::ode_max_dt = dt*1e-1;
276276
// do the actual integration
277277
burner(state, dt);
278278

0 commit comments

Comments
 (0)