dt AccelSeries and Dtanalysis

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

Moderators: silvia, selimgunay, Moderators

Post Reply
schoolstru
Posts: 32
Joined: Mon Apr 25, 2016 2:18 am
Location: IIEES

dt AccelSeries and Dtanalysis

Post by schoolstru »

the command
set AccelSeries "Series -dt $dt -filePath $EQ_NAME -factor $GMfact"; # time series information
defines the time-acceleration for dynamic analysis;
the command
set ok [analyze $Nsteps $DtAnalysis];
is conducted to analyze in step as $DtAnalysis
1- is it necessary that $dt==$DtAnalysis?
2- if we have $DtAnalysis<$dt (we intentionally small $DtAnalysis to get convergence) is it necessary to generate the acceleration series having $dt equal to $DtAnalysis? or not
in other words, does the OpenSees interpolate acceleration itself?
providing that $Nstep are adjusted according to this command
set Nsteps [expr int($TmaxAnalysis/$DtAnalysis)];
thanks
Sudan
Posts: 8
Joined: Wed Aug 10, 2016 9:14 am

Re: dt AccelSeries and Dtanalysis

Post by Sudan »

Yes, you can use $DtAnalysis<$dt , for such case OpenSees will interpolate the missing value itself.
parasismique
Posts: 58
Joined: Tue Dec 13, 2016 7:14 am
Location: University of Tlemcen-Algeria

Re: dt AccelSeries and Dtanalysis

Post by parasismique »

Dears Sirs,

I am working on the vulnerability of bridges.
In the dynamic ground motion analysis, can we plot the curve of curvature of columns depending of the time?!!

So if you can helps me I will be very grateful.
Thank you in advance for your time and consideration.
Post Reply