Dear my friends,
I am running a simulation using write/read_restart. When using read_restart, I want to resize the domain of simulation created in the RESTART FILE. Is there any solution for this case ?
Thanks,
Regards,
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
Daniel Queteschiner | Thu, 04/13/2017 - 12:32
change_box command
You may use the change_box command
https://www.cfdem.com/media/DEM/docu/change_box.html
Nathan | Mon, 04/17/2017 - 02:23
Cannot change
Hi Daniel,
Thanks for your hint. Unfortunately I am using restart_file, so it seems to not work properly. The error as follows:
ERROR: Cannot change_box after reading restart file with per-atom info (.../change_box.cpp:84)
Do you have any solution for this ?
Regards,
Daniel Queteschiner | Tue, 04/18/2017 - 11:41
Run 1 before change_box
If I remember correctly, it should work fine if you run a single time step (i.e.
run 1
) after read_restart and before change_box.Nathan | Thu, 04/20/2017 - 01:17
Work perfect
HI Daniel,
You are right, change_box works well after a small run. Many thanks for your hints.
Best regards,