During damage simulation,why prompt "dataset "phi" not found" #14
-
Material.yaml:homogenization: phase:
material:
tensionX.yaml:solver: loadstep:
and the .vti is the 20grains16x16x16.vti in the example grid files |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
You probably forgot to specify the initial condition in your g = damask.GeomGrid.load(fn_vti)
g.initial_conditions['phi'] = 1
g.save(fn_vti) with this updated |
Beta Was this translation helpful? Give feedback.
-
Minimum|Maximum|Delta Damage = 1.000000 1.000000 0.0000E+00 =========================================================================== ┌─────────────────────────────────────────────────────────────────────┐ |
Beta Was this translation helpful? Give feedback.
You probably forgot to specify the initial condition in your
vti
file. This can be simply done by the following snippetwith this updated
fn_vti
file, you can start your damage simulation.