Search found 1 match
- Sat May 01, 2021 7:47 am
- Forum: OpenSeesPy
- Topic: fiber section stress-strain recorder output
- Replies: 2
- Views: 9732
Re: fiber section stress-strain recorder output
ops.recorder('Element', '-file', fileName, '-time', '-ele', 1, 'section', str(secTag) , 'fiber', str(fibre_coord_y), str(fibre_coord_z), 'stressStrain') Could you remove the part that secTag, I think no need section tag for zerolength element. I mean; ops.recorder('Element', '-file', fileName, '-tim...