Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute effective inelastic strain #209

Open
dschwen opened this issue Apr 23, 2021 · 0 comments
Open

Compute effective inelastic strain #209

dschwen opened this issue Apr 23, 2021 · 0 comments
Assignees

Comments

@dschwen
Copy link
Member

dschwen commented Apr 23, 2021

Reason

Effective inelastic strain is a useful measure for the plastic deformation of a material. We should also use its increment to compute the material timestep. The value is very likely already computed by NEML (@reverendbedford ?), but we currently have no reliable way of obtaining it (if it is in the history). That's a separate issue (i.e. getting the history index for a specific quantity).

Design

Compute inelastic strain increment, from there compute effective inelastic strain increment, and using a scalar stateful property, integrate this to effective inelastic strain.

Possibly only do that on non-linear iterations (i.e. currentlyComputingJacopian() == true)

Impact

Added capability

@dschwen dschwen self-assigned this Apr 23, 2021
dschwen added a commit to dschwen/blackbear that referenced this issue Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant