Main Help → All Commands → MPM Boundary Conditions → MoveLine
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 ofVelocity
,Temperature
, orConcentration
commands) EndMoveLine
It should be replaced now by a GridBC block:
GridBC Line (x1),(x2),(y1),(y2),<(tolerance)> (any number ofVelocity
,Temperature
, orConcentration
commands) EndGridBC