|
| 1 | +# Listing of Parameters |
| 2 | +#---------------------- |
| 3 | + |
| 4 | +set dimension = 3 |
| 5 | + |
| 6 | +#--------------------------------------------------- |
| 7 | +# Simulation Control |
| 8 | +#--------------------------------------------------- |
| 9 | + |
| 10 | +subsection simulation control |
| 11 | + set time step = 1e-5 |
| 12 | + set time end = 0.11 |
| 13 | + set log frequency = 10000 |
| 14 | + set output frequency = 0 |
| 15 | +end |
| 16 | + |
| 17 | +#--------------------------------------------------- |
| 18 | +# Timer |
| 19 | +#--------------------------------------------------- |
| 20 | + |
| 21 | +subsection timer |
| 22 | + set type = none |
| 23 | +end |
| 24 | + |
| 25 | +#--------------------------------------------------- |
| 26 | +# Test |
| 27 | +#--------------------------------------------------- |
| 28 | + |
| 29 | +subsection test |
| 30 | + set enable = true |
| 31 | +end |
| 32 | + |
| 33 | +#--------------------------------------------------- |
| 34 | +# Model parameters |
| 35 | +#--------------------------------------------------- |
| 36 | + |
| 37 | +subsection model parameters |
| 38 | + subsection contact detection |
| 39 | + set contact detection method = dynamic |
| 40 | + set dynamic contact search size coefficient = 0.9 |
| 41 | + set neighborhood threshold = 1.3 |
| 42 | + end |
| 43 | + set particle particle contact force method = hertz_mindlin_limit_overlap |
| 44 | + set particle wall contact force method = nonlinear |
| 45 | + set rolling resistance torque method = constant_resistance |
| 46 | + set integration method = velocity_verlet |
| 47 | +end |
| 48 | + |
| 49 | +#--------------------------------------------------- |
| 50 | +# Lagrangian Physical Properties |
| 51 | +#--------------------------------------------------- |
| 52 | + |
| 53 | +subsection lagrangian physical properties |
| 54 | + set gx = 0.0 |
| 55 | + set gy = 0.0 |
| 56 | + set gz = 0.0 |
| 57 | + set number of particle types = 1 |
| 58 | + subsection particle type 0 |
| 59 | + set size distribution type = uniform |
| 60 | + set diameter = 0.1 |
| 61 | + set number of particles = 6 |
| 62 | + set density particles = 1000 |
| 63 | + set young modulus particles = 1000000 |
| 64 | + set poisson ratio particles = 0.3 |
| 65 | + set restitution coefficient particles = 0.3 |
| 66 | + set friction coefficient particles = 0.1 |
| 67 | + set rolling friction particles = 0.05 |
| 68 | + end |
| 69 | + set young modulus wall = 1000000 |
| 70 | + set poisson ratio wall = 0.3 |
| 71 | + set restitution coefficient wall = 0.3 |
| 72 | + set friction coefficient wall = 0.1 |
| 73 | + set rolling friction wall = 0.05 |
| 74 | +end |
| 75 | + |
| 76 | +#--------------------------------------------------- |
| 77 | +# Insertion Info |
| 78 | +#--------------------------------------------------- |
| 79 | + |
| 80 | +subsection insertion info |
| 81 | + set insertion method = file |
| 82 | + set insertion frequency = 100 |
| 83 | + set list of input files = ../particles_00.input, ../particles_01.input |
| 84 | + set removal box points coordinates = 0., -1., -1.: 1., 1., 1. |
| 85 | + set remove particles = true |
| 86 | +end |
| 87 | + |
| 88 | +#--------------------------------------------------- |
| 89 | +# Mesh |
| 90 | +#--------------------------------------------------- |
| 91 | + |
| 92 | +subsection mesh |
| 93 | + set type = dealii |
| 94 | + set grid type = hyper_cube |
| 95 | + set grid arguments = -0.8 : 0.8 : false |
| 96 | + set initial refinement = 2 |
| 97 | + set expand particle-wall contact search = false |
| 98 | +end |
| 99 | + |
0 commit comments