I am fairly new to OpenSEES so there are some things I am not sure how to do in OpenSEES.
I'd like to model the bending moment along a vertical steel pipe. To do that, I am modeling the pipes as force beam column elements.
I used a simple elastic section for the beam to setup the script, but now I'd like to use Steel01 uniaxial material to model the pipe. However, I don't know which section to use since force beam column elements don't have material tag as input.
My first guess would be to use an aggregator and use the same material tag for all quantities. Something like:
Code: Select all
ops.section("Aggregator", 1, mat_tag, "P", mat_tag, "Mz", mat_tag, "Vy")
Thanks for your help!