Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

UMAT: Coordinates of integration points

Status
Not open for further replies.

martmachado

Materials
Joined
Nov 10, 2010
Messages
9
Location
AT
Hi,

I'm writing an UMAT and I need to have simultaneously the coordinates of my 4 integration points so I can compute the "shear angle". The problem is that (maybe I'm wrong with this) UMAT is called again for each integration point at each iteration so the variable COORD is updated to the current integration point.

The only solution I could come up with is to save the coordinates in files and then read them when needed. Although I haven't tried this yet, I'm afraid that writing and reading files might take some time, especially in large models.

I was wondering if somebody already had this problem. Any comments are helpful! Thanks in advance!

Martín.-
 
Hi,

I have no experience with UMAT but FORTRAN point of vie you can use COMMON block to store all needed information in memory.
Limitation is that you can run analysis only with 1 CPU.

Regards,
Bartosz
 
Thanks a lot Bartosz! I'll try both things and let you know.
 
I used SAVE to store the info in memory and fortunately it worked fine. It also allowed me to use more than one CPU.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top