MultiLinear Material: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a uniaxial multilinear material object. {| | style="background:limegreen; color:black; width:800px" | '''uniaxialMater...')
 
No edit summary
Line 4: Line 4:


{|  
{|  
| style="background:limegreen; color:black; width:800px" | '''uniaxialMaterial MultiLinear $matTag $u1 $f1 $u2 $f2 $u3 $f3 $u4 $f4 $u5 $f5'''
| style="background:limegreen; color:black; width:800px" | '''uniaxialMaterial MultiLinear $matTag $u1 $f1 $u2 $f2 $u3 $f3 $u4 $f4 ...'''
|}
|}


Line 12: Line 12:
|  style="width:150px" | '''$matTag ''' || integer tag identifying material
|  style="width:150px" | '''$matTag ''' || integer tag identifying material
|-
|-
|  '''$u1 ''' || yield strength
|  '''$u1 $f1 ''' || strain and stress (or deformation & force) at first point of the envelope
|-
|-
|  '''$f1 ''' || initial elastic tangent
|  '''$u2 $f2 ''' || strain and stress (or deformation & force) at first point of the envelope
|-
|-
|  '''$u2 ''' || strain-hardening ratio (ratio between post-yield tangent and initial elastic tangent)
|  '''$u3 $f3 ''' || strain and stress (or deformation & force) at first point of the envelope
|-
|-
|  '''$f2''' || isotropic hardening parameter, increase of compression yield envelope as proportion of yield strength after a plastic strain of $a2*($Fy/E0). (optional)
|  '''$u4 $f4 ''' || strain and stress (or deformation & force) at first point of the envelope
|-
|  '''$u3''' || isotropic hardening parameter (see explanation under $a1). (optional).
|-
|  '''$f3''' || isotropic hardening parameter, increase of tension yield envelope as proportion of yield strength after a plastic strain of $a4*($Fy/E0). (optional)
|-
|  '''$u4''' || isotropic hardening parameter (see explanation under $a3). (optional)
|}
|}


Line 32: Line 26:
MultiLinear Material -- Hysteretic Behavior
MultiLinear Material -- Hysteretic Behavior


----
NOTE: Muximum number of points on the envelope is 10.





Revision as of 18:34, 4 December 2012




This command is used to construct a uniaxial multilinear material object.

uniaxialMaterial MultiLinear $matTag $u1 $f1 $u2 $f2 $u3 $f3 $u4 $f4 ...

$matTag integer tag identifying material
$u1 $f1 strain and stress (or deformation & force) at first point of the envelope
$u2 $f2 strain and stress (or deformation & force) at first point of the envelope
$u3 $f3 strain and stress (or deformation & force) at first point of the envelope
$u4 $f4 strain and stress (or deformation & force) at first point of the envelope


MultiLinear Material -- Hysteretic Behavior


NOTE: Muximum number of points on the envelope is 10.



Code Developed by: Frank Mckenna, UC Berkeley

Images Developed by: Vesna Terzic