🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Displacement constraints for shape optimization

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi,

 

After doing the HyperMesh morphing tutorials and the Optistruct shape optimization tutorials, I created a shape optimization file on my own.

It consists of a cylindrical cantilever which is loaded sideways at the free end. The goal is to find an optimized cross section.

 

The inner part remains unchanged, for the outer part (connected using equivalence) three different shapes are defined (elliptical morphing along x, along y and circular stretching).
When minimizing the volume of the cantilever while limiting the stress in z-direction, the expected elliptical cross section results and the optimization constraint is fulfilled:

 

Shape_opt_stress_constr.png

 

 

When limiting the displacement in load direction at the end of the cantilever, the cross section shrinks to a circle of minimum diameter and the displacement is much larger than the specified 0.15.

 

Shape_opt_disp_constr.png

 

 

Isn't it possible to use displacement dconstraints for shape optimization? The solver (Optistruct) doesn't recognise the constraint violation and minimizes the volume to the extreme, leading to very high displacements.

 

Shape_opt_disp_constr_solver.png

 

Thanks in advance for any inputs.

 

Unable to find an attachment - read this blog

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    The displacement constraint is defined for node 2 of your model, but node 2 is a temp node that is not attached to any structure.  Since this node never moves the optimizer can take all design variables to their minimum values and still meet the constraint.  I think you want the constraint to apply to node 962 of the model.

     

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    The displacement constraint is defined for node 2 of your model, but node 2 is a temp node that is not attached to any structure.  Since this node never moves the optimizer can take all design variables to their minimum values and still meet the constraint.  I think you want the constraint to apply to node 962 of the model.

     

    Thanks for your input, the model now works as desired.