Main Help → All Commands → MPM Boundary Conditions → LoadBox
This command has been deprecated.
The LoadBox
command selects particles within a box and assigns boundary conditions:
LoadBox (x1),(y1),(z1),(x2),(y2),(z2),<(axis)> (any number LoadType and Load commands) (any number of Traction, HeatFlux, and ConcentrationFlux commands) EndLoadBox
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 ParticleBC block:
ParticleBC Box (x1),(x2),(y1),(y2),(z1),(z2) (any number LoadType and Load commands) (any number of Traction, HeatFlux, and ConcentrationFlux commands) ParticleBC
To replace command that uses the optional (axis)
, use Cylinder shape instead of a Box shape.