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
I would like to use mach-aero to run a test case to optimize radius for a circle or a sphere. The only demand is that object still remains circle (or sphere ) after deformation. If the case is a sphere, can I just build a 8 points FFD box and only move one point to control radius variation? I notice there is an addCircularityconstraints() function in DVCon.py to control the section as circularity, but the radius is needed, which means, as I understand so far, to contraint the radius to a constant value. If my understanding was right, the addCircularityconstraints() function fix the radius that cannot vary with optimization anymore and thus the optimization for the radius will be fail.
Can I make the argument radius in addCircularityconstraints() as a shape variable? Or Is there anyother way to only control the radius of a sphere as a shape variable?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to use mach-aero to run a test case to optimize radius for a circle or a sphere. The only demand is that object still remains circle (or sphere ) after deformation. If the case is a sphere, can I just build a 8 points FFD box and only move one point to control radius variation? I notice there is an addCircularityconstraints() function in DVCon.py to control the section as circularity, but the radius is needed, which means, as I understand so far, to contraint the radius to a constant value. If my understanding was right, the addCircularityconstraints() function fix the radius that cannot vary with optimization anymore and thus the optimization for the radius will be fail.
Can I make the argument radius in addCircularityconstraints() as a shape variable? Or Is there anyother way to only control the radius of a sphere as a shape variable?
Best wishes
Beta Was this translation helpful? Give feedback.
All reactions