i want to output the force and deformation of a section which is at the base of a column. the column has 5 integer points. in the EXAMPLE 3.3 of opensees example primer, it's use the script follow:
# Create recorders to monitor section forces and deformations
# at the base of the left column
recorder Element -time -file ele1secForce.out -ele 1 section 1 force
recorder Element -time -file ele1secDef.out -ele 1 section 1 deformation
i know the ele1 stand for the left column, and the section 1 is the column section id, the aim of the script is to output the base section.but i can't understand that the script how to tell the base and the top section?
how to output this section force
Moderators: silvia, selimgunay, Moderators