Abaqus 6.11/Shell: Detect reaction force and reapply to opposing side
Abaqus 6.11/Shell: Detect reaction force and reapply to opposing side
(OP)
Hello,
currently I am working on a FEM model in Abaqus 6.11 which simulates the stress and strain in a conveyor belt. To make the simulation easier I reduced the problem to a two dimensional model. To do this I "cut" the belt and have the carrying side and return side of the belt forming a rectangle. On this rectangle I apply a shear force (see my other post) which causes the belt to stretch.
As a boundary condition I have to have the opposing sides of the shell behave as if they have not been cut before. I have been trying to solve this problem by applying kinematic constraints but this leaves me with other difficulties such as missing boundary conditions for the movement in space.
Thats why I have been thinking about boundary conditions that would detect the reaction force RF1 in the fixing an reapply this force in every step to the opposing side during calculations. A attached sketch demonstrates the idea.
I could not find any help on this before so I would be very thankful for your help.
currently I am working on a FEM model in Abaqus 6.11 which simulates the stress and strain in a conveyor belt. To make the simulation easier I reduced the problem to a two dimensional model. To do this I "cut" the belt and have the carrying side and return side of the belt forming a rectangle. On this rectangle I apply a shear force (see my other post) which causes the belt to stretch.
As a boundary condition I have to have the opposing sides of the shell behave as if they have not been cut before. I have been trying to solve this problem by applying kinematic constraints but this leaves me with other difficulties such as missing boundary conditions for the movement in space.
Thats why I have been thinking about boundary conditions that would detect the reaction force RF1 in the fixing an reapply this force in every step to the opposing side during calculations. A attached sketch demonstrates the idea.
I could not find any help on this before so I would be very thankful for your help.





RE: Abaqus 6.11/Shell: Detect reaction force and reapply to opposing side
I think you can do it with sensor output and user amplitude (UAMP/VUAMP).
Detail information you can find in Abaqus documentation:
Abaqus Analysis User's Manual, 4.1.3 Output to the output database, Sensor definition
Abaqus User Subroutines Reference Manual, 1.1.19 UAMP User subroutine to specify amplitudes.
Regards,
Bartosz
RE: Abaqus 6.11/Shell: Detect reaction force and reapply to opposing side
thank you for your help on this. I will try to realize it as you proposed.
My previous erperience was that a sensor can only report properties that are assigned to one node. I thought of a solution that would capture the reaction force at the entire cross section and then reapply the force to the corresponding nodes on the opposite side.
I will let you know how it worked out.