-
Is it possible to calculate the incremental equivalent plastic strain using the built-in methods “add_calculation(formula, name, unit='n/a', description=None)” ? https://www.damask.mpie.de/_modules/damask/_result.html#Result.add_calculation |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Ok, Thank you. |
Beta Was this translation helpful? Give feedback.
add_calculation
, like all the otheradd_xxx
methods, works only with datasets within the same group (the equivalent of a folder in HDF5). If you need to calculate the increase in strain over time, you need to obtain the strain per increment and subtract from each other in Python