Creating a custom output
Creating a custom output
(OP)
Hello,
I have a question regarding custom outputs in ABAQUS,and I'm hoping someone can steer me in the right direction!
I'm trying to create and display an output that takes into account each element's modulus and density. The idea is to, for each element, display its strain energy density multiplied by its modulus and density (as these values vary element to element in my model). I'm guessing with python I can create a loop that acts on each element, however I'm not sure where and how to access modulus/density information for each element in a systematic way.
If anyone has any insight into this, I would be most appreciative.
Thank you,
Lance
I have a question regarding custom outputs in ABAQUS,and I'm hoping someone can steer me in the right direction!
I'm trying to create and display an output that takes into account each element's modulus and density. The idea is to, for each element, display its strain energy density multiplied by its modulus and density (as these values vary element to element in my model). I'm guessing with python I can create a loop that acts on each element, however I'm not sure where and how to access modulus/density information for each element in a systematic way.
If anyone has any insight into this, I would be most appreciative.
Thank you,
Lance





RE: Creating a custom output
Density is available as output in A/Explicit only. Beside that it's like written above.
RE: Creating a custom output
Element # : Output Value
Thank you for the help!
RE: Creating a custom output