MinMax 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
javid
Posts: 8
Joined: Sun May 12, 2013 8:36 pm

MinMax Material

Post by javid »

Hi All
My question is that about the "MinMax Material
i use minmax material in modeling FRP Material and bleow is the command and the ultimate strain of FRP is 4.5% .

uniaxialMaterial Elastic 31 73000
uniaxialMaterial MinMax 311 31 0.0 0.045

i got this error:

Starting OpenSees..


OpenSees -- Open System For Earthquake Engineering Simulation
Pacific Earthquake Engineering Research Center -- 2.4.0

(c) Copyright 1999,2000 The Regents of the University of California
All Rights Reserved
(Copyright and Disclaimer @ http://www.berkeley.edu/OpenSees/copyright.html)



WARNING invalid option:0.0 uniaxialMaterial MinMax tag: 31

while executing
"uniaxialMaterial MinMax 311 31 0.0 0.045 "
(file "C:\Users\Javid\Desktop\jj\Joint\Hing\PR.tcl" line 181)
---------------------------------------------------------------------------
End of script <C:\Users\Javid\Desktop\jj\Joint\Hing\PR.tcl> reached, Press any k
ey to continue


> I appreciate if someone tell me the reason and the correct form of the command.

Best
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: MinMax Material

Post by fmk »

you are missing the -min and -max from the command line .. it is "uniaxialMaterial 31 -min 0.0 -max 0.045" for your example

http://opensees.berkeley.edu/wiki/index ... x_Material
javid
Posts: 8
Joined: Sun May 12, 2013 8:36 pm

Re: MinMax Material

Post by javid »

Dear fmk,
Thank you so much
Post Reply