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

Create a vector postprocessor that can sample the materials at a crack front #29575

Open
lynnmunday opened this issue Dec 19, 2024 · 0 comments · May be fixed by #29576
Open

Create a vector postprocessor that can sample the materials at a crack front #29575

lynnmunday opened this issue Dec 19, 2024 · 0 comments · May be fixed by #29576
Labels
T: task An enhancement to the software.

Comments

@lynnmunday
Copy link
Contributor

Motivation

We need two be able to vary a material's fracture toughness for crack propagation in xfem.

Design

I will create a base class for the current CrackFrontNonlocalStress vector postprocessor and derive off it. I will overwrite a function that evaluates the material property at the guass point. For a scalar property, it will just return the value of the material. For a ranktwo tensor like stress, it will return the stress component normal to the crack face.

Impact

This will allow us to vary the fracture toughness in the material.

@lynnmunday lynnmunday added the T: task An enhancement to the software. label Dec 19, 2024
@lynnmunday lynnmunday linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant