material property for each element #29759
Unanswered
sskalati
asked this question in
Q&A Modules: Phase field
Replies: 2 comments 1 reply
-
Hello can you paste your Mesh block? To save me a minute. |
Beta Was this translation helpful? Give feedback.
1 reply
-
does a1 seem properly loaded? with c = x + y |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear MOOSE Community,
I am trying to run a simulation using ComputeLinearElasticPhaseFieldFractureStress with a custom degradation function defined as:
expression = '((1.0-c)^2)/((1.0-c)^2+a1c(1-0.5*c))'
where a1 is an element-wise property that varies for each element. I provide these values as input to MOOSE, expecting the software to compute the degradation function dynamically based on the elemental data. However, it does not seem to work as intended.
Could you please guide me on how to properly implement this functionality? Are there any specific settings or methods required to ensure that MOOSE correctly utilizes the element-wise values of a1 in the degradation function?
I have attached the a1 values and the MOOSE script related to a1 values as well.
Any help or suggestions would be greatly appreciated!
a1_values.csv
Beta Was this translation helpful? Give feedback.
All reactions