NairnFEAMPM Icon

LoadBox Command

This command has been deprecated.

The LoadBox command selects particles within a box and assigns boundary conditions:

LoadBox (x1),(y1),(z1),(x2),(y2),(z2),<(axis)>
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
EndLoadBox

where

It should be replaced now by a ParticleBC block:

ParticleBC
  Box (x1),(x2),(y1),(y2),(z1),(z2)
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
ParticleBC

To replace command that uses the optional (axis), use Cylinder shape instead of a Box shape.