🎉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

Changing Constraints Every Iteration During Size Optimization

User: "Crashphys"
Altair Community Member
Updated by Crashphys

Hi,

 

I am doing a size optimization of a sandwich composite for thickness. The thing is, every time you change the thickness the stress constraints change with the design variables. Is there any way to address this issue in the software? For example, my stress constraint in a ply might be 423 MPa, but that stress constraint may drop if the thickness is changed to 300 MPa, so the stress constraint cannot be fixed.

 

 

Edit2: Also, if possible, how can you adjust stress constraints based on element size/area?

 

Thanks in advance!

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    Could you pleas make sure to keep elements that are part of the optimization design-space must have a separate property card from the non-design elements.
     

    User: "Crashphys"
    Altair Community Member
    OP
    Updated by Crashphys

    Hi Rahul,

     

    Can you please clarify? Each structural element I have has its own property. I have 7 properties I am optimizing for, each with their own stress constraints. The thing is, for 5 of them my stress constraint is equal to some multiple of their thickness, so their stress constraint changes with the design variables. Is it possible to relate a design variable to the stress cosntraints?

    User: "Robert Lawson"
    Altair Community Member
    Updated by Robert Lawson

    Crashphys - 

    You can't accomplish exactly that, but here's a work-around.  Create a DRESP1 with your stress response.  Then create a DRESP2 with DEQATN.  Pass the stress response and the property thickness (assuming this is a DESVAR) to the DEQATN.  I'm not sure if you intend a linear relationship or something else.  But your DRESP2/DEQATN could be written such that your stress responses is adjusted for thickness (or some function of thickness).  Then constrain that stress with DCONSTR.  

    - Robert

    User: "Crashphys"
    Altair Community Member
    OP
    Updated by Crashphys

    Thank you very much for the suggestion. I will try it an report back for future users.

    User: "Crashphys"
    Altair Community Member
    OP
    Updated by Crashphys

    In case anyone is ever wondering, I finally got around to trying this and Robert's answer works.

     

    Thanks Robert!