Skip to content
Discussion options

You must be logged in to vote

Dear @Traiwit

In general, every MaterialProperty defined in the code can be initialised from a previous file.
For instance we add the following in the [AuxVariables] block of the restart input file to initialise a stress component:

[./stress_xx]
order = CONSTANT
family = MONOMIAL
initial_from_file_var = stress_xx
initial_from_file_timestep = 620
[../]

We have to do this for all the components.
If the above block is used, the standard initialisation in the material object is skipped.
You will need to do that for your: stress_old, strain_mech, strain_mech_old

So in general, if you want to restart a material model, you need to define in the initial input file
all the material properties that…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@Traiwit
Comment options

Answer selected by GiudGiud
Comment options

You must be logged in to vote
0 replies
Comment options

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

@sapitts
Comment options

sapitts Mar 17, 2021
Collaborator

@aeslaughter
Comment options

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