NairnFEAMPM Icon

LoadRect Command

This command has been deprecated.

The LoadRect command selects particles within a rectangle and assigns boundary conditions:

LoadRect (xmin),(xmax),(ymin),(ymax)
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
EndLoadRect

It should be replaced now by a ParticleBC block:

ParticleBC
  Rect (xmin),(xmax),(ymin),(ymax),<(tolerance)>
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
ParticleBC