You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the operation of SU2, I noticed that the Mach_Number (and the corresponding Mach_Motion) can only enter a fixed value in the configuration file, but I want the free-stream velocity to vary slightly over time. When I input a slightly changed function (wave) it produces the following error:
Error in "void CConfig::SetConfig_Parsing(std::istream&)":
-------------------------------------------------- -----------------------
MACH_NUMBER: multiple values for type su2double
------------------------------ Error Exit ------------------ -------------
I'm wondering if it's possible to set time-dependent free-stream velocity (Mach_Number), if hardcoded. Which file is related to this variable?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the operation of SU2, I noticed that the Mach_Number (and the corresponding Mach_Motion) can only enter a fixed value in the configuration file, but I want the free-stream velocity to vary slightly over time. When I input a slightly changed function (wave) it produces the following error:
I'm wondering if it's possible to set time-dependent free-stream velocity (Mach_Number), if hardcoded. Which file is related to this variable?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions