Difference between revisions of "LeaveLimit Command"

From OSUPDOCS
Jump to navigation Jump to search
Line 7: Line 7:
  LeaveLimit (maxNum)
  LeaveLimit (maxNum)


In XML input files, the command, which must be within the [[MPM Input Files#MPMHeader|<tt><MPMHeader></tt> element]], is
In XML input files, the command, which must be within the [[MPM Input Files#MPM Header|<tt><MPMHeader></tt> element]], is


  <LeaveLimit>(maxNum)</LeaveLimit>
  <LeaveLimit>(maxNum)</LeaveLimit>

Revision as of 10:26, 19 November 2013

The LeaveLimit command determines how an MPM analysis responds when a particle leaves the grid:

Use LeaveLimit

In scripted files, the command is

LeaveLimit (maxNum)

In XML input files, the command, which must be within the <MPMHeader> element, is

<LeaveLimit>(maxNum)</LeaveLimit>

where (maxNum) is the number of steps with one or more unique particles leaving the grid that are tolerated before an analysis is stopped. If this command is omitted, the default is 1% of the particles. If a particle leaves the grid prior to reaching this limit, the particle will be moved back into the grid and the analysis will continue. Set it to 1 to have simulations stop if any particle leaves the grid.

Notes

  1. Particles that are forced back into the grid might lead to nonphysical or erroneous results. Analyses that have many particles leaving the grid should be highly suspect.
  2. This command is must useful when the particle leaving the grid itself is already a numerical artifact and therefore forcing it back in may not be making things any worse. A common numerical artifact is an isolated particle that picks up a nonphysical acceleration propelling it off the grid. This command can trap those problem particles and keep the analysis running for the bulk of the remaining particles.
  3. If the LeaveLimit is greater than 1 and the analysis eventually finishes, the output file will include a warning when the first particle left left the grid and a count of the number of steps that had at least one new particle leaving the grid.