-
-
March 19, 2019 at 2:51 pm
Rashi
SubscriberHi,Â
I need to specify contact between two lines in two surfaces using APDL code. I know how to do it using the "contact manager" but I want to know how to do it using apdl code.Â
Lets say the target line number is "1", and contact line number is "2". And the friction coefficient coefficient between the contact is 0.1Â
Thank you.
-
March 20, 2019 at 2:40 am
dinhan0394
Subscriberhere is an example:
et,1,175 ! Contact element
et,2,170 ! Target element
Â
mp,mu,1,0.1 ! Material 1 - Friction coefficient = 0.1
Â
lsel,s,,,1 ! Select Line 1
nsll
type,1
mat,1
esurf
nsel,all
esel,all
Â
lsel,s,,,2 ! Select Line 2
nsll
type,2
esurf
nsel,all
esel,all
-
March 20, 2019 at 2:49 am
Sandeep Medikonda
Ansys EmployeeSee Chapter 5 of the Contact Technology Guide in the APDL manual.
You could use selection logic and contact 177, target 170 elements in 3-D.
-
- The topic ‘How to define line to line contact in APDL?’ is closed to new replies.
-
3632
-
1313
-
1142
-
1068
-
1008
© 2025 Copyright ANSYS, Inc. All rights reserved.