Page 1 of 1

error can`t find option attribute

Posted: Tue Sep 27, 2022 3:48 am
by jingji10
dear stko team
1、I create a model but can`t analysis. the error is can`t find option atrribute .I can`t find where is the error.
I attached the model.
2、if in beam setion property, I select userdefined .the positons & weights select which one I need to defined before ?
thank you

Re: error can`t find option attribute

Posted: Tue Sep 27, 2022 7:54 am
by STKO Team
1、I create a model but can`t analysis. the error is can`t find option atrribute .I can`t find where is the error.
I attached the model.
If you expand the error trace-back, you will see it belongs to the force beam column:
beam-error-1.png
beam-error-1.png (74.85 KiB) Viewed 1964 times

You assigned a fiber section directly to an edge. This is not allowed. You should assign the beam section property instead:
beam-error-2.png
beam-error-2.png (64.99 KiB) Viewed 1964 times

After this you will see that your model will converge to unrealistic results. it's because you are using a too large tolerance in Energy norm. I made it smaller and I used the NormDispIncr, and your model was not converging at all.
Finally the issue is the -GJ in fiber section. You assigned a value that is too small!! (100)

The order of magnitude of the J modulus of your section is 10, and the order of magnitude of G is 4. so you can use -JG = 1.0e14

Now it will work:
tg.zip
(138.41 KiB) Downloaded 159 times

Re: error can`t find option attribute

Posted: Thu Sep 29, 2022 2:15 am
by jingji10
DEAR STKO Team,

Thank you for your response.

Re: error can`t find option attribute

Posted: Fri Sep 30, 2022 7:18 am
by STKO Team
You're welcome