Limitation the number of stress-strain recorders

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
m630309
Posts: 9
Joined: Tue Aug 14, 2012 1:43 pm

Limitation the number of stress-strain recorders

Post by m630309 »

Hi
I am modelling a moment frame with nonlinearBeamColumn elements and fiber section.I need to assign about 10000 stress-strain recorder in my model but when i run my script showed below ,i met such warning:

WARNING - PathSeries::PathSeries() - could not open file accelerogram/ag.txt

while when the number of stress-strain recorders in my script is less than 480, i met not that warning.

i hope somebody can help me solve it.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Limitation the number of stress-strain recorders

Post by fmk »

there is a limit imposed by the opeating system on the number of files an application can have at once. you have reached that limit. i suggest you reduce the number of output files by combining them were possible.
Post Reply