×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

SDV transfer VFRIC to VUMAT

SDV transfer VFRIC to VUMAT

SDV transfer VFRIC to VUMAT

(OP)
I have got a little problem with my subroutines, and I hope you can help me with it.
 
I have got a VFRIC subroutine with solution-dependent state variables (SDVs) which cannnot be output recording to the Abaqus Analysis User's Manual (22.1.4).
 
So is it possible to transfer these SDVs to my other subroutine VUMAT (which has also SDVs) which can write SDVs in the .odb file?
 
If it is possible, how can I do it?
 
Thank you for your help
 
Alexander

RE: SDV transfer VFRIC to VUMAT

The SDVs from VFRIC are different from those used by VUMAT.

- the first ones are defined by "*FRICTION, DEPVAR.." and are defined for contact pairs, being related to nodes (belonging to surfaces in contact)

"This array contains the user-defined solution-dependent state variables for all the nodes on the slave surface."

- the second are defined by differently by
"*MATERIAL ...." followed by
"*DEPVAR..." (in this case a separate keyword) ...
and refers to state variables related to integration points of elements.

Thus the two sets of SDVs refer to distinct points.

I am not sure if there's a way to have the VFRIC's SDVs written directly in .odb. (For example if you were to use ABAQUS/ Standard you could store them in COMMON blocks and ouput them by using UEXTERNALDB.).

Anyway, in the worst case you can write them in a file, and afterwards write a small script to read them and place them in a .odb file for post-processing purposes.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources