MultiLinear Material: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
---- | ---- | ||
NOTE: Muximum number of points on the envelope is 10. | NOTE: Muximum number of points on the envelope is 10. |
Revision as of 19:13, 4 December 2012
- 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 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 second point of the envelope |
$u3 $f3 | strain and stress (or deformation & force) at third point of the envelope |
$u4 $f4 | strain and stress (or deformation & force) at fourth 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