How to give different geometrical constraints along the chord of the airfoil? #112
usmanshahid90
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, you can setup two sets of leList and teList and add volume and thickness constraints for the two portions. Something like: first portionDVCon.addVolumeConstraint(leList1, teList1, nSpan=2, nChord=10, lower=1.0, upper=3, scaled=True) second portionDVCon.addVolumeConstraint(leList2, teList2, nSpan=2, nChord=10, lower=1.0, upper=3, scaled=True) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to give different geometrical constraints along the chord of the airfoil?
For example:
Or in other words, I am aiming to put weights that which portion of airfoil can be perturbed more and which should be perturbed less.
Kindly guide me in this regard.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions