During the damage simulation, no damage result was output,My yaml file is as follows #9
-
homogenization: phase: material:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Did you forget to set a solver for your damage field? Normally you can do that along with your mechanical solver like this in your
|
Beta Was this translation helpful? Give feedback.
-
Thank you!
In my results only the damage driving force (f_phi) is output, but there is no damage (phi) output.Is this because my material.yaml file settings are wrong?
…---- Replied Message ----
| From | ***@***.***> |
| Date | 4/4/2024 22:26 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [eisenforschung/DAMASK] During the damage simulation, no damage result was output,My yaml file is as follows (Discussion #9) |
Did you forget to set a solver for your damage field? Normally you can do that along with your mechanical solver like this in your load.yaml file.
solver: {mechanical: spectral_basic, damage: spectral}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
if you are using the official homogenization:
SX:
N_constituents: 1
mechanical: {type: pass}
damage:
output: [phi]
type: pass |
Beta Was this translation helpful? Give feedback.
-
I really appreciate your help!
…---- Replied Message ----
| From | ***@***.***> |
| Date | 4/5/2024 21:13 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [eisenforschung/DAMASK] During the damage simulation, no damage result was output,My yaml file is as follows (Discussion #9) |
@TAIYONGZOU Hello, if you think my answer solves your problem, please mark my reply as answer. This will also help the others.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Dear DAMASK team:
I want to simulate phase field damage, how should I set up the material.yaml file?
…---- Replied Message ----
| From | ***@***.***> |
| Date | 4/4/2024 22:26 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [eisenforschung/DAMASK] During the damage simulation, no damage result was output,My yaml file is as follows (Discussion #9) |
Did you forget to set a solver for your damage field? Normally you can do that along with your mechanical solver like this in your load.yaml file.
solver: {mechanical: spectral_basic, damage: spectral}
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I got it! Thank you
…---- Replied Message ----
| From | ***@***.***> |
| Date | 4/8/2024 17:31 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [eisenforschung/DAMASK] During the damage simulation, no damage result was output,My yaml file is as follows (Discussion #9) |
The damage simulation in DAMASK is already a phase-field formulation. Pls refer to the DAMASK paper.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
if you are using the official
damask3
, you can specify damage output in thehomogenization
block of yourmaterial.yaml
, e.g.