Elastic Uniaxial Material: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to construct an elastic uniaxial material object. {| | style="background:yellow; color:black; width:800px" | '''uniaxialMaterial Elastic $matTag $E <$eta>''' |} ---...) |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to construct an elastic uniaxial material object. | This command is used to construct an elastic uniaxial material object. | ||
{| | {| | ||
| style="background: | | style="background:lime; color:black; width:800px" | '''uniaxialMaterial Elastic $matTag $E <$eta> <$Eneg>''' | ||
|} | |} | ||
Line 13: | Line 15: | ||
|- | |- | ||
| '''$eta ''' || damping tangent (optional, default=0.0) | | '''$eta ''' || damping tangent (optional, default=0.0) | ||
|- | |||
| '''$Eneg ''' || tangent in compression (optional, default=E) | |||
|} | |} | ||
[[Image:Elastic.gif]] [[Image:ElasticPosNeg.png]] | |||
---- | |||
Code Developed by: <span style="color:blue"> fmk </span> | Code Developed by: <span style="color:blue"> fmk </span> | ||
Latest revision as of 16:09, 19 October 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 an elastic uniaxial material object.
uniaxialMaterial Elastic $matTag $E <$eta> <$Eneg> |
$matTag | integer tag identifying material |
$E | tangent |
$eta | damping tangent (optional, default=0.0) |
$Eneg | tangent in compression (optional, default=E) |
Code Developed by: fmk