Search found 1 match
- Tue Apr 03, 2012 2:21 pm
- Forum: OpenSees.exe Users
- Topic: RC fiber sections modeling
- Replies: 10
- Views: 9179
Re: RC fiber sections modeling
For a circular section, I've created concrete patches between bar locations skipping over the bar diameter using the code below. This only creates the portion between bars, it doesn't create the concrete cover or confined concrete. set i 0 while {$i<[expr $Nbars+1]} { set i [expr $i+1] set startAngU...