Elastic-Perfectly Plastic Gap Material: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(New page: This command is used to construct an elastic perfectly-plastic gap uniaxial material object. {| | style="background:yellow; color:black; width:800px" | '''uniaxialMaterial ElasticPPGap ...)
 
mNo edit summary
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{CommandManualMenu}}
This command is used to construct an elastic perfectly-plastic gap uniaxial material object.
This command is used to construct an elastic perfectly-plastic gap uniaxial material object.




{|  
{|  
| style="background:yellow; color:black; width:800px" | '''uniaxialMaterial ElasticPPGap $matTag $E $Fy $gap <$eta> <damage>'''
| style="background:lime; color:black; width:800px" | '''uniaxialMaterial ElasticPPGap $matTag $E $Fy $gap $eta <damage>'''
|}
|}


Line 19: Line 21:
|  '''$eta ''' || hardening ratio (=Eh/E), which can be negative
|  '''$eta ''' || hardening ratio (=Eh/E), which can be negative
|-
|-
|  '''$damage''' || a switch to accumulate damage in the material. If damage is omitted, default value, the gap material "re-centers" on load reversal.
|  '''$damage''' || an optional string to specify whether to accumulate damage or not in the material. With the default string, "noDamage" the gap material will re-center on load reversal. If the string "damage" is provided this recentering will not occur and gap will grow.
|}
|}


Line 25: Line 27:
[[Image:ElasticPPGap.gif]]
[[Image:ElasticPPGap.gif]]


EXAMPLE:
[[File: ElasticPPGap.tcl]]
<tcl>ElasticPPGap.tcl</tcl>
[[Image:ElasticPPGapPlotA.png]]
[[Image:ElasticPPGapPlotB.png]]


----
----


Code Developed by: <span style="color:blue"> krm </span>
 
Code Developed by: <span style="color:blue"> Kevin Mackie, University of Central Florida</span>

Latest revision as of 18:51, 2 January 2024




This command is used to construct an elastic perfectly-plastic gap uniaxial material object.


uniaxialMaterial ElasticPPGap $matTag $E $Fy $gap $eta <damage>

$matTag integer tag identifying material
$E tangent
$Fy stress or force at which material reaches plastic state
$gap initial gap (strain or deformation)
$eta hardening ratio (=Eh/E), which can be negative
$damage an optional string to specify whether to accumulate damage or not in the material. With the default string, "noDamage" the gap material will re-center on load reversal. If the string "damage" is provided this recentering will not occur and gap will grow.



EXAMPLE:

File:ElasticPPGap.tcl

<tcl>ElasticPPGap.tcl</tcl>



Code Developed by: Kevin Mackie, University of Central Florida