No tension + PP material

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

Moderators: silvia, selimgunay, Moderators

Post Reply
miladm2
Posts: 19
Joined: Fri May 25, 2012 12:12 am
Location: K.N.Toosi

No tension + PP material

Post by miladm2 »

hi

i need some kind of material that model a soil behavior, i mean a material that be perfectly plastic in compression and doesn't have tensile strength. i tried Elastic-Perfectly Plastic Gap Material, but the script did not converge. then i tried Series Material and I used ENT + PP material, but i got same error. please help me :(:(:(:
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: No tension + PP material

Post by vesna »

Elastic-Perfectly Plastic Gap Material is the right one for you to use. To overcome convergence problems assign the same material in tension but assign very small stiffness (10e-10). If this does not solve your problem show me the warning messages you get from OpenSees.
miladm2
Posts: 19
Joined: Fri May 25, 2012 12:12 am
Location: K.N.Toosi

Re: No tension + PP material

Post by miladm2 »

hi vesna

thanks a lot for your help :) i assigned same material in tension and the problem disappear :):):)
wow, im really thankfullllllllll :)
Behnoosh
Posts: 2
Joined: Fri Nov 30, 2012 5:25 am

Re: No tension + PP material

Post by Behnoosh »

Hi,
I have the same problem but I want to have a tension only material, I couldn`t use the help. Would you please send me the codes that you used?
thank you.
leopard_sh87@yahoo.com
linguan118
Posts: 140
Joined: Sun Oct 03, 2010 11:36 pm
Location: Hong Kong

Re: No tension + PP material

Post by linguan118 »

something like this??
uniaxialMaterial ElasticPPGap 11 $E1 $fy 0.0; # Tension
uniaxialMaterial ElasticPPGap 22 -10e-10 [expr -0.1*10e-10] 0.0 # Compression
uniaxialMaterial Parallel 1 11 22
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk
Post Reply