Skip to content
Snippets Groups Projects
Commit fa7887ae authored by cmaffeo2's avatar cmaffeo2
Browse files

Reduced timestep of high resolution simulations from 50 to 40 fs because of...

Reduced timestep of high resolution simulations from 50 to 40 fs because of instability in some systems
parent a9600fed
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ def multiresolution_simulation( model, output_name,
run_step(num_steps=coarse_steps, simargs=simargs)
""" Fine simulation """
simargs = dict(timestep=50e-6, output_period=fine_output_period, gpu=gpu)
simargs = dict(timestep=40e-6, output_period=fine_output_period, gpu=gpu)
model.clear_beads()
model.generate_bead_model( 1, 1, local_twist=True, escapable_twist=True )
run_step(num_steps=fine_steps, simargs=simargs, do_coordinate_average=(fine_steps > 2*fine_output_period+1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment