Save the elastic energy density at each nodal as a auxvariable and then transfer it into subapp. #28606
Unanswered
Yaode-Yin
asked this question in
Q&A Modules: General
Replies: 1 comment 6 replies
-
Hello Is it a material property? You can project material properties onto auxiliary variables using auxkernels. This one for "Real" valued material properties Auxvariables can then be transferred. Note that you will suffer a projection error most likely between the material property and the auxiliary variable, unless the material property is actually represented exactly in the target finite element basis Guillaume |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I try to implement the phase field fracture model via multiapp method. In the main app, the elastic problem is solved and then I want to save the elastic energy density at each nodal in a aux variable, so that the aux variable is finally transferred into the phase field app.
My question is that how can I save the elastic energy density calculated by
ComputeCrackedStress
as a aux variable correctly?Beta Was this translation helpful? Give feedback.
All reactions