I'm trying to generate the total accel. of a node with the pattern of UniformExcitation. The command I put is
That is, the OpenSEES record the relative accel. of node 1 in the 2nd DOF.recorder Node -file $Path/Accel_Node1.out -node 1 -dof 2 accel;
However, how can we get the total accel. of a node through UniformExcitation without any post-processing?
Best regards,