Open
Conversation
Root cause: walls at z=±0.0092 were INSIDE the disk (particles extend
to z=±0.010), causing massive wall-particle overlap and immediate crash
in the Hertz-Mindlin contact force ("Over 100 excessive overlaps").
Changes:
- Move platens to z=±0.01005 (50 µm outside disk surface)
- Reduce bond stiffness to k_n=1e5 N/m (compatible with auto-computed
Rayleigh timestep ~2.9e-6 s; Verlet limit ~7.2e-6 s)
- Simplify to single-stage (FIRE unnecessary since hex lattice has zero
overlap)
- Add plot.py for load-displacement and bond breakage visualization
- Add README.md documenting physics, parameters, and how to run
Known issue: particles show KE=0 throughout loading, suggesting a force
accumulation ordering problem (wall_contact_force may run before
hertz_mindlin_contact which zeros forces). Needs investigation of the
Force schedule system ordering in dem_wall vs dem_granular.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bench_brazilian_diskexample: bonded particle Brazilian disk (indirect tensile) testTest plan
cargo test --no-default-featurescargo clippy --no-default-features -- -D warningscargo run --release --example bench_brazilian_disk -- examples/bench_brazilian_disk/config.tomlpython3 examples/bench_brazilian_disk/validate.py🤖 Generated with Claude Code