Translational total energy(TTE) and Global external force work (EFW) are same?

gslee
gslee New Altair Community Member
edited October 2020 in Community Q&A

Hi,

 

Translational total energy and External force work are same?

In referernce guide, energy is as follows.

image.png.0bbd40e858f15c506a2f816040c4b273.png

 

https://community.altair.com/community?id=community_question&sys_id=bb4644b61b2bd0908017dc61ec4bcb09

 

In this topic, 

<?xml version="1.0" encoding="UTF-8"?>image.thumb.png.2c57ea1df2be8c209f38e452e9768212.png

However, in my case,

<?xml version="1.0" encoding="UTF-8"?>image.thumb.png.21e17e206c0f2602bde8c055a45b8113.png

 

Why are they different??

 

Thanks

 

 

 

Tagged:

Answers

  • Andy_20955
    Andy_20955 New Altair Community Member
    edited November 2019

    Hi,

    There was some incorrect information in the post you linked to.

     

    External Work includes the work from Imposed movement (displacement, velocity or acceleration), force (/CLOAD or /GRAV), and pressure.  It also include the frictional energy from a /RWALL (when FRIC!=0.0)

     

    What loads are applied in your model? 

     

    Do you have Friction defined in the contacts or rigid wall?

     

    Also plot, contact energy, internal energy, kinetic energy, and hourglass energy.  Also plot DTE which is TTE - external Work. 

     

    Thank,

    Andy

  • gslee
    gslee New Altair Community Member
    edited November 2019

    Thank you for your answer.

     

    Loading condition is as follows. (/CLOAD)

    image.png.f244f89bedabc0d10f87c491f0359bda.pngimage.png.0e15375f07b88933adf4b418e248caee.png

    image.png.147df70673b49031dc0ec2437370475e.png  <- loading curve

    Unit system is  ton,mm,s. In my model, there is a contact interface between Yellow component and Green component. (TYPE 7)

    TYPE 7 setting is as follows.

    image.png.a2da443885ab08e935b70fc7686d41b9.pngimage.png.45225e548f3d589b7ef8350227db96d3.png

     

    In the model, there is a rayleigh damping applied on the Yellow and Green component.

    -> Total energy decrease graudally.

    image.png.c0e9db449fd6fb56beda14b48c575f89.png

     

     

     Plotting result is as follows.  

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.3abbc580356ed737315575b81b973d08.png

     

     In the output file, negative energy error is -34.4%. 

    Why is this so high?  

    image.png.ae709e9a472f01b1577511020c3fa38c.png

     

     

    Thanks

     

  • gslee
    gslee New Altair Community Member
    edited November 2019

    @Andy

    I wonder that my result is reasonable.

     

    Thanks.

  • Andy_20955
    Andy_20955 New Altair Community Member
    edited November 2019

    Hi @gslee

    Thanks for the detailed information.  The issue is that the damping energy is not included in any of the global energy output.  The damping energy is also not included in the % energy error which is why your energy error is -34.4%. 

     

    Since the total energy in your model is small (this is reasonable since your only load is the /CLOAD) thus the small amount of damping energy added creates a larger % energy error. 

     

    Thanks,

    Andy

  • gslee
    gslee New Altair Community Member
    edited November 2019

    Hi, @Andy

     

    Thank you for your answer.

     

    You mean that the damping energy from rayleigh damping causes the energy error.

     

    To check the energy error on the model which doesn't have contact (sliding and crash), I compare the 2 models. (No contact, Tied contact)

    In 3 models, the same rayleigh damping, boundary condition and same loading condition is applied.

     

    image.png.8b79e8361a2b14ee3e03b530cfc52ac3.png No contact (Only Yellow component)

    The energy output is as follows.

    image.png.099714d00cf98f2f9ad67debf009db0f.png

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.c30935925858e4179b3c267d3fc1947d.png

     

    image.png.05be9ee86f5143ea3a70de44247b08cb.png Tied contact (No sliding and No crash)

    The energy output is as follows.

    image.png.17e66c94282503d63d245743e77fb24d.png

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.d1203d56015f98425039b967ad9715af.png

     

     

    In the results, although the same rayleigh damping is applied, the %energy error is very small.

    The high %energy error occurs in the model which has TYPE7 contact.

     

    How can I do to reduce the %energy error?

     

    How do you think about that??

     

    Thanks.

     

     

     

     

     

  • Andy_20955
    Andy_20955 New Altair Community Member
    edited November 2019

    Hi,

    The friction energy is also not included in the energy calculations.  In the TYPE7 contact model try setting FRIC=0 to see if the energy error is low.  If it is low, then the energy error is from the friction and it is OK to have that large of an energy error.

    Thanks,

    Andy

  • gslee
    gslee New Altair Community Member
    edited November 2019

    Hi, @Andy

     

    Thank you so much for your answer. I appreciate that.

    Contact energy output and other energy output are as follows. (Left is setting FRIC=0.2, Right is setting FRIC=0.0)

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.6a88742eb5f21ff9788af2a9256674ed.png

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.74cb494ee07c22fd7c6d1dcb4131f17a.png

     

    <?xml version="1.0" encoding="UTF-8"?>image.thumb.png.e2563a9d9aaeca2400898cacb7df6208.png

    Firstly, as you said, I thought high %energy error is the result from contact energy (friction and crash) because the contact energy is not included in %energy error.

    So I plot the IE, KE, HE, CE, DTE. 

     

    1) I thought DTE is the result from the contact energy, but contact energy is very small. 

    2) In your answer,

    'In the TYPE7 contact model try setting FRIC=0 to see if the energy error is low.  If it is low, then the energy error is from the friction and it is OK to have that large of an energy error.'

     

    I think that contact energy is so high that %energy error is high.

    But contact energy is so small. I don't know why %energy error is so high.

     

    Please let me know if the opinion is wrong.

     

    How do you think about that?

     

    Thanks

     

  • Andy_20955
    Andy_20955 New Altair Community Member
    edited November 2019

    Hi,

    Thanks it doesn't seem to be the friction causing the issue.  Can you run the model without damping and see how that changes the results?

    Also try setting in the model with FRIC=0 also set VISs = 1e-30 which will remove damping applied to the interface stiffness. 

     

    Or if you can share the model, I can review it.

    Thanks,

    Andy

     

     

  • gslee
    gslee New Altair Community Member
    edited November 2019

    Hi, @Andy

     

    Thank you for your answer. I appreciate that.

     

    The factors which have an effect on friction force are 'FRIC' and 'VISF'??

     

    'VISS' is a factor which has an effect on normal force of interface??

     

    I attach the model in which contact interface is TYPE7.

     

    Thanks

    Unable to find an attachment - read this blog

  • gslee
    gslee New Altair Community Member
    edited December 2019

    Hi, @Andy

     

    I have the two questions.

     

    The factors which have an effect on friction force are 'FRIC' and 'VISF'??

     

    'VISS' is a factor which has an effect on normal force of interface??

     

    Thanks.

  • Andy_20955
    Andy_20955 New Altair Community Member
    edited December 2019

    Hi,

    Yes VisS is a damping coefficient on the interface stiffness which would effect the normal force.  After reviewing your model, I am unable to find the source of the lost energy.  Since the error only occurs with the contact model, there must be some part of the energy from the contact force that is not being tracked correctly.  I'm not sure what you are simulating but if the results look reasonable to you then it is OK ignore the energy error. 

     

    Thanks,

    Andy