Main Help → All Commands → MPM Boundary Conditions → MoveBox
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 ofVelocity
,Temperature
, orConcentration
commands) EndMoveBox
where
(axis)
can be x (or 1), y (or 2), or z (or 3) to specify an axis and convert the selected particles to those within a cylinder enclosed in the 3D box with its axis along the provided direction.It should be replaced now by a GridBC block:
GridBC Box (x1),(x2),(y1),(y2),(z1),(z1) (any number ofVelocity
,Temperature
, orConcentration
commands) EndGridBC
To replace command that uses the optional (axis)
, use Cylinder shape instead of a Box shape.