how to store the accumulative stress?

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
rgrayeli
Posts: 20
Joined: Fri Mar 14, 2008 8:18 am
Location: UC Berkeley
Contact:

how to store the accumulative stress?

Post by rgrayeli »

Hi,

how can I store the accumulative stress of elements while creating a new material? I just realized that I can store them by simply using commitstate() but my another question is, how can I restore the saved value after each step or iteration?

thank you in advance;
Roozbeh
PhD student
GeoEngineering
UC, Berkeley
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

as the material writer you are in control over the variables the material stores .. if you wanted, you could store every single state the material ever goes through.
Post Reply