Format |
|||||||||||||||||||||||||||||||
CONTACT(id, jflag, comp, rm) CONTACT(id, index, rm) |
|||||||||||||||||||||||||||||||
Description |
|||||||||||||||||||||||||||||||
The CONTACT function returns a scalar result associated with a Force_Contact element. Two definitions of the CONTACT function are available:
This form returns the force and torque components specified by comp for a Force_Contact element in the coordinate system specified by rm.
The second form can be used to monitor maximum penetration depth, average point of contact, normal and friction force etc. based on the index. Vector components are always computed in the coordinate system specified by rm. This form always reports the contact forces on the I body as defined in the contact modeling element. |
|||||||||||||||||||||||||||||||
Example |
|||||||||||||||||||||||||||||||
<Post_Request comment = "Form 1: Total Contact Force" id = "1" type = "EXPRESSION" expr1 = "CONTACT(90,0,1,0)" expr2 = "CONTACT(90,0,2,0)" expr3 = "CONTACT(90,0,3,0)" expr4 = "CONTACT(90,0,4,0)" expr5 = "CONTACT(90,0,5,0)" expr6 = "CONTACT(90,0,6,0)" expr7 = "CONTACT(90,0,7,0)" expr8 = "CONTACT(90,0,8,0)" /> <Post_Request comment = "Form 2: Other Contact Results" id = "1" type = "EXPRESSION" expr2 = "CONTACT(90,6,0)" expr3 = "CONTACT(90,7,0)" expr4 = "CONTACT(90,8,0)" expr6 = "CONTACT(90,9,0)" expr7 = "CONTACT(90,13,0)" expr8 = "CONTACT(90,14,0)" /> |
|||||||||||||||||||||||||||||||
Arguments |
|||||||||||||||||||||||||||||||
id |
The ID of the Force_Contact element. |
||||||||||||||||||||||||||||||
jflag |
jflag set to 0 or 1 means that forces and moments are reported at the CG of the I or J body, respectively. |
||||||||||||||||||||||||||||||
comp |
Determines the component of contact force that is returned by the CONTACT function when specified in the form CONTACT(id, jflag, comp, rm). comp can be specified as follows:
|
||||||||||||||||||||||||||||||
index |
Determines the quantity that will be returned by the CONTACT statement when specified in the form CONTACT(id, index, rm). index can be specified as follows:
|
||||||||||||||||||||||||||||||
RM |
Force and moment components are resolved in this coordinate system. RM=0 specifies a global coordinate system. |
See Also: