Skip to content

During damage simulation,why prompt "dataset "phi" not found" #14

Answered by hyharry
tutfighting asked this question in Q&A
Discussion options

You must be logged in to vote

You probably forgot to specify the initial condition in your vti file. This can be simply done by the following snippet

g = damask.GeomGrid.load(fn_vti)
g.initial_conditions['phi'] = 1
g.save(fn_vti)

with this updated fn_vti file, you can start your damage simulation.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@tutfighting
Comment options

@hyharry
Comment options

@TranMHoang
Comment options

Answer selected by tutfighting
Comment options

You must be logged in to vote
6 replies
@SunW317
Comment options

@SunW317
Comment options

@hyharry
Comment options

@SunW317
Comment options

@hyharry
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants