Replies: 1 comment 2 replies
-
Unsteady problems with some types of deforming grids need to read the old position of the mesh because the grid velocity is computed with finite differences. It's a bit of a mess and it could probably be done by reading the coordinates in the "normal restart". If you want to try doing something about it we can talk about it next Wednesday at 4pm CET https://meet.jit.si/SU2_DevMeeting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am trying to restart an unsteady RANS 2nd order dual-time stepping simulation. I set READ_BINARY_RESTART=YES but it searches for the .csv restart file. This happens whenever I put SOLUTION_FILENAME equal to name.dat or just name.
If name_0000x.dat exists in the folder then it crashes in CSolver::Restart_OldGeometry, saying that there is no name_0000x.csv . But if name_0000x.dat does not exist, then it fails in CSolver::Read_SU2_Restart_Binary, saying that there is no name_0000(x-1).dat (as expected).
I have uploaded the mesh, the config, and the restart files.
https://polimi365-my.sharepoint.com/:f:/g/personal/10507725_polimi_it/ErBtq0WVe45Eq_PFxKVQsFQBiYVWBoAoGURCxEBdkR3tAA?e=QODQkw
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions