Hello All,
I'm having a bit of trouble implementing friction between 2 surfaces in my model. Everything else runs fine and the contact pair works, just without friction. Below is the code I'm using and it directly follows the mesh data.
...material data and parameters...
...mesh data...
CONTact ON
SURFace 1
LINE 2
FACEt
1 0 3 216
2 1 216 217
125 0 339 340
126 0 340 2
SURFace 2
LINE 2
FACEt
1 1 7534 7535
20 0 7553 7554
MATErial, 2
STANdard
FRICtion COULomb 0.53
PAIR 1
NTOS 1 2
SOLM PENAlty 1e7
MATE,,2 1
TOLE,,1e-8 1e-8 1e-8
END
...batch instructions...
Along with wanting to know if this seems correct, I have another question or two...
1) when defining the friction coeff. where it says:
MATErial, 2
STANdard
FRICtion COULomb 0.53
do you have to define the coefficient of all materials in contact? For example, Material 1 and 2 are in contact and need a coefficient of friction between them, can I simply define it for material 2 or must I define it for both material 1 and 2?
2) is there anything that I may be missing in the material data above the mesh data where all other material properties are defined? From the manual, it seemed that nothing extra was needed there to implement friction, but I want to make sure.
Thanks,
Michael