-
Notifications
You must be signed in to change notification settings - Fork 920
Fix fixed CL mode when sideslip is not 0 #1302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TobiKattmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this fix and chore 💐 So take my approval, although I would like to have the original discussion author @nikenuaa report that it fixes his problem.
SU2_CFD/src/solvers/CEulerSolver.cpp
Outdated
| Vel_Infty[2] = sin(AoA*PI_NUMBER/180.0)*cos(Beta*PI_NUMBER/180.0)*Vel_Infty_Mag; | ||
| else { | ||
| Vel_Infty[0] = cos(AoA)*cos(AoS)*Vel_Infty_Mag; | ||
| Vel_Infty[1] = sin(AoS)*Vel_Infty_Mag; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Related Work
#1298
#1301
#1171 <- remove dead code