Abaqus general contact

I am trying to model the process of Automated Fiber Placement. However, I want the model to be more realistic through having a moving roller and multiple layers of tapes.

In Abaqus, I am using STANDARD solver to make use of the MODEL CHANGE feature to deactivate/activate parts.

How can I model the contact between the roller and tapes through the general contact (with cohesive property) as some parts are deactivated until its turn comes.

1 Like

I believe some of our Abaqus colleagues can help you. @kmao24 @tao364744553 @BoPeng @Haodong

Thanks for your concern. Hope so.

just like the model change from step to step, the general contact can also be updated from step to step. for example, after defining the general contact in the model definition part (before the 1 st step), you want to exclude the surfaces A and B from the general contact in Step-1, you can use

*contact

*contact exclusions

A, B

in Step-1. Then in Step-2, if you want to include surfaces A and B contact in Step-2, you can use similar keywords like

*contact

*contact inclusions

A, B

in Step-2.

many thanks for your response. I tried what you mentioned, but still not working. could you check the this model. 0000

hi, Ahmed,

I looked at your model, and it seems that there are a number of modeling issues, in additioin to the contact change question you mentioned earlier:

1- the cae model says the model does not have the specific heat defined, since the model is using a coupled tmperature-displacement procedure. In this procedure, the transient heat transfer analysis is involved, in which physically the specific heat (a physical property has to be defined.

2- the model uses the elements with temperature degree of freedom for the coupled temperature-displacement simulation. Do you really want to do a coupled heat transfer simulation? If you want to model a structural simulation in which something (like the material property, thermal expansion effect, etc.), you do not have to use a coupled temperature-displacement simulation. If you already know the temperature change, you can apply it to the structure without the need to solve for the temperatures. Solving the temperatures is the task of a coupled simulation. If you know the temperature change beforehand, you can simply apply the temperature change without the need for the coupled thermal-structure simulation.

3- last time, I thought you were using the general contact for the contact change (since you mentioned the general contact). The recent cae file shows you are using the contact pair approach. For either the contact pair or the general contact, you can temperarily deactivate and later re-activate the contact, although the way of their definitions is slightly different.

4- if you are not familar with each feature, I suggest you create a simple model and execise each feature. It will be easy for us to help you with a simple model with a specific issue.

Regards, kmao24

Hi, kmao24

Appreciate your words. I have wrongly sent the wrong model. Correct one is here 0000 .

  • Yes, it is a coupled problem. I have added rough properties.
  • General contact is available, but since it was not working I was trying to use contact pairs which is tough to be done for many number of parts and steps.
  • In real, this is a simple model, I am trying to examine the errors and difficulties, but could not pass this for long period as I could not find out the reasons.

hi, Ahmed,

Here are my comments after looked at your model:

1- The feature to modify the general contact from step to step is available in abq2023. However, its GUI interface is available after abq2024. It seems you are using abq2023. This may be the reason you are unable to define it in your cae version, and you used the contact pair. In other words, your model uses the mixed general contact and contact pair approaches which could cause confusion in the model. Even without CAE UI in abq2023, you can use the keyword editing to achieve your purposes for the contact change, like I responded to you first time.

2- you can deactivate the intended contact pairs, and you do not need to deactivate the related parts. I saw your model also deactivate the parts like prereg. This is not necessary, and sometimes it can cause numerical issues if it is not done properly.

3- for the upper end of prereg, you use tie in order to use a reference point to control the end. The best way is to use the kinemaric coupling to couple the RP to the end surface of the prereg, just like the coupling between the ring inner surface and the ring center. Also, the prereg end controling point (RP) has to be fixed.

After these treatment, your model is able to run for the first 2 steps. it is still running at time of writing.

Note that I will be out of two for the next 10 days, and unable to check your updates.

Regards, kmao24