NairnFEAMPM Icon

MoveLine Command

This command has been deprecated.

The MoveLine command selects nodes on a line through a 2D mesh and assigns boundary conditions:

MoveLine (x1),(y1),(x2),(y2),<(tolerance)>
  (any number of Velocity, Temperature, or Concentration commands)
EndMoveLine

It should be replaced now by a GridBC block:

GridBC
  Line (x1),(x2),(y1),(y2),<(tolerance)>
  (any number of Velocity, Temperature, or Concentration commands)
EndGridBC