error can`t find option attribute

Post Reply
jingji10
Posts: 14
Joined: Wed Aug 31, 2022 7:22 am

error can`t find option attribute

Post by jingji10 » Tue Sep 27, 2022 3:48 am

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
Attachments
tg.7z
(95.96 KiB) Downloaded 160 times
123.png
123.png (16.59 KiB) Viewed 1964 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: error can`t find option attribute

Post by STKO Team » Tue Sep 27, 2022 7:54 am

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 1962 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 1962 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

jingji10
Posts: 14
Joined: Wed Aug 31, 2022 7:22 am

Re: error can`t find option attribute

Post by jingji10 » Thu Sep 29, 2022 2:15 am

DEAR STKO Team,

Thank you for your response.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: error can`t find option attribute

Post by STKO Team » Fri Sep 30, 2022 7:18 am

You're welcome

Post Reply