cyclic pushover

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

Moderators: silvia, selimgunay, Moderators

Post Reply
parasismique
Posts: 58
Joined: Tue Dec 13, 2016 7:14 am
Location: University of Tlemcen-Algeria

cyclic pushover

Post by parasismique » Sun Mar 03, 2019 7:30 am

Dear Friends,

I performed a cyclic pushover analysis of a cantilever for a vector of displacement-cycle peaks which is as follows:

set iDmax "0.06 0.15 0.3 0.75 1 1.5 2 3 5 7";

the analysis is normally performed for a single value of the vector of displacement-cycle peaks
But not for the complete vector. During execution, it displays the following error:

integer value too large to represent
while executing
"expr int (abs ($ Dmax) / $ DincrStatic)"
(procedure "GeneratePeaks" line 27)
invoked from within
"GeneratePeaks $ Dmax $ Dincr $ CycleType $ Fact"

I very grateful if you can guide me on the error.

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: cyclic pushover

Post by selimgunay » Sun Jun 16, 2019 3:01 pm

You can try

set iDmax "0.06 0.15 0.3 0.75 1.0 1.5 2.0 3.0 5.0 7.0";

Post Reply