Search found 2 matches
- Mon Sep 19, 2016 8:18 am
- Forum: OpenSees.exe Users
- Topic: Recorder
- Replies: 3
- Views: 2147
Re: Recorder
Here is the section definition : # command: HSSsection secID matID d t nfdy nfty nfdz nftz HSSsection $secTagBr1 $matID_fatBrace_1 [expr 140.*$mm] [expr 16.0*$mm] 5 4 5 2 (nf : number of fibers) You are right! Both basicDeformation and plasticDeformation work. Can you please explain the difference b...
- Mon Sep 19, 2016 2:56 am
- Forum: OpenSees.exe Users
- Topic: Recorder
- Replies: 3
- Views: 2147
Recorder
Hello! I have a steel 3-storey frame with braces. Each brace has 10 elements. My code is complex and big in size,so I give you parts of it. set noEle 10; # number of elements per brace set NIP 3 # storey 1 - left brace set shift 3100 for { set i 1 } { $i <= [expr $noEle] } { incr i} { element forceB...