1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-19 19:01:17 +00:00
This commit is contained in:
Mo8it 2022-01-17 22:00:59 +01:00
parent 614311b080
commit eceeda4099
3 changed files with 3 additions and 4 deletions

View file

@ -213,7 +213,7 @@ function animate_with_sim_consts(
show_interaction_circle, show_interaction_circle,
show_skin_circle, show_skin_circle,
show_frame_diff, show_frame_diff,
# Intern # Internal
io, io,
ax, ax,
bundle, bundle,

View file

@ -48,12 +48,11 @@ function run_sim(
snapshot_at, snapshot_at,
seed, seed,
n_bundle_snapshots, n_bundle_snapshots,
# Calculated # Internal
integration_steps, integration_steps,
n_steps_before_snapshot, n_steps_before_snapshot,
n_snapshots, n_snapshots,
T, T,
# Read
T0, T0,
start_datetime, start_datetime,
) )

View file

@ -90,7 +90,7 @@ function gen_sim_consts(
v₀, v₀,
δt, δt,
packing_ratio, packing_ratio,
# Calculated # Internal
μ, μ,
D₀, D₀,
particle_radius, particle_radius,