Analysis

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

Moderators: silvia, selimgunay, Moderators

ehsanala
Posts: 48
Joined: Wed Nov 14, 2012 12:27 am

Analysis

Post by ehsanala » Mon Nov 04, 2013 12:59 am

hello

I made the model wih damper.the model to run with algorithm linear and Model will converge . If the model without damper to analyze ,with algorithmNewton will converge. what is problem ?
the comparison of the two models is correct?

If dt of earthquake is equal to 0.02.and to reduce dt of analysis equal 0.001.analysis is correct?

thanks

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

Re: Analysis

Post by fmk » Mon Nov 04, 2013 8:55 am

you need to rephrase the question.

ehsanala
Posts: 48
Joined: Wed Nov 14, 2012 12:27 am

Re: Analysis

Post by ehsanala » Wed Nov 06, 2013 4:37 am

hi

I built a structural model with damper. Algorithm is only linear convergence is analyzed. But when Newton algorithm to analyze the structure without damper works. Comparing the two models is correct?

thanks

mhscott
Posts: 874
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Analysis

Post by mhscott » Wed Nov 06, 2013 7:54 am

Look at the time history response using the two algorithms ... you should see some differences. The linear algorithm should only be used for very small time steps because it is explicit.

nhemafukiganesh
Posts: 3
Joined: Mon Jan 28, 2013 3:25 am

Pushover result in OpenSees 2.4 and 2.4.2

Post by nhemafukiganesh » Fri Nov 08, 2013 4:15 am

I've a 3 story RC building model for pushover analysis which was carried out in Opensees 2.4 version, 32bit Windows 7 computer. The curve Base Shear vs top story displacement was plotted.
Now I've new computer with Window 8, 64bit computer. And I run the same model using latest version OpenSees 2.4.2. The result Base Shear vs top story displacement different than previous analysis.
Further,
1) When I analyzed the Pushover analysis before in 1st computer the analysis stop within 300mm of control node disp, but now it does not stop rather it runs more than 500mm.

2) The Pushover curve is so smooth and high base shear in 2nd analysis than in previous.
Is it due to newer version of OpenSees or due to 64 bit computer? How these different curve generated? I'm confused which analysis should I consider for my research work? Your help would be appreciated. Thank you.

brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Re: Analysis

Post by brag006 » Fri Nov 08, 2013 1:04 pm

are you sure you didn't change anything? Can you post the code please

nhemafukiganesh
Posts: 3
Joined: Mon Jan 28, 2013 3:25 am

Re: Analysis

Post by nhemafukiganesh » Thu Nov 14, 2013 3:51 pm

brag006 wrote:
> are you sure you didn't change anything? Can you post the code please
The files are same but just run in Opensees 2.4 and Opensees 2.4.2. My model is not in single file, it contain 6 files. How to upload file here? I don't know. If I just paste the code of each file it's very large and even it does not run in Opensees. If any body interested in solving this problem I can provide the files. Thank you.
Last edited by nhemafukiganesh on Thu Nov 14, 2013 4:14 pm, edited 1 time in total.

brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Re: Analysis

Post by brag006 » Thu Nov 14, 2013 5:01 pm

send your files to my email. My email is my forum user name at aucklanduni.ac.nz

nhemafukiganesh
Posts: 3
Joined: Mon Jan 28, 2013 3:25 am

Re: Analysis

Post by nhemafukiganesh » Sat Nov 16, 2013 3:01 pm

What is your email address? The following is error in yahoo when I try to send email in your address, (aucklanduni.ac.nz).
Invalid Address
We cannot find a match for this email address:

aucklanduni.ac.nz

Please use an email address that looks like user@example.com or a nickname or a distribution list name from your Yahoo7 contacts.

brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Re: Analysis

Post by brag006 » Sat Nov 16, 2013 8:20 pm

yea before aucklanduni.ac.nz add my username - brag006

civil
Posts: 54
Joined: Sat May 25, 2013 3:44 am

Re: Analysis

Post by civil » Mon Nov 18, 2013 12:29 pm

dear frank
please sau us about this problem. why the results are different in opensees 2.4.0 & 2.4.2?

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

Re: Analysis

Post by fmk » Mon Nov 18, 2013 5:08 pm

the problem may have been due to the fact that someone modified the default integration rule associated with the dispBeam and forceBeam (nonlinearBeam) column elements. While the change to the default beamColumn was necesseary, given a typical use was to replace a single forceBeamColumn elements with many dispbeamColumn elements , it was not intended to also be the default for the forceBeamColumn.

Version 2.4.3 which I just put out to remedy this, returns the default behaviour to the forceBeamColumn. If you are using the dispBeamColumn and what the old behaviour, you must use the -integration Lobotto option.

mhscott
Posts: 874
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Analysis

Post by mhscott » Mon Nov 18, 2013 6:58 pm

Use the 'print ele $eleTag' command to make sure you have the right integration rule. Should be Legendre for dispBeamColumn and Lobatto for forceBeamColumn (nonlinearBeamColumn)

civil
Posts: 54
Joined: Sat May 25, 2013 3:44 am

Re: Analysis

Post by civil » Sat Nov 30, 2013 12:37 pm

dear mhscott and other friends

I use dispBeamColumn element in opensees version 2.4 and when i use print ele $eleTag command, it is Lobatto.

1) Did you mean Lobatto and dispBeamColumn element is wrong?
2) Are my analysis results wrong in this case?
3) how can we define Lobatto or Legendre for elements?
I dont change anything in the commamd and use e.g.
element dispBeamColumn 1 1 2 10 4 1

civil
Posts: 54
Joined: Sat May 25, 2013 3:44 am

Re: Analysis

Post by civil » Wed Dec 11, 2013 2:36 pm

civil wrote:
> dear mhscott and other friends
>
> I use dispBeamColumn element in opensees version 2.4 and when i use print
> ele $eleTag command, it is Lobatto.
>
> 1) Did you mean Lobatto and dispBeamColumn element is wrong?
> 2) Are my analysis results wrong in this case?
> 3) how can we define Lobatto or Legendre for elements?
> I dont change anything in the commamd and use e.g.
> element dispBeamColumn 1 1 2 10 4 1

please answer this question
thanks in advanse

Post Reply