Difference between revisions of "Material Point Reservoir"

From OSUPDOCS
Jump to navigation Jump to search
Line 8: Line 8:
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
* [[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.

Revision as of 12:43, 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.