next up previous contents
Next: Computer Implementation and Testing Up: Contact Algorithms Previous: Determination of the Contact

Overall Procedure Outline

Contact analysis is performed within each iteration until the equilibrium condition is satisfied. The residual vector that results from the global equilibrium is computed before the contact analysis starts. This vector is used to compute the contact forces resulting from the contact inequality constraints applied on the system. The constraint matrix ${\bf K}_{\lambda}$ is constructed and assembled to the left-hand-side coefficient matrix in each iteration. This would require the entire coefficient matrix to be reformulated and decomposed after each iteration, which is computationally expensive. Alternatively, using Crout factorization technique and isolating the Lagrange multiplier degrees of freedom at the end of the left-hand-side coefficient matrix, makes this action unnecessary. Only the part of the coefficient matrix corresponding to the Lagrange multiplier degrees of freedom is assembled and decomposed in each iteration without having to reconstruct and decompose the entire coefficient matrix. This technique saves a tremendous amount of computation.

The overall contact analysis procedure is performed, for each node on the contactor surface, as follows:

1.
Read the contact forces from the residual vector
2.
For the current contactor node c, perform the geometric analysis
3.
Make the contact decision to determine the contact condition and compute the constraint matrix ${\bf K}_{\lambda}$
4.
Compute the contact force vector ${\bf F}$
5.
Transfer the contact forces to the target nodes as follows
$\displaystyle {\bf F}_i=L_1 {\bf F}$  (122)
$\displaystyle {\bf F}_j=L_2 {\bf F}$  (123)
$\displaystyle {\bf F}_k=L_3 {\bf F}$  (124)

6.
Assemble the constraint matrix and force vectors to the global left-hand-side coefficient matrix and the right-hand-side load vector, respectively.


next up previous contents
Next: Computer Implementation and Testing Up: Contact Algorithms Previous: Determination of the Contact
A. Zeiny
2000-09-06