pattern UniformExcitation

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

Moderators: silvia, selimgunay, Moderators

Post Reply
luismir
Posts: 10
Joined: Mon Feb 18, 2013 7:27 am
Location: LNEC

pattern UniformExcitation

Post by luismir »

Hi,

I want to apply a cyclic shear stress with an amplitude of 70kPa to a simple 1 element model. How should I do that?
I tried using:
pattern UniformExcitation 1 1 -accel "Sine 0 1000 $period -factor 35" with shear stress instead of accel but it isn't possible.

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

Re: pattern UniformExcitation

Post by fmk »

that will work if you have some mass at the node, -ma is the force applied. just do not use a transient analysis.

alternativily create a plain load pattern with that time series and a unit load in dirn you want it applied, e.g. if at node 2 in 1 dof dirn in 3d model:

timeSeries Trig 1 0 1000. $period -factor 35
pattern Plain 1 1 {
load 2 1.0 0.0 0.0
}
luismir
Posts: 10
Joined: Mon Feb 18, 2013 7:27 am
Location: LNEC

Re: pattern UniformExcitation

Post by luismir »

Hi, I'm using a transient analysis, so I'll just create a plain load pattern as you say and divide it by the 2 free nodes of the 4 node element.

Thanks for your help
Post Reply