Hello, I have an assembly with 4 parts, and I need to swap 2 of the 3 contact settings from glued to touching with a friction coefficient of 0.05. Bodies 1, 2 , and 3 should be touching, while bodies 3 and 4 should be glued. I'm looking through the nastran reference guide, but interpreting the matrices within matrices is proving difficult.
once you feel this is working as desired, then you can add friction by defining the FTYPE (usually 6 for bi-linear coulomb) on the BCPARA entry and then a friction coefficient on the BCONPRP (FRIC field)... you call out the BCONPRP on the fourth field of the BCONECT entry.
you need to shift the FRIC entry one more field to the right... the 3rd field is always blank... it is easier to use free field format if hand-editing:
also, you will need to add the BCONPRP entry ID to the BCONECT field 4 or it won't be turned on.
BCONECT, ID, BCGPID, BCPPID
Your best approach is to do all this on a simple samplemodel, and if you have issues getting it to work, it is best to open a support case with MSC Technical Support... it is sometimes more difficult to communicate at a detailed level via the forum.
Thank you!!! I have it working now. The big thing that made it all start clicking was mentioning I can use "tree field format" which I've never heard of before. That made it so much easier to conceptualize and follow the manual with.