NairnFEAMPM Icon

LoadArc Command

This command has been deprecated.

The LoadArc command selects particles near an arc and assigns boundary conditions:

LoadArc (x1),(y1),(x2),(y2),(startAng),(endAng),<(tolerance)>
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
EndLoadArc

It should be replaced now by a ParticleBC block:

ParticleBC
  Arc (x1),(x2),(y1),(y2),(startAng),(endAng),<(tolerance)>
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
ParticleBC