Skip to content

Commit

Permalink
Update Volcano.dat
Browse files Browse the repository at this point in the history
Fixed for dot instead of comma
  • Loading branch information
IskanderI authored Nov 24, 2023
1 parent 079abab commit efe4f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input_models/ScalingTests/Volcano.dat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ unit_stress = 1e9
dt = 1e-7 # time step
dt_min = 1e-9 # minimum time step (declare divergence if lower value is attempted)
dt_max = 1e-3 # maximum time step
inc_dt = 0,5 # time step increment per time step (fraction of unit)
inc_dt = 0.5 # time step increment per time step (fraction of unit)
CFL = 0.5 # CFL (Courant-Friedrichs-Lewy) criterion
CFLMAX = 0.8 # CFL criterion for elasticity
nstep_ini = 0 # save output for n initial steps
Expand Down

0 comments on commit efe4f7f

Please sign in to comment.