How to Restart with the Tensor Mechanics Master Action System #28944
-
Hello! I am currently working on a two-step solid mechanics simulation, where the stress distribution obtained from the first simulation is mapped to a second model for further computation (both models share identical meshes). I am encountering two issues and would appreciate your assistance:
I actually specified Thank you for your help in advance and look forward to your reply! Best regards,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello The stresses are material properties which are not restarted using ICs or using initial_from_file_var parameters. This second error will likely go away if you switched your syntax to the Physics syntax. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
The stresses are material properties which are not restarted using ICs or using initial_from_file_var parameters.
Your best bet is to use Checkpoint restart
https://mooseframework.inl.gov/application_usage/restart_recover.html
This second error will likely go away if you switched your syntax to the Physics syntax.
If it does not, it's asking for diplacements to be nested under Master/ instead of under Master/all
Guillaume