Application of loading and unloading in Abaqus
Application of loading and unloading in Abaqus
(OP)
Dear All,
Can anyone please give me a method how to apply loading and unoading in Abaqus. I would like to apply an elastic model. I have for example 2D plate element, I want to apply a displaceemnt until it reaches for example 1 mm, after that unloading should be applied until the initial displacement zero value. After the unloading phase, I want to make the element in rest period in which no loading is applied, when it reaches a certain period of time, I want to apply loading again. The load history that I want to apply resembles to the following figure (time values are only example in this figure).

I would be thankful if someone can explain how to do it in abaqus.
Thank you!
Can anyone please give me a method how to apply loading and unoading in Abaqus. I would like to apply an elastic model. I have for example 2D plate element, I want to apply a displaceemnt until it reaches for example 1 mm, after that unloading should be applied until the initial displacement zero value. After the unloading phase, I want to make the element in rest period in which no loading is applied, when it reaches a certain period of time, I want to apply loading again. The load history that I want to apply resembles to the following figure (time values are only example in this figure).

I would be thankful if someone can explain how to do it in abaqus.
Thank you!





RE: Application of loading and unloading in Abaqus
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Application of loading and unloading in Abaqus
Your load is time-dependent therefore use dynamic,implicit step type.
You may apply this load with tabular data;
Create boundary condition in load module. But when selecting step in boundary condition, choose your first step name. Don't select "initial" step. If you select initial step, software doesn't allow you apply displacement values.)
In boundary condition window create an *amplitude with tabular data like this;
time displacement
0 0
200 1000
400 0
800 0
1200 1000
.... ....
RE: Application of loading and unloading in Abaqus
No. When the reaction is time dependent (inertia), then you need a dynamic step.
RE: Application of loading and unloading in Abaqus
Thanly for your reply, can I use dynamic explicit for this type of loading ?
RE: Application of loading and unloading in Abaqus
The real question for you is if inertia plays a role (to introduce dynamics) and which scheme (implicit or explicit) you should choose.
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Application of loading and unloading in Abaqus
it is not important to me take into account inertia in my analysis.
I tried to use amplitude in dynamic explicit but I did not get the required response for the damage model. Maybe there is problem of stability ?
RE: Application of loading and unloading in Abaqus
Now, what phenomenon are you trying to capture? Please explain the physics and the model set-up as best as you can geometry/mesh/materials/constraints/BCs/loads/..
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Application of loading and unloading in Abaqus
What I need is to apply an isotropic damage model on 2D plate element under tensile loading. The element is restrained in one side and subjected to tensile load in the opposite side. The loading history should be varied with time; loading, unloading, and reloading. I hope that someone can give me some hints.