RigidWall
The RigidWall constraint implements the contact between model and the assigned rigid walls. The rigid walls can have either finite or infinite dimensions.
Theory
Two methods are implemented, namely, the multiplier method and the penalty method.
Multiplier Method
The implementation is identical to a conventional constraint.
Penalty Method
The impenetrable condition is implemented by adding resisting forces to the right hand of the equation. The force is proportional to the penetration .
where is the time increment of the current substep, is the multiplier. The denominator is included to produce (relatively) objective results. The determination of multiplier often requires trial and error. In general, too large values shall be avoided.
Syntax
The rigid wall constraints are single sided. Travelling against the outer normal direction is not allowed while the other direction is permitted.
1D
The 1D version takes the origin and the side of the wall as the inputs.
2D
The 2D version takes the origin and either the edge vector or the normal vector as the inputs.
3D
The 3D version takes the origin and the normal vector as the inputs. Alternatively, two edges can be specified to define a finite wall.
Remarks
The normal vector of finite rigid walls is computed by cross-product between two edges defined. Beware of the order.
The penalty function method can be used in both static and dynamic analysis.
The multiplier method can only be used in static analysis.
Both methods do not perform well in dynamic analysis, to conserve energy and momentum; users may use the
RestitutionWallconstraint instead.
Last updated