cb-geo / mpm

CB-Geo High-Performance Material Point Method
https://www.cb-geo.com/research/mpm
Other
243 stars 83 forks source link

Generate Random Particles for Accurate Integration #609

Closed ezrayst closed 4 years ago

ezrayst commented 4 years ago

Generate Random Particles and Accurate Integration MPM Scheme

Design Detail

Implementation Detail

ezrayst commented 4 years ago

After discussion with @kks32, we will change this from cell (generate points function).

The new input JSON file might look something like this with label random:

  "particles": [
    {
      "generator": {
        "check_duplicates": true,
        "cset_id": -1,
        "particle_type": "P2D",
        "material_id": 2,
        "pset_id": 2,
        "particles_per_cell": 20,
        "type": "random"
      }
  ]
kks32 commented 4 years ago

Could we have separate issues for updating weights and random particle generations?

ezrayst commented 4 years ago

Understood, will start with random particle generations first

ezrayst commented 4 years ago

Continued in #615

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.