Difference between revisions of "Material Point Reservoir"
Jump to navigation
Jump to search
(Created page with "__TOC__ == Introduction == Simulations in NairnMPM are currently limited to a fixed number of particles. To all for simulations options to delete particles or inject particle...") |
|||
Line 7: | Line 7: | ||
An feature that deletes particles, moves those particle into the reservoir. The current options to delete particles are | An feature that deletes particles, moves those particle into the reservoir. The current options to delete particles are | ||
* [[LeaveLimit Command]] - is this commands <tt>(maxNum)</tt> parameter is negative, particle that leave the grid are deleted from the simulation and moved into the reservoir |
Revision as of 11:40, 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 - is this commands (maxNum) parameter is negative, particle that leave the grid are deleted from the simulation and moved into the reservoir