Restart file format for unsteady rotating frame simulations #2355
Unanswered
koodlyakshay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running an unsteady rotating frame simulation with the flow solver. When I try to restart simulations, I get the error
restart_flow_00<iter>.csv file not found
. I was surprised why the.csv
file is needed here.Tracking the origin of the error in the code, I see it is coming from the routine
Restart_OldGeometry
which is apparently only called in the conditiondual_time && grid_movement && (not) deform_mesh && (not) rigid motion
in the routineLoadRestart_impl
. TheRestart_OldGeometry
(inCSolver.cpp
) routine forcibly appends the.csv
to the filename.Is there some workaround for this? Is there a config option to write a csv file when running the simulations? I prefer to use the binary restarts since the mesh is quite large and I don't want to have too many very large restart files.
Thanks in advance.
Akshay
Beta Was this translation helpful? Give feedback.
All reactions