using Auxvaribles from previous step for extra-stress calculation #17408
-
|
Hi guys, I defined Auxvaribale as below, I just wonder how can I use it for extra-stress calculation? seems like I cannot just call the variable name. below is for the extra-stress here is the error message: It should be quite straightforward, but I couldn't find the way around it. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
note that: the objective here is to remove the stress for a particular block, hence, extra_stress_tensor equal to previous step stress but in opposite direction |
Beta Was this translation helpful? Give feedback.
-
|
You should be able to setup the stress to only be calculated on the desired block and setup another on the other block that is zero, since the stress calculations are Material objects. But, I am not familiar with mechanics module; perhaps some mechanics folks could jump in @jiangwen84 or @sapitts with the correct approach. |
Beta Was this translation helpful? Give feedback.
You should be able to setup the stress to only be calculated on the desired block and setup another on the other block that is zero, since the stress calculations are Material objects.
But, I am not familiar with mechanics module; perhaps some mechanics folks could jump in @jiangwen84 or @sapitts with the correct approach.