Displacement output #19
-
Hi, In section 2.1.6 Printing Results of the documentation, the nodal coordinates and velocities are available but not the displacements. I guess that this is because FEPX solves a time-dependent (elasto-visco-plastic) problem. However, I would need to have access to the displacements as well, which can easily be determined from the nodal coordinates. Is there a reason why it is not implemented in FEPX? If it will soon be available in a future release, I may wait to implement it by myself... Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
@CsatiZoltan - you are right that it is relatively easy to calculate displacements, either in-code or during post-processing. We are working on a new release for sometime early next week (the plan was today, but a bug was found). I can attempt to add displacement output to the next release, but otherwise I will let you know, and you could submit a pull request with changes. I assume you would prefer total (cumulative) displacements, rather than incremental? In the meantime, if it cannot wait until Monday or so, Neper should have the ability to perform such mathematical manipulations during post-processing. @rquey could comment here. |
Beta Was this translation helpful? Give feedback.
@CsatiZoltan - you are right that it is relatively easy to calculate displacements, either in-code or during post-processing. We are working on a new release for sometime early next week (the plan was today, but a bug was found). I can attempt to add displacement output to the next release, but otherwise I will let you know, and you could submit a pull request with changes. I assume you would prefer total (cumulative) displacements, rather than incremental?
In the meantime, if it cannot wait until Monday or so, Neper should have the ability to perform such mathematical manipulations during post-processing. @rquey could comment here.