ElasticMultiLinear Material: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a multi-linear elastic uniaxial material object. {| | style="background:yellow; color:black; width:800px" | '''uniaxial...') |
No edit summary |
||
Line 16: | Line 16: | ||
| '''$stressPoints ''' || array of stress points along stress-strain curve | | '''$stressPoints ''' || array of stress points along stress-strain curve | ||
|} | |} | ||
---- | ---- | ||
Code Developed by: <span style="color:blue"> | Code Developed by: <span style="color:blue"> Andreas Schellenberg, University of California, Berkeley. </span> |
Revision as of 23:36, 18 January 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 multi-linear elastic uniaxial material object.
uniaxialMaterial ElasticMultiLinear $matTag -strain $strainPoints -stress $stressPoints |
$matTag | integer tag identifying material |
$strainPoints | array of strain points along stress-strain curve |
$stressPoints | array of stress points along stress-strain curve |
Code Developed by: Andreas Schellenberg, University of California, Berkeley.