Assigning Uniform Load to the 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
Araj
Posts: 26
Joined: Thu Jul 15, 2004 5:20 am

Assigning Uniform Load to the Elements

Post by Araj »

Hello !!!

Is there a command to assign uniform load (or any other forms of load) in the transverse direction to the element (Like the gravity loads on beams).

The OpenSees User Manual and Examples document only assigning the Concentrated loads at Nodes. I found following command while searching but not sure of its full function.

elasticBeamColumn, forceBeamColumn (nonlinearBEamColumn) and dispBeamColumn
elements all handle ele loads:

syntax for 2d:

eleLoad -ele eleTag1? eleTag2? -type -beamUniform Wz? <Wx>
eleLoad -ele eleTag1? eleTag2? -type -beamPoint Pz? %x? <Px>

were x axis is along the member.

Any help in this regard shall be appreciated.

Thank you.

With regards,
Aloke
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

which type of elements do you want to apply the load to?
Araj
Posts: 26
Joined: Thu Jul 15, 2004 5:20 am

Post by Araj »

I wish to use "element nonlinearBeamColumn" and "element beamWithHinges" commands.

But it will better to know about this option to all types of elements.

Thanks.

With Regards,

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

Post by fmk »

well the 2 commands you already have should work for all beam column elements .. they of course make no sense for other elements; to date no other element loads have been written for other types of elements.
Araj
Posts: 26
Joined: Thu Jul 15, 2004 5:20 am

Post by Araj »

Thanks Frank, I figured it out.
Post Reply