whats does "$eleTag2" in "eleLoad -range" command mean?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
ismailqeshta
Posts: 115
Joined: Mon Feb 20, 2017 1:19 am
Location: RMIT University, Melbourne, Australia

whats does "$eleTag2" in "eleLoad -range" command mean?

Post by ismailqeshta » Tue Sep 12, 2017 7:32 am

Hi,

I want to double-check if anyone has ever used the eleLoad for point load.

Regarding the "$eleTage2", I found that if we are applying the point load within the same element, then it should be the same tag as "$eleTag1". I get error message if I ignore the "eleTag2", in the command line.

In summary, my question is that what does $eleTage2 refer to in the following command?
eleLoad -range $eleTag1 $eleTag2 -type -beamPoint $Py $Pz $xL <$Px>

Thank you.

Jhno
Posts: 214
Joined: Sat May 05, 2012 2:55 pm
Location: Laval

Re: whats does "$eleTag2" in "eleLoad -range" command mean?

Post by Jhno » Tue Sep 12, 2017 10:35 am

It mean you can apply this command to multiple element.
So if you have three element, that you defined previously, and want to use the command, you simply go ele 1 ele2 ele 3 instead of typing the whole command over for each element.

ismailqeshta
Posts: 115
Joined: Mon Feb 20, 2017 1:19 am
Location: RMIT University, Melbourne, Australia

Re: whats does "$eleTag2" in "eleLoad -range" command mean?

Post by ismailqeshta » Tue Sep 12, 2017 4:45 pm

Hi Jhno,

Thanks for your reply.

How about if I only have one element?

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

Re: whats does "$eleTag2" in "eleLoad -range" command mean?

Post by fmk » Tue Sep 19, 2017 5:40 am

don't be dense .. don't use the range option!

ismailqeshta
Posts: 115
Joined: Mon Feb 20, 2017 1:19 am
Location: RMIT University, Melbourne, Australia

Re: whats does "$eleTag2" in "eleLoad -range" command mean?

Post by ismailqeshta » Tue Sep 19, 2017 6:39 am

Hi Frank,

Thanks for your answer.

I need to use it to apply point loads on the same model. Are there other options to apply point loads other than nodal loads?

I am already using eleLoad -range. I have tested it and it provided acceptable results. I only had to write "$eleTag1" twice for the single element in order to avoid the message error.

Post Reply