Shape Optimization in MACH-Aero framework/ADFLOW/pyOptSparse #9363
Unanswered
bhargavisrinivas666
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am afraid I am of not much help here. Is this a PyG issue? |
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
-
I have done aerodynamic shape optimization of a wing successfully, But I 'm struggling to do wing optimization by including body/fuselage. I want to optimize the wing by keeping the body/fuselage. I generated surface mesh of my geometry in pointwise and volume mesh in pyHYP by using overset approach. I used the same flow and optimizations conditions as I used for wing alone case.I added FFD points of body FFD box as fixed.by using addLocationConstraint().
I'm getting this below error. Once the baseline geometry aerodynamic analysis is done.
Run-time error in procedure metric
Error message: Negative volumes present in grid.
What might be the reason for this error,As there are no negative volumes in my input mesh?
Can anyone help me with this?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions