Hello dear FEAP users,
I am looking for some possibility to define surface to surface contact on 8 node brick element. It results a stiffness matrix to couple two surface, each with 4 nodes, so that the dimension of the stiffness matrix is 8*3x8*3=24x24.
Now there are some issues that I can’t understand, thank you first of all for any help.
1.) In the Feap Example Manual Chapter 8, it calculates the contact between two lines with non-matching mesh. Why is "TANG,,1" used, instead of "UTAN"?
2.) In file pmacr1.f, the subroutine contact is called. If I assembly the stiffness matrix of contact element explicitly "after" the utan/tang command. Is that possible? for example
UTAN,,-1
NEWContact Stiffness assembly
FORM
NEWContact Force assembly
SOLV
(Note: use unfactored stiffness matrix, and contact is assembled after utan, both without factorization, NEWContact means the new defined user macro)
Thank you very much.
Best regards