How to get the absolute(total) acceleration during Uniform Excitation

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

Moderators: silvia, selimgunay, Moderators

Post Reply
vike
Posts: 4
Joined: Mon Jul 06, 2020 1:58 am

How to get the absolute(total) acceleration during Uniform Excitation

Post by vike » Thu Aug 20, 2020 8:44 am

Hello,

I'm trying to generate the total accel. of a node with the pattern of UniformExcitation. The command I put is
recorder Node -file $Path/Accel_Node1.out -node 1 -dof 2 accel;
That is, the OpenSEES record the relative accel. of node 1 in the 2nd DOF.

However, how can we get the total accel. of a node through UniformExcitation without any post-processing?

Best regards,

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

Re: How to get the absolute(total) acceleration during Uniform Excitation

Post by selimgunay » Thu Aug 20, 2020 9:38 am

You can do it like this

recorder Node -file $Path/Accel_Node1.out -timeSeries 1 -time -node 1 -dof 2 accel;

Here 1 in the timeSeries is the tag of the acceleration time series that you use in the uniform excitation.

Post Reply