Search found 21 matches

by payamdindar
Sat Apr 25, 2015 1:53 am
Forum: OpenSees.exe Users
Topic: how to achive euler buckling load factor for column
Replies: 0
Views: 1552

how to achive euler buckling load factor for column

hi
i have decided to modeling and calculating euler buckling load factor for column with one end restrained and other end free
how to write this code and how to record euler buckling load factor?
thank you
by payamdindar
Tue Jan 27, 2015 6:58 am
Forum: OpenSees.exe Users
Topic: can opensees do analysis with multiple parameter?
Replies: 3
Views: 3513

Re: can opensees do analysis with multiple parameter?

Dear Frank, I create code but dont work and more error model BasicBuilder -ndm 2 -ndf 3 file mkdir Kbrace foreach L {3.0 3.5 4.0 4.5 5.0 5.5 6.0} H {3.0 3.5 4.0 4.5 5.0} l {[expr 0.1*L] [expr 0.2*L] [expr 0.3*L] [expr 0.4*L] [expr 0.5*L]} h {[expr 0.1*H] [expr 0.2*H] [expr 0.3*H] [expr 0.4*H] [expr ...
by payamdindar
Mon Jan 26, 2015 8:00 pm
Forum: OpenSees.exe Users
Topic: can opensees do analysis with multiple parameter?
Replies: 3
Views: 3513

Re: can opensees do analysis with multiple parameter?

thank you dear frank
bests for you
by payamdindar
Sun Jan 25, 2015 12:26 am
Forum: OpenSees.exe Users
Topic: can opensees do analysis with multiple parameter?
Replies: 3
Views: 3513

can opensees do analysis with multiple parameter?

hi friend im modeling 2D one story one bay steel brace frame in opensees. L is length of beam H is Height of column L values are 3m,3.5m,4m,4.5m,5m,5.5m,6m H values are 2m,2.5m,3m,3.5m,4m,4.5m,5m section of beam,columns and brace are 10 sections with different values for each elements pushover load ...
by payamdindar
Wed Jan 14, 2015 4:00 pm
Forum: OpenSees.exe Users
Topic: active control
Replies: 3
Views: 3800

active control

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 stor...
by payamdindar
Wed Dec 17, 2014 1:30 am
Forum: OpenSees.exe Users
Topic: how to use region node or element command
Replies: 6
Views: 5200

Re: how to use region node or element command

I want to apply 2 different damping ratio for my model by use region commmand. I wrote a code but it did'nt work correctly , please tell me my mistake? wipe model BasicBuilder -ndm 2 -ndf 3 file mkdir nonclasic set L [expr 5] set H [expr 5] node 1 0 0 node 2 $L 0 node 3 0 $H node 4 $L $H node 5 0 [e...
by payamdindar
Fri Dec 12, 2014 10:19 pm
Forum: OpenSees.exe Users
Topic: how to use region node or element command
Replies: 6
Views: 5200

Re: how to use region node or element command

thank you frank

if nod4 disp > 0.01
assign C1=0.01 for region 1 (region1 -ele 1 2 3 4)
if node6 disp > 0.05
assign C2=0.2 for region 2 (region2 -ele 5 6)
if Drift1<0.005
assign Copt=0.1 for all

how to write and apply this algoritm to my opensees code?
by payamdindar
Fri Dec 12, 2014 12:40 pm
Forum: OpenSees.exe Users
Topic: how to use region node or element command
Replies: 6
Views: 5200

Re: how to use region node or element command

Thank you frank i am decided to apply 3 damping ratio to model.(active control problem-TTSOONG).for specifiec time apply specified damping ratio to model. damping ratio are: Cmin,Copt,Cmax. in other words 3 damping ratio can switching together. for this purpose i apply some criteria to model for swi...
by payamdindar
Fri Dec 05, 2014 8:44 pm
Forum: OpenSees.exe Users
Topic: how to use region node or element command
Replies: 6
Views: 5200

Re: how to use region node or element command

which region command suitable for my target? (for assign 2 different damping ratio to beams and columns in each story "story 1 and story2". mass assign to each joint and dont assign mass to elements )
region node or region element?
by payamdindar
Fri Dec 05, 2014 8:38 pm
Forum: OpenSees.exe Users
Topic: how to use region node or element command
Replies: 6
Views: 5200

how to use region node or element command

hi friends (first): I decided to modeling 2D , 2story frame with 2 different damping ratio (each story have a uniqe damping ratio) . i use region command in tcl but unfortunately dont work correct. i guess , i write uncorrect region command. (second): after modeling 2story frame with 2 different dam...
by payamdindar
Tue Jul 10, 2012 11:18 am
Forum: OpenSees.exe Users
Topic: geometric transformation in 3d building model
Replies: 21
Views: 13629

Re: geometric transformation in 3d building model

setare u must use this code


geomTransf Corotational 1 0 0 -1 ; #colmn
geomTransf Corotational 2 0 0 1 ; #in plane beam
geomTransf Corotational 3 1 0 0 ; #out plane beam

be successfull
by payamdindar
Wed Apr 04, 2012 11:05 am
Forum: OpenSees.exe Users
Topic: how modeling rotational friction damper
Replies: 4
Views: 4425

Re: how modeling rotational friction damper

i thank you for reply. i'm model friction damper according to what Dr. Imad H. Mualla used his papers. and i want to change this code as from friction damper to rotation friction damper.please help me to write this code. for represented friction damper i used element zeroLength frome node 14 to 13. ...
by payamdindar
Sun Apr 01, 2012 10:31 pm
Forum: OpenSees.exe Users
Topic: corotCrdTrans3d ERROR
Replies: 1
Views: 1928

corotCrdTrans3d ERROR

Dear Vesna please help me to correct this error, i'm so confuse to correct < corotCrdTrans3d: compute elemt length and orien: 0 length :( < force beam column 3d: set domain .. error initializing coordinate transformation > :( wipe; model BasicBuilder -ndm 3 -ndf 6; file mkdir payam; set dataDir paya...
by payamdindar
Sun Apr 01, 2012 10:07 am
Forum: OpenSees.exe Users
Topic: how modeling rotational friction damper
Replies: 4
Views: 4425

Re: how modeling rotational friction damper

dear vesna ; HELP ME PLEASE
by payamdindar
Sun Apr 01, 2012 10:05 am
Forum: OpenSees.exe Users
Topic: how can calculated target displacement?
Replies: 2
Views: 2421

Re: how can calculated target displacement?

dear vesna ; HELP ME PLEASE