:D how can I get one section' displacement?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
huyuntian
Posts: 10
Joined: Sun Sep 28, 2014 6:41 pm

:D how can I get one section' displacement?

Post by huyuntian »

Hey everyone,

I have a simple question.
I know that I can use command like below to record certain section's deformation,

recorder Element -file xx.out -time -ele 1 section $i deformation

the sections are defined previously as one IntgrPts.

But how can I get one section' displacement?
I ask this question because i want to plot the element's deformed shape.

Thanks.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: :D how can I get one section' displacement?

Post by fmk »

you cannot obtain it using recorders. if you are using displacement based elements you can calculate it directly knowing nodal displacements. this is not possible for the beam column element.
huyuntian
Posts: 10
Joined: Sun Sep 28, 2014 6:41 pm

Re: :D how can I get one section' displacement?

Post by huyuntian »

fmk wrote:
> you cannot obtain it using recorders. if you are using displacement based
> elements you can calculate it directly knowing nodal displacements. this is
> not possible for the beam column element.

Thanks for your kindly reply.
BTW, does Opensees have variable cross-section element?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: :D how can I get one section' displacement?

Post by fmk »

yes .. for the force beam element you can provide different sections along the element length .. have a look at:
http://opensees.berkeley.edu/wiki/image ... nTypes.pdf
Post Reply