Dear SKTO team,
I am trying to model a post-tension bar, I used steel01 material and initialstrain material to add PT force, then assigned truss element. When I run the model the error said physical property must be section, I added a section in special purpose, Do you have any ideas to fix the issue?
Thanks,
Da
physical property must be section not special purpose
physical property must be section not special purpose
- Attachments
-
- error.png (106.85 KiB) Viewed 1741 times
-
- PT.zip
- (86.57 KiB) Downloaded 167 times
Re: physical property must be section not special purpose
It's because you are using a corotTrussSection, which expects a section (like a fiber section for composite trusses).
In your case you just need a corotTruss:
In your case you just need a corotTruss:
Re: physical property must be section not special purpose
Thanks! working now
Re: physical property must be section not special purpose
you're welcome