Hello,
I'm getting the following error when I try to restart a simulation where I used a distribution of sphere sizes:
ERROR: All pair coeffs are not set (../pair.cpp:231)
Since I cannot find the cause of the problem, I would attach below the input script hoping that someone can help me.
processors 16 5 1
modify_timing on
newton off
read_restart restart/third_raking.restart
pair_coeff * *
communicate single vel yes
neighbor 2e-05 bin
neigh_modify delay 0
fix m1 all property/global youngsModulus peratomtype 5e6
fix m2 all property/global poissonsRatio peratomtype 0.45
fix m3 all property/global coefficientRestitution peratomtypepair 1 0.3
fix m4 all property/global coefficientFriction peratomtypepair 1 0.4
fix m5 all property/global coefficientRollingFriction peratomtypepair 1 0.15
pair_style gran model hertz tangential history rolling_friction cdt
timestep 4e-07
fix gravi all gravity 9.81 vector 0.0 0.0 -1.0
fix visc all viscous 4.19e-09
fix inlet all mesh/surface file meshes/Inlet.stl type 1 scale 0.001
fix box all mesh/surface file meshes/Box.stl type 1 scale 0.001
fix a all mesh/surface file meshes/a.stl type 1 scale 0.001
fix b all mesh/surface file meshes/b.stl type 1 scale 0.001
fix c all mesh/surface file meshes/c.stl type 1 scale 0.001
fix d all mesh/surface file meshes/d.stl type 1 scale 0.001
fix wall all wall/gran model hertz tangential history rolling_friction cdt mesh n_meshes 5 meshes box a b c d
fix integr nve_group nve/sphere
fix ts all check/timestep/gran 100000 0.1 0.1
compute rke all erotate/sphere
thermo_style custom step atoms ke c_rke f_ts[1] f_ts[2] vol
thermo 100000
thermo_modify lost ignore norm no
compute_modify thermo_temp dynamic yes
run 1
dump dmp all custom 1 post_sim0/dump*.atoms id type type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius
dump dmp_geom_a all mesh/stl 1 post_sim0/dump_geom_astl*.stl a
dump dmp_geom_b all mesh/stl 1 post_sim0/dump_geom_bstl*.stl b
dump dmp_geom_c all mesh/stl 1 post_sim0/dump_geom_cstl*.stl c
dump dmp_geom_d all mesh/stl 1 post_sim0/dump_geom_dstl*.stl d