i have an problem
i analyzed an 3D space structure in SAP and OpenSees. all of the properties are equal in both
but the answers of analyse are different, the axialforce of member in OpenSees are lower than SAP.
and when i wrote the below code the both answer are equal:
# FINITE ELEMENT ANALYSIS MODEL
integrator LoadControl 1.362
![Exclamation :!:](./images/smilies/icon_exclaim.gif)
test NormDispIncr 1 2000 0
algorithm KrylovNewton
numberer RCM
constraints Plain
system ProfileSPD
analysis Static
analyze 1
![Exclamation :!:](./images/smilies/icon_exclaim.gif)
is it correct i wrote integrator LoadControl 1.362 ?????
1.362?
is it corect?
when i wrote integrator LoadControl 1 , the answer of SAP and OpenSees becom different, but when i wrote integrator LoadControl 1.362 , all the answer become equal
why this happend?
is it correct i wrote integrator LoadControl 1.362?
please help me
thanks alot