RambergOsgoodSteel Material: Difference between revisions
Jump to navigation
Jump to search
Rezarahimi (talk | contribs) No edit summary |
Rezarahimi (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
:Commonly used values for $n are ~5 or greater. ($n must be odd number). | :Commonly used values for $n are ~5 or greater. ($n must be odd number). | ||
|} | |} | ||
---- |
Revision as of 05:55, 18 July 2013
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct a Ramberg–Osgood steel material object.
uniaxialMaterial RambergOsgoodSteel $matTag $fy $Es $a $n |
$matTag | integer tag identifying material |
$fy | yield strength |
$E0 | initial elastic tangent |
$a | “yield offset” and the Commonly used value for $a is 0.002 |
$n | Parameters to control the transition from elastic to plastic branches. And controls the hardening of the material by increasing the "n" hardening ratio will be decreased.
|