Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[ABAQUS] Energy balance v6.4-v6.7 1

Status
Not open for further replies.

doubleje

Mechanical
May 25, 2006
9
0
0
FR
I have an elastic crack propagation analysis using slave-master method with crack length time-dependent criterion. It works fine unless I can’t find the balance energy between internal energy and work external like the following (ABAQUS Theory Manual/Energy Balance 1.5.5)

stmeqn00606xh3.gif

If we note :

[ul]
[li]ALLWK : External work for the whole model[/li]
[li]ALLIE : Internal energy for whole model[/li]
[li]ALLSE : Strain energy for whole model[/li]
[/ul]

And here is my results :

balanceenergytk5.jpg


I cannot identify what is the problem with the energy balance ABAQUS.
I appreciate it if you can give me any help.

Thanks!
 
Replies continue below

Recommended for you

1. The first principle of thermodynamics (energy conservation) is in terms of time rates.

2. The energy balance using the total energetic quantities computed by ABAQUS (as history variables) is given by:

ETOTAL= ALLIE (total internal energy)
+ ALLKE (kinematic energy)
+ ALLVD (viscous dissipation energy)
+ ALLFD (frictional dissipation energy)
– ALLWK (external work)
=constant

where:
ALLIE=ALLSE + ALLPD + ALLCD + ALLAE,

ALLSE=recoverable strain energy
ALLPD=plastic dissipation energy
ALLCD=energy dissipated by creep, viscoelasticity and swelling
ALLAE=“artificial” strain energy.

Depending on the type of the problem being solved, some of the quantities above are zero.
 
Thank xref for your answer, I understand and agree with you for the energy balance. For the problem elastic crack propagation,
all quantities ALLKE, ALLVD, ALLVD, ALLSE , ALLPD , ALLCD , ALLAE are zero. (Fig. 1)
energyzerogg3.jpg

Fig.1 : Energy quantities zero

I obtain:
Code:
ALLIE=ALLSE
this relation is verified (Fig. 1)
allieallseom6.jpg

Fig. 2: Total internal energy

Then I can rewrite the energy balance like this:
Code:
ETOTAL = ALLIE (total internal energy) – ALLWK (external work) = constant.
An other way, I have to find:
Code:
Delta( ALLIE) = Delta(ALLWK).
the tests pass results don't match for ABAQUS v. 6.4

energybalancebq5.jpg

Fig. 3: Energy balance

Here is my model ABAQUS (input *.INP) for whom has the same question for a crack propagation problem.

Click here to download the model
 
Again, the energy balance (dE_total/dt=0) is in terms of rates. Your time increments are quite large and response seems quite non-linear.

Try to reduce the size of the maximum time increment.

I got almost overlapping curves for ALLWK and ALLIE using tmax=0.05.

(Also, I would turn NLGEOM=ON, but probably you know better if this is suitable.)

 
Status
Not open for further replies.
Back
Top