active control

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

Moderators: silvia, selimgunay, Moderators

Post Reply
payamdindar
Posts: 21
Joined: Sun Jul 24, 2011 4:48 am
Location: SRBIAU

active control

Post by payamdindar »

hi
i have 2D-2story model with 2 different damping (C) for each story- [C1 & C2]
i assign C1 and C2 to each story with region command.(C=Zeta*2*m*w)
i decided write active algorithm for change damping during analysis between C1 and C2. (LQR or PID algorithm)
for example: when t=0.1s damping for story 1 is C1 and damping for story 2 is C2 and when t=0.5s damping for story 1 is C2 and damping for story 2 is C1. and this process repeat continuously for each time during the time history analysis.
opensees can do this active algorithm? or i force to use matlab for this purpose?
please help me
thank you
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: active control

Post by fmk »

you should be able to change this by calling region repeatedly (hopefully you will not run out of memory .. if you do let me know and we can put a remove region or something)
mohsenardiran
Posts: 1
Joined: Sat Oct 27, 2012 11:35 pm
Location: North Dakota State University
Contact:

Re: active control

Post by mohsenardiran »

fmk wrote:
> you should be able to change this by calling region repeatedly (hopefully
> you will not run out of memory .. if you do let me know and we can put a
> remove region or something)
Hello Dr FMK,
This is actually the one I was looking for. Could you please let us know if there is any simple model in your database to follow, or any documents to review? My area of interest is vibration control and need to use OpenSEES for nonlinear problems. We will highly appreciate any suggestion and advice from you.

Regards,
Azimi
Mohsen Azimi
Graduate Student
Earthquake/Structural Engineering
North Dakota State University
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: active control

Post by fmk »

no example exists .. as i said just put the region inside the analysis loop with different rayleigh values for each step .. as mentioned hopefully you will not run out of memory.
Post Reply