Problem in pushover
Moderators: silvia, selimgunay, Moderators
Problem in pushover
Hi
I am having problem in pushover analysis ...the structure I am analyzing is a L shaped vertical rod and I am using 3 dimensional analysis.
The free vibration results from Opensees are matching with that of SAP 2000. But when I am trying to do pushover using the following Opensees code
set Dispmax 40;
set Dincr [expr 0.001*40];
set Nsteps [expr int($Dispmax/$Dincr)];
pattern Plain 200 Linear {
load 5 0.0 0 1 0 0 0;
}
integrator DisplacementControl 5 3 0.01 1 0.01 0.1;
system UmfPack;
constraints Plain;
algorithm Newton;
numberer RCM;analysis Static;
constraints Transformation;
test EnergyIncr 1.0e-8 6 0;
algorithm Newton;
analysis Static;
set ok
It is giving me an error as
invalid command name "pattern"
while executing
pattern Plain 200 Linear {
load 5 0.0 0 1 0 0 0;
}
I copied the pattern command from Opensees example files so there should be no syntax error. I am not getting the error . Could anyone please help me out.
Regards
Amarnath
I am having problem in pushover analysis ...the structure I am analyzing is a L shaped vertical rod and I am using 3 dimensional analysis.
The free vibration results from Opensees are matching with that of SAP 2000. But when I am trying to do pushover using the following Opensees code
set Dispmax 40;
set Dincr [expr 0.001*40];
set Nsteps [expr int($Dispmax/$Dincr)];
pattern Plain 200 Linear {
load 5 0.0 0 1 0 0 0;
}
integrator DisplacementControl 5 3 0.01 1 0.01 0.1;
system UmfPack;
constraints Plain;
algorithm Newton;
numberer RCM;analysis Static;
constraints Transformation;
test EnergyIncr 1.0e-8 6 0;
algorithm Newton;
analysis Static;
set ok
It is giving me an error as
invalid command name "pattern"
while executing
pattern Plain 200 Linear {
load 5 0.0 0 1 0 0 0;
}
I copied the pattern command from Opensees example files so there should be no syntax error. I am not getting the error . Could anyone please help me out.
Regards
Amarnath
amarnath
this may be taht strange thing that happened to somebody else.
are you sourcing the input file, or are you pasting into the command line?
the former should work, the latter acts strange.
are you sourcing the input file, or are you pasting into the command line?
the former should work, the latter acts strange.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104