Skip to content

Error 402 followed by Error 100 in DAMASK simulation #72

Answered by ruanqc
LeoDanninger asked this question in Q&A
Discussion options

You must be logged in to vote

hi, Leo,
in your error 100

 │ could not open file:                                                │
 │ TiTeste2_restart.hdf5 

which indicates your missing your restart output file "TiTeste2_restart.hdf5", for restart you should defined restart output freequncy through " f_restart: N_r in load yaml file, eg.,

 solver: {mechanical: spectral_basic}
loadstep:
- boundary_conditions:
    mechanical:
      dot_F:
      - [0.001, 0, 0]
      - [0, x, 0]
      - [0, 0, x]
      P:
      - [x, x, x]
      - [x, 0, x]
      - [x, x, 0]
  discretization: {t: 125, N: 1250, r: 1.0}
  f_out: 625
  f_restart: 625  # evry N_restart increment to write to the restart file

when run the simulation command:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LeoDanninger
Comment options

@ruanqc
Comment options

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