Search found 82 matches

by karimtarbali
Sat Jul 21, 2012 11:37 am
Forum: OpenSees.exe Users
Topic: go to expired sessions in neeshub OS laboratory and run it
Replies: 0
Views: 1517

go to expired sessions in neeshub OS laboratory and run it

in order to go to your expired sessions in neeshub OS laboratory, and run them again:
[write]: cd\
[press enter]
[write]: cd data
[write]: cd sessions
[write]: cd "session number"L-expired

now you are in the session

[write]: cd "to where you can run your own .tcl script"
by karimtarbali
Sun Jan 15, 2012 11:48 am
Forum: OpenSees.exe Users
Topic: Problem in Finite Element Reliability Analysis ( Please help
Replies: 1
Views: 2255

Re: Problem in Finite Element Reliability Analysis ( Please

hi
maybe the FORM is not capable of calculating the failure probability of your structure

or you can use lower versions of the Opensees like 2.2.0 or 1.7.3 for reliability analysis
by karimtarbali
Fri Jan 06, 2012 2:47 pm
Forum: OpenSees.exe Users
Topic: table overflow error on NEEShub interpreter
Replies: 2
Views: 2613

Re: table overflow error on NEEShub interpreter

there are a limit for the number of the files that can be leaved open in the NEEShub interpreter. so the files should not be open unnecessarily
by karimtarbali
Fri Jan 06, 2012 2:13 pm
Forum: OpenSees.exe Users
Topic: table overflow error on NEEShub interpreter
Replies: 2
Views: 2613

Re: table overflow error on NEEShub interpreter

i was leaving open, the file that i have opened for read. then i was opening it again for write. so the interpreter was getting confused after a few times of opening the file and not closing it, so the error "table overflow for ?filename" was appearing. the error was fixed by closing the f...
by karimtarbali
Fri Jan 06, 2012 8:45 am
Forum: OpenSees.exe Users
Topic: erase the content of a file
Replies: 0
Views: 1539

erase the content of a file

hi is there any way to erase the content of a file directly? i use this commands : set d [open Data/start.txt w]; puts $d " " ; close $d; since i already has opened this file as append format (set d [open Data/start.txt w]) an error occurs in NEEshub interpreter. is there any other way to ...
by karimtarbali
Fri Jan 06, 2012 1:58 am
Forum: OpenSees.exe Users
Topic: table overflow error on NEEShub interpreter
Replies: 2
Views: 2613

table overflow error on NEEShub interpreter

Hi i run a file in NEEShub interpreter and the results of the analysis has lots of out put in each step of the analysis, which i "puts" them into a text file. but in the middle of the analysis this error appears : fileName.txt table overflow and every time for different file this error hap...
by karimtarbali
Fri Jan 06, 2012 1:55 am
Forum: OpenSees.exe Users
Topic: table overflow error on NEEShub interpreter
Replies: 0
Views: 1487

table overflow error on NEEShub interpreter

Hi i run a file in NEEShub interpreter and the results of the analysis has lot of out put in each step of the analysis, which i "puts" them into a text file. but in the middle of the analysis this error appears : fileName.txt table overflow any every time for different this error happens,i...
by karimtarbali
Fri Sep 02, 2011 1:26 pm
Forum: OpenSees.exe Users
Topic: openseesLab
Replies: 2
Views: 2671

Re: openseesLab

thank you very much frank,
now i have installed the TortoiseSVN and i have downloaded the zipped file of opensees lab
could you please help me with this that what should i do next to use opensees lab?
thanks
by karimtarbali
Sun Aug 28, 2011 5:23 am
Forum: OpenSees.exe Users
Topic: openseesLab
Replies: 2
Views: 2671

openseesLab

hi
i download the openseeslab from NEEES wensite but when i try to unzip it, an error occures and the extracted file is useless.
any idea???
by karimtarbali
Sun Aug 14, 2011 12:15 pm
Forum: OpenSees.exe Users
Topic: learning the source code
Replies: 1
Views: 2570

learning the source code

Hi. i have used OS for a long time so i wonder if i could learn how to use the source code. could you please give some instruction about
how to begin to learn the source code and use it?

thanks
by karimtarbali
Fri Jul 29, 2011 5:18 am
Forum: OpenSees.exe Users
Topic: Fatigue material
Replies: 12
Views: 13864

Re: Fatigue material

thank you very very very much vesna.
by karimtarbali
Wed Jul 27, 2011 4:31 am
Forum: OpenSees.exe Users
Topic: Fatigue material
Replies: 12
Views: 13864

Re: Fatigue material

thank you very much vesna. could i have your technical idea about using the fatigue damage in steel moment resisting frames?
does it make sense that i use the fatigue damage in steel moment resisting frames or it is only meaningful for brace elements?

i appreciate your helpful replies
by karimtarbali
Tue Jul 26, 2011 6:56 am
Forum: OpenSees.exe Users
Topic: Fatigue material
Replies: 12
Views: 13864

Re: Fatigue material

thanks for your reply. but i could not get it to work. here is a small code which i try to get damage . could you please help me to find out what i do wrong. thank you very much. here is the code: wipe model BasicBuilder -ndm 2 -ndf 3 set Fy 26061000 set E 21000000000 uniaxialMaterial Steel01 1 $Fy ...
by karimtarbali
Sat Jul 23, 2011 9:18 pm
Forum: OpenSees.exe Users
Topic: Fatigue material
Replies: 12
Views: 13864

Fatigue material

i have used fatigue mterial for displacementBeamColumn element but i cant get the damage using the damage recorder. recorder Element -file Data/Damage_ele1.txt -time -ele 1 material 100 damage i even tried the recorder without material tag recorder Element -fileData/Damage_ele1.txt -time -ele 1 mate...
by karimtarbali
Mon Jul 04, 2011 8:26 am
Forum: OpenSees.exe Users
Topic: about abs() function in TCL
Replies: 2
Views: 10127

about abs() function in TCL

Hi i use this code : for {set j 1} { $j <=$NTHA_Step } {incr j 1} { set teta($j) [lindex $file_read $j] set abs_teta($j) [expr abs ( $teta($j) ) ] } but i get this error : too few arguments for math function "abs" i ckecked , the teta($j) s are calculated. could you please tell me what i d...