Unsteady Restart resets current time #2071
kursatyurt
started this conversation in
General
Replies: 1 comment 1 reply
-
We could report the Current time as |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When I restarted an unsteady problem, I noticed that the "Cur_Time" is not recovered.
For instance, I have a pitching airfoil and I am calculating the effective angle of attack based on time using
where a_0 is the mean angle of attack and a_1 is the amplitude of pitching.
As pitching is calculated from
time_iter
anddt
if one does not changedt
it is not a problem, however, one loses the connection between time and pitching/plunging motion. (I just realize when I am writing this I can usetime_iter
to recover this information but I still want to keep discussion open)What should be the expected behavior from the CFD software resetting time or continue?
Beta Was this translation helpful? Give feedback.
All reactions