NairnFEAMPM Icon

MoveBox Command

This command has been deprecated.

The MoveBox command selects nodes with the box in a 3D mesh and assigns boundary conditions:

MoveBox (x1),(y1),(z1),(x2),(y2),(z2),<(axis)>
  (any number of Velocity, Temperature, or Concentration commands)
EndMoveBox

where

It should be replaced now by a GridBC block:

GridBC
  Box (x1),(x2),(y1),(y2),(z1),(z1)
  (any number of Velocity, Temperature, or Concentration commands)
EndGridBC

To replace command that uses the optional (axis), use Cylinder shape instead of a Box shape.