Skip to content

Elastoplastic model for solid analaysis. #1157

Discussion options

You must be logged in to vote

Elasto-plasticity should be straightforward to implement. I haven't personally done it, but I did implement rate-dependent large-strain viscoelasticity back in the day. #730 (comment)

Conceptually the two are similar in that you have an internal variable (plastic/viscoelastic strain) whose evolution is described by ODE in time (e.g. flow rule in plasticity).

All you need to do is discretize your flow rule, implement the expression for tangent and return mapping for stress, and you should be able to assemble it into bilinear form (tangent) and residual with your own newton solver (if required).

If you have a specific material model in mind, I could help construct an example

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HoseongJeong
Comment options

Answer selected by HoseongJeong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants