Requesting absAccel/absVel/absDisp

A forum dedicated to feature requests and the future direction of OpenSees, i.e. what would you like, what do you need, what should we explore

Moderators: silvia, selimgunay, Moderators

Post Reply
oleviuqserh
Posts: 65
Joined: Mon Oct 04, 2010 6:24 pm
Location: Colombia

Requesting absAccel/absVel/absDisp

Post by oleviuqserh » Thu Mar 31, 2011 7:20 pm

Hi Frank. Some few days ago, arbarbosa was asking about finding a way to record the absolute nodal accelerations of a given set of nodal DOFs by only using one recorder. In the following link, you can find a motivation drawn by himself, as well as, a potential solution proposed by myself to fit his needs. I think the solution I am proposing there seems to be quite better than the current approach of using the problematic -timeseries option; approach which for the time being has only been implemented in the interpreter to get the absolute nodal accelerations of one DOF at once.

[url] http://opensees.berkeley.edu/community/ ... =2&t=28614 [\url]

Thank you.

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

Re: Requesting absAccel/absVel/absDisp

Post by fmk » Fri Apr 01, 2011 10:03 am

your approach is impossible due to the fact that the nodes have no concept of absolute or relative accelerations .. what the accelerations are at the nodes
depends on the LoadPattern. The only option for obtaining the absolute for multiple dof's with uniform excitation is for me to see if i can add multiple time series as input
to the recorder command.

oleviuqserh
Posts: 65
Joined: Mon Oct 04, 2010 6:24 pm
Location: Colombia

Re: Requesting absAccel/absVel/absDisp

Post by oleviuqserh » Sat Apr 02, 2011 3:25 pm

Hi Frank. Thanks for the reply. I understand your point. My approach would only work if a seismic simulation is the intended case. However, in seismic simulations it would be very useful if a new recorder option is added to the interpreter to handle the absolute and relative accelerations as different queries. Similarly, the same could be done for the case of absolute/relative velocities, and the case of absolute/relative displacements.

For example,

recorder Node -file output1.out -time -absolute -node 1 -dof 1 2 3 accel
recorder Node -file output2.out -time -absolute -node 1 -dof 1 2 3 vel
recorder Node -file output3.out -time -absolute -node 1 -dof 1 2 3 disp

If the simulation is not a seismic one, then the interpreter would ignore the -absolute option that was defined in the recorder. Otherwise, it would compute the absolute response by summing the relative calculated response with the ground motion one.

The advantage of using this syntax is that the user will not have to deal with the time series tag anymore.

What do you think?

Thank you.

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

Re: Requesting absAccel/absVel/absDisp

Post by fmk » Mon Apr 04, 2011 9:35 am

won't work .. it's too messy to implement for all possible cases, e.g. user requests absolute but only uniform provided in 1 dirn?, user requests relative in multi-support?? .. it's timeSeries or nothing (aka user does it himself externally)

oleviuqserh
Posts: 65
Joined: Mon Oct 04, 2010 6:24 pm
Location: Colombia

Re: Requesting absAccel/absVel/absDisp

Post by oleviuqserh » Mon Apr 04, 2011 11:06 am

I see. It is a challenging problem. In such a case, would you implement a -timeSeries option for the case of querying absolute displacements and absolute velocities. For the time being I guess it has not been implemented yet. Thank you.
Last edited by oleviuqserh on Mon Apr 04, 2011 11:07 am, edited 1 time in total.

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

Re: Requesting absAccel/absVel/absDisp

Post by fmk » Mon Apr 04, 2011 2:20 pm

it's there but it only takes 1 timeSeries at the moment .. i have to modify it to allow ndof timeSeries.

arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Requesting absAccel/absVel/absDisp

Post by arbarbosa » Thu Apr 21, 2011 12:27 pm

Maybe what may be useful is something like the following command to output absolute accelerations (velocities and displacements, also) in X, Y and Z, for example:

recorder Node -file output.out -timeSeries $IDloadTagX $IDloadTagY $IDloadTagZ -time -node 1 -dof 1 2 3 accel

Thanks
André

Post Reply