BaseLine

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

Moderators: silvia, selimgunay, Moderators

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

BaseLine

Post by Jhno » Tue May 22, 2018 9:23 am

Hi, is there a way to do a baseline correction when refining the time steps or do I have to manually edit the time serie? Thanks!

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: BaseLine

Post by selimgunay » Tue May 22, 2018 11:12 am

Do you mean on the ground motion input? You need to do that externally somewhere else

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

Re: BaseLine

Post by Jhno » Tue May 22, 2018 4:43 pm

So that mean I cannot use the VariableTransient analysis and have to get a time serie as long as necessary to accomodate the smallest time steps of the dynamic problem??
That is time consuming..

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

Re: BaseLine

Post by fmk » Wed May 23, 2018 2:15 am

the dt of the analysis and the steps in the Path times series do not have to be the same .. OpenSees just uses linear interpolation to get the timeseries value at whatever time the domain is at.

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

Re: BaseLine

Post by Jhno » Wed May 23, 2018 5:54 am

Yes, I do understand this.
However, say I have a ts defined at timesteps of 0.002. I baseline correct it and then feed it to the algorithm and it produce the expected acceleration.
I do a linear interpolation from this ts to get a new ts defined at 0.001 and then I feed it to the algorithm without baseline correction.
I do get spurious acceleration (oscillation between + and - value). The more I refine the initial timeserie, the more I get this.
I guess it produce the same thing in OS as when I record my acc to the node where I prescribe the motion I see a similar pattern (good value when the baseline corrected ts timestep match the analysis timesteps, spurious value when the anaysis ts is smaller than the ts timesteps).
Maybe I made a mistake but I overchecked alot and I always end with that pattern =(

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: BaseLine

Post by selimgunay » Thu May 24, 2018 10:40 am

For clarification, could you post part of your code that is related to what you are doing

Post Reply