Search found 16 matches

by jboshra
Wed Jul 29, 2009 1:30 am
Forum: OpenSees.exe Users
Topic: curvature problem.
Replies: 3
Views: 3644

I used limits on the material strain in both time history and cross-section analysis, and I got difference in the curvature limits between two piers (the one with As ≈ 1.8% and the other with As≈ 3.2%) in the cross-section analysis, but I didn’t get any difference in the curvature limits between the...
by jboshra
Tue Jul 28, 2009 5:28 am
Forum: OpenSees.exe Users
Topic: curvature problem.
Replies: 3
Views: 3644

curvature problem.

Dear Sir, I performed a time history non linear inelastic analysis (using a given ground record) on a 2D frame representing a three-span bridge with two piers fixed at bottom and hinged to the deck at their top; I recorded the moment and the curvature at each pier base. Also, I scaled the ground rec...
by jboshra
Wed May 13, 2009 4:20 am
Forum: OpenSees.exe Users
Topic: Time History Problem
Replies: 10
Views: 8024

yes i have this part of the code and it is as follows: code: while {$ok == 0 && $tCurrent < $tFinal} { set ok [analyze 1 .01] # if the analysis fails try initial tangent iteration if {$ok != 0} { puts "regular newton failed .. lets try an initail stiffness for this step" test NormD...
by jboshra
Mon May 11, 2009 3:10 am
Forum: OpenSees.exe Users
Topic: Time History Problem
Replies: 10
Views: 8024

Here is the convergence script when I run the program. The analysis is completed successfully but I still got nonsense results. CTestNormDispIncr::test() - iteration: 1 current Norm: 0.000253082 (max: 0.01, Norm deltaR: 4.95783e-005) CTestNormDispIncr::test() - iteration: 1 current Norm: 0.000253013...
by jboshra
Wed May 06, 2009 4:53 am
Forum: OpenSees.exe Users
Topic: Time History Problem
Replies: 10
Views: 8024

I checked the recorders; they are the same as the examples manual.
by jboshra
Sun May 03, 2009 9:38 pm
Forum: OpenSees.exe Users
Topic: Time History Problem
Replies: 10
Views: 8024

Dear,
I tried to use the latest release of the opensees, also I tried to change the convergence tolerance of the code; but I still have a numerical divergence at the same scale factors. I hope you can help me to solve this problem; I can send my code. Thanks
by jboshra
Mon Apr 27, 2009 12:13 pm
Forum: OpenSees.exe Users
Topic: Time History Problem
Replies: 10
Views: 8024

Thanks for your prompt response
I tried it with the latest release but i still have the same problem.
by jboshra
Sun Apr 26, 2009 10:20 pm
Forum: OpenSees.exe Users
Topic: Time History Problem
Replies: 10
Views: 8024

Time History Problem

Hello I performed a time history non linear analysis (using a given ground record) on a 2D frame representing a three-span bridge with two piers fixed at bottom and hinged to the deck at their top. I scaled the records incrementally and for each scale value I recorded the maximum absolute curvature ...
by jboshra
Fri Apr 24, 2009 3:23 am
Forum: OpenSees.exe Users
Topic: MATERIAL PROBLEM
Replies: 1
Views: 2231

MATERIAL PROBLEM

Hello
Can I use MinMax material while I am doing a time history non linear analysis or a pushover analysis on a 2D frame?
Thanks
by jboshra
Thu Apr 09, 2009 12:06 am
Forum: OpenSees.exe Users
Topic: Modeling problem
Replies: 1
Views: 2121

Modeling problem

Dear,
I want to model a CONTINOUS girder connected to column through bearings (only the upper node of column doesn’t carry moment).
how can I model this connection?
by jboshra
Mon Apr 06, 2009 2:06 pm
Forum: OpenSees.exe Users
Topic: Failed to converge
Replies: 6
Views: 6090

Thanks for your prompt response and Sorry for not being clear. The code is the same as the manual including calling the moment curvature procedure. but i got a convergence error when i am trying to target higher ductility mu=70 . lower i attached the whole code .how can i solve that error? code: # D...
by jboshra
Sun Apr 05, 2009 11:12 pm
Forum: OpenSees.exe Users
Topic: Failed to converge
Replies: 6
Views: 6090

Thanks for your prompt response.
This code is the same as the examples manual, but I realized that I got that convergence error while I am trying to target a higher ductility (mu=70).could you help me to solve that error?
by jboshra
Fri Apr 03, 2009 11:23 pm
Forum: OpenSees.exe Users
Topic: Failed to converge
Replies: 6
Views: 6090

Failed to converge

Hello I got a convergence error during moment curvature capacity analysis. I‘d like to know why I got that error and what are the possible solutions. Thanks for help [b]Error:[/b] WARNING: CTestNormUnbalance::test() - failed to converge after: 10 iterations ModifiedNewton::solveCurrentStep() -the Co...
by jboshra
Wed Jan 21, 2009 11:01 am
Forum: OpenSees.exe Users
Topic: i need some help
Replies: 2
Views: 2863

Dear , Sorry my question wasn’t clear The problem is: 1)I am using the minmax material and I want to know what do min and max words represent in this code. uniaxialMaterial MinMax 4 1 min – max - 2) Are there any constraints for the min and max values used in the minmax material due to the definitio...
by jboshra
Wed Jan 21, 2009 5:10 am
Forum: OpenSees.exe Users
Topic: i need some help
Replies: 2
Views: 2863

i need some help

Dear Sir, I have a problem in using minmax material, I can’t define the min & max values that I can use to get failure in the material after a certain strain. I used: uniaxial material concrete01 1 -2500 -.002 -2800 -0.01 uniaxial material concrete01 2 -2500 -.002 0 -0.005 uniaxial material stee...