You are here
Abaqus user element
Fri, 2007-09-21 09:05 - arunsen
I am working on finite element formulation of thermopiezoelectric shell element. i want to incorporate it in Abaqus software as a project work. i would like to know how to add the new element in abaqus.how can i add? Pls do help
»
- arunsen's blog
- Log in or register to post comments
- 7134 reads
Comments
Re:
I am not familiar with UEL, but if the state variables (SVARS) are not output in the .odb file then
the only approach is to write a post-processing program. If you want to use CAE for
postprocessing then you should use the ABAQUS Scripring Interface (either Python or C++) to import
the SVARS data into the .odb file as an FieldOutput object.
Ooops.
Oops. I posted my comment on the wrong blog.
About UEL, as I said, I am not familiar with this subroutine, but browsing through the documentation I've noticed there's an example at the end of:
ABAQUS User Subroutines Reference Manual (v6.6) - >1.1.19 UEL User
subroutine to define an element.
and another one in:
ABAQUS Verification Manual (v6.6) ->4.1.11 UEL
Best.
thanks a lot... :)
hi friend... thanks a lot for ur help... :)