Inquiry about Airfoil Optimization Constraints #580
MachAeroDeveloper
started this conversation in
General
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems that you want to minimize the drag. And you also want to control the lift to be within a range. It is doable in DAFoam, just set lower and upper bounds for the lift constraint. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Unfortunately, we provide support only for how to use DAFoam. We won't be able to provide suggestions on how to best set up your optimization.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear friedenhe,
I am currently working on airfoil optimization using the provided DAFoam script, and I have a few inquiries regarding the constraints set in the optimization process.
Constraint Parameters:
I noticed that in the script, the constraints for shape, thickness, and volume are set with lower and upper bounds. Specifically, for the shape constraint, the bounds are set as lower = -1 and upper = 1. I am curious to know if these values are constant for all types of airfoils, or if they are calculated dynamically based on certain considerations.
Similarly, for the thickness and volume constraints, I would like to understand if the lower and upper bounds (-1 and 1, respectively) are universal for various airfoil simulations, or if there is a calculation involved that tailors these values to specific cases.
Adjusting Lift Constraint Range:
In the optimization process, I am interested in adjusting the range for the lift constraint. Could you please guide me on how I can modify the lower and upper bounds for the lift constraint to better suit my specific requirements?
Extracting Optimized Airfoil Profile:
Lastly, after the optimization process is complete, I would like to know how I can extract the newly optimized airfoil profile. Could you provide insights or steps on accessing and saving the optimized geometry for further analysis?
I appreciate your assistance and guidance on these matters. Your expertise will be invaluable in ensuring a successful and tailored airfoil optimization process.
Thank you for your time, and I look forward to your response.
Best regards,
Jamal Ali
Beta Was this translation helpful? Give feedback.
All reactions