NairnFEAMPM Icon

MoveArc Command

This command has been deprecated.

The MoveArc command selects nodes on a arc through a 2D mesh and assigns boundary conditions:

MoveArc (x1),(y1),(x2),(y2),(startAng),(endAng),<(tolerance)>
  (any number of Velocity, Temperature, or Concentration commands)
EndMoveArc

It should be replaced now by a GridBC block:

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