how to output this section force

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
ocean2000
Posts: 15
Joined: Sat Nov 19, 2005 12:59 am
Location: tianjin university

how to output this section force

Post by ocean2000 »

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?
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

the section number corresponds to the integration point, starting with i=1 at node i, and i=n at node j.

hope this helps.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
ocean2000
Posts: 15
Joined: Sat Nov 19, 2005 12:59 am
Location: tianjin university

Post by ocean2000 »

thank you silva.
Post Reply