NairnFEAMPM Icon

LoadLine Command

This command has been deprecated.

The LoadLine command selects particles near a line and assigns boundary conditions:

LoadLine (x1),(y1),(x2),(y2),<(tolerance)>
  (any number LoadType and Load commands)
  (any number of Traction, HeatFlux, and ConcentrationFlux commands)
EndLoadLIne

It should be replaced now by a ParticleBC block:

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