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
Describe the bug
When I employed the pitching movement, I found the angular velocity has something wrong. So I checked the code of grid movement (can be seen in SU2/COMMON/src/grid_movement/CVolumetricMovement.cpp, line 2069). It seems the expression of angular velocity does not contain the initial phase.
At line 2063-2065, we can see that the expression of pitching angle considers the initial phase, like, "angle=Ampl * sin(Omega * Time + Phase)". Therefore, shouldn't the angular velocity is "AlphaDot = Omega * Ampl * cos(Omega *Time + Phase)" ? However, there is no Phase parameter in the expressions at line 2069-2071. I think it is a small bug.
Desktop (please complete the following information):
SU2 Version: [v7.3.1]
The text was updated successfully, but these errors were encountered:
Describe the bug
When I employed the pitching movement, I found the angular velocity has something wrong. So I checked the code of grid movement (can be seen in SU2/COMMON/src/grid_movement/CVolumetricMovement.cpp, line 2069). It seems the expression of angular velocity does not contain the initial phase.
At line 2063-2065, we can see that the expression of pitching angle considers the initial phase, like, "angle=Ampl * sin(Omega * Time + Phase)". Therefore, shouldn't the angular velocity is "AlphaDot = Omega * Ampl * cos(Omega *Time + Phase)" ? However, there is no Phase parameter in the expressions at line 2069-2071. I think it is a small bug.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: