Contact Modeling
Contact Modeling
(OP)
Hi all,
I'm trying to model bearing effects of 2 bodies composed of elastic materials defined as *Surface. I am placing a displacement control on to one of the bodies and am connecting the two using beam elements. Contact pairs is used with small sliding, surface to surface. When I run the input file however, I get errors of:
MAX. PENETRATION ERROR -3.3011E-005 AT NODE 1515 OF CONTACT PAIR
(SURF_1,SURF_2)
MAX. CONTACT FORCE ERROR -0.00305203 AT NODE 1515 OF CONTACT PAIR
(SURF_1,SURF_2)
THE CONTACT CONSTRAINTS HAVE CONVERGED.
AVERAGE FORCE 3.357E-02 TIME AVG. FORCE 5.730E-03
LARGEST RESIDUAL FORCE 0.612 AT NODE 1501 DOF 3
LARGEST INCREMENT OF DISP. 7.186E-02 AT NODE 3032 DOF 2
LARGEST CORRECTION TO DISP. 7.096E-02 AT NODE 3032 DOF 2
FORCE EQUILIBRIUM NOT ACHIEVED WITHIN TOLERANCE.
AVERAGE MOMENT 6.835E-03 TIME AVG. MOMENT 3.114E-03
LARGEST RESIDUAL MOMENT -0.479 AT NODE 212 DOF 4
LARGEST INCREMENT OF ROTATION 0.108 AT NODE 3013 DOF 4
LARGEST CORRECTION TO ROTATION 0.106 AT NODE 13 DOF 4
MOMENT EQUILIBRIUM NOT ACHIEVED WITHIN TOLERANCE.
***NOTE: THE SOLUTION APPEARS TO BE DIVERGING. CONVERGENCE IS JUDGED UNLIKELY.
***ERROR: TIME INCREMENT REQUIRED IS LESS THAN THE MINIMUM SPECIFIED
Any ideas or suggestions?
I've attached my input file.
Thanks alot.
I'm trying to model bearing effects of 2 bodies composed of elastic materials defined as *Surface. I am placing a displacement control on to one of the bodies and am connecting the two using beam elements. Contact pairs is used with small sliding, surface to surface. When I run the input file however, I get errors of:
MAX. PENETRATION ERROR -3.3011E-005 AT NODE 1515 OF CONTACT PAIR
(SURF_1,SURF_2)
MAX. CONTACT FORCE ERROR -0.00305203 AT NODE 1515 OF CONTACT PAIR
(SURF_1,SURF_2)
THE CONTACT CONSTRAINTS HAVE CONVERGED.
AVERAGE FORCE 3.357E-02 TIME AVG. FORCE 5.730E-03
LARGEST RESIDUAL FORCE 0.612 AT NODE 1501 DOF 3
LARGEST INCREMENT OF DISP. 7.186E-02 AT NODE 3032 DOF 2
LARGEST CORRECTION TO DISP. 7.096E-02 AT NODE 3032 DOF 2
FORCE EQUILIBRIUM NOT ACHIEVED WITHIN TOLERANCE.
AVERAGE MOMENT 6.835E-03 TIME AVG. MOMENT 3.114E-03
LARGEST RESIDUAL MOMENT -0.479 AT NODE 212 DOF 4
LARGEST INCREMENT OF ROTATION 0.108 AT NODE 3013 DOF 4
LARGEST CORRECTION TO ROTATION 0.106 AT NODE 13 DOF 4
MOMENT EQUILIBRIUM NOT ACHIEVED WITHIN TOLERANCE.
***NOTE: THE SOLUTION APPEARS TO BE DIVERGING. CONVERGENCE IS JUDGED UNLIKELY.
***ERROR: TIME INCREMENT REQUIRED IS LESS THAN THE MINIMUM SPECIFIED
Any ideas or suggestions?
I've attached my input file.
Thanks alot.





RE: Contact Modeling
corus
RE: Contact Modeling
RE: Contact Modeling
Check in the interaction module of CAE for Contact Interaction Property as that defines friction between the two, for example.
In addition, I don't understand why you have so many section properties for the model as each appears to be the same definition. It won't stop the job running of course but with only two materials you can easily make a mistake in the assignment of the property. You also appear to redfine the contact for Step 1 but your surfaces change to include surfaces that could never contact?
I'd go through the model and tidy it up and check to make sure you are defining everything properly.
corus
RE: Contact Modeling
Rob Stupplebeen
RE: Contact Modeling
Thanks alot for the help. I was able to resolve the problem via using nonlinear beam section geometry!..=).
RE: Contact Modeling
BTW, when defining nonlinear beam, it seems shear is calculated automatically for the section as opposed to user inputs for bending and axial stiffness. Is this true and if so, how is shear calculated in this case and can I change it? Thanks