Difference between revisions of "Material Point Reservoir"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* [[LeaveLimit Command]] - if this commands <tt>(maxNum)</tt> parameter is negative, particle that leave the grid are deleted from the simulation and moved into the reservoir. | * [[LeaveLimit Command]] - if this commands <tt>(maxNum)</tt> parameter is negative, particle that leave the grid are deleted from the simulation and moved into the reservoir. | ||
* [[DeleteLimit Command]] - if particles then develop nan values are deleted, they are moved into the reservoir. | * [[DeleteLimit Command]] - if particles then develop nan values are deleted, they are moved into the reservoir. | ||
* [[DeleteDamaged Custom | * [[DeleteDamaged Custom Task]] - damaged particles that are deleted are moved into the reservoir. | ||
* [[ | * [[JWLPlusPlus Material]] |
Revision as of 11:46, 22 July 2021
Introduction
Simulations in NairnMPM are currently limited to a fixed number of particles. To all for simulations options to delete particles or inject particles, the code implements a reservoir of material points. This reservoir is current only implement in OSParticulas but will be moved to NairnMPM soon and will be then be documented further.
Deleting Particles
An feature that deletes particles, moves those particle into the reservoir. The current options to delete particles are
- LeaveLimit Command - if this commands (maxNum) parameter is negative, particle that leave the grid are deleted from the simulation and moved into the reservoir.
- DeleteLimit Command - if particles then develop nan values are deleted, they are moved into the reservoir.
- DeleteDamaged Custom Task - damaged particles that are deleted are moved into the reservoir.
- JWLPlusPlus Material