Steel02 Material -- Giuffré-Menegotto-Pinto Model with Isotropic Strain Hardening: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
|}
|}


[[OpenSees uniaxialMaterial Arguments-- Steel02] more on input arguments...]
[[OpenSees uniaxialMaterial Arguments -- Steel02 | more on input arguments...] ]


Steel02 Material -- Material Parameters of Monotonic Envelope
Steel02 Material -- Material Parameters of Monotonic Envelope

Revision as of 23:19, 7 December 2009

This command is used to construct a uniaxial Giuffre-Menegotto-Pinto steel material object with isotropic strain hardening.


uniaxialMaterial Steel02 $matTag $Fy $E $b $R0 $cR1 $cR2 <$a1 $a2 $a3 $a4 $sigInit>

$matTag integer tag identifying material
$Fy yield strength
$E0 initial elastic tangent
$b strain-hardening ratio (ratio between post-yield tangent and initial elastic tangent)
$R0 $CR1 $CR2 parameters to control the transition from elastic to plastic branches.

Recommended values: $R0=between 10 and 20, $cR1=0.925, $cR2=0.15

$a1 isotropic hardening parameter, increase of compression yield envelope as proportion of yield strength after a plastic strain of $a2*($Fy/E0). (optional)
$a2 isotropic hardening parameter (see explanation under $a1). (optional default = 1.0).
$a3 isotropic hardening parameter, increase of tension yield envelope as proportion of yield strength after a plastic strain of $a4*($Fy/E0). (optional default = 0.0)
$a4 isotropic hardening parameter (see explanation under $a3). (optional default = 1.0)
$sigInit Initial Stress Value (optional, default: 0.0) the strain is calculated from epsP=$sigInit/$E

if (sigInit!= 0.0) { double epsInit = sigInit/E; eps = trialStrain+epsInit; } else eps = trialStrain;

[[OpenSees uniaxialMaterial Arguments -- Steel02 | more on input arguments...] ]

Steel02 Material -- Material Parameters of Monotonic Envelope

Steel02 Material -- Hysteretic Behavior of Model w/o Isotropic Hardening

Steel02 Material -- Hysteretic Behavior of Model with Isotropic Hardening in Compression

Steel01 Material -- Hysteretic Behavior of Model with Isotropic Hardening in Tension


Code Developed by: Filip Filippou, UC Berkeley

Images Developed by: Silvia Mazzoni