records of Zero-Length elements

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

Moderators: silvia, selimgunay, Moderators

Post Reply
WAELL
Posts: 8
Joined: Fri Aug 05, 2005 10:26 pm

records of Zero-Length elements

Post by WAELL »

Hello all

I am using Zero-Length element to describe the relation between two points in the same location. I assigned two different materials in two different directions to describe the behaviour between the two points.

Now, I am trying to get the record of the zero-Length element in the two directions to see if the element fails in each direction or not......but I do not know how?!!!!!!

Do you know how to get the records of Zero-Length elements?!!!!!!

Regards
Waell Abou Elmagd
PhD Student
McMaster University
Canada
Haraldinho
Posts: 4
Joined: Thu Apr 19, 2007 4:44 pm

Post by Haraldinho »

If you use a zero length element and like to record force and deformation for element numbers 4 and 5:

recorder Element -file NameOfOutputFile.out -time -ele 4 5 force
recorder Element -file NameOfOutputFile.out -time -ele 4 5 deformation

If you use a zero length section element:

recorder Element -file NameOfOutputFile.out -time -ele 4 5 section force
recorder Element -file NameOfOutputFile.out -time -ele 4 5 section deformation

more information on:
http://opensees.berkeley.edu/OpenSees/m ... index.html


-Harald
Post Reply