1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2025-09-04 09:12:35 +00:00

Save env_helper every some episodes

This commit is contained in:
Mo8it 2022-01-30 21:19:53 +01:00
parent b55ef91d2d
commit 9e80c22bdb
3 changed files with 14 additions and 9 deletions

View file

@ -18,7 +18,7 @@ function gen_verlet_and_cell_lists_graphics()
R_particle = 4.2
σ = 2 * R_particle * 2^(-1 / 6)
R_interaction = 2^(1 / 6) * σ
R_skin = 2 * R_interaction
R_skin = ReCo.DEFAULT_SKIN_TO_INTERACTION_RADIUS_RATIO * R_interaction
setcolor("blue")
reference_particle_x = 0.25 * R_skin