AxialSpHD Material: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a uniaxial AxialSpHD material object. This material model produces axial stress-strain curve of elastomeric bearings incl...') |
No edit summary |
||
Line 15: | Line 15: | ||
| '''$sce''' || compressive modulus | | '''$sce''' || compressive modulus | ||
|- | |- | ||
| '''$fty $fcy''' || yield stress under tension ('''$fty''') and compression ('''$fcy''') | | '''$fty $fcy''' || yield stress under tension ('''$fty''') and compression ('''$fcy''') (see note 1) | ||
|- | |- | ||
| '''$bte $bty $bth $bcy''' || reduction rate (see note 1) | | '''$bte $bty $bth $bcy''' || reduction rate for tensile elastic range ('''$bte'''), tensile yielding ('''$bty'''), tensile hardening ('''$bth''') and compressive yielding ('''$bcy''') (see note 1) | ||
|- | |- | ||
| '''$fcr ''' || target point stress (see note | | '''$fcr ''' || target point stress (see note 1) | ||
|- | |- | ||
| '''$ath''' || | | '''$ath''' || hardening strain ratio to yield strain (see note 1) | ||
|} | |} | ||
NOTES: | NOTES: | ||
1) | 1) Input parameters are required to satisfy followings. | ||
'''$fcy''' < 0.0 < '''$fty''' | |||
0.0 <= '''$bty''' < '''$bth''' < '''$bte''' <= 1.0 | |||
0.0 <= '''$bcy''' <= 1.0 | |||
'''$fcy''' <= '''$fcr''' <= 0.0 | |||
1.0 <= '''$ath''' | |||
[[Image:AxialSpHD_note1.png|250px]] [[Image:AxialSpHD_note2.png|250px]] | |||
---- | ---- | ||
EXAMPLE: | EXAMPLE: | ||
[[Media:AxialSpHD_sample.tcl|AxialSpHD_sample.tcl]] | |||
[[Image:AxialSpHD_StressStrain.png|300px]] |
Revision as of 20:18, 5 June 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 uniaxial AxialSpHD material object. This material model produces axial stress-strain curve of elastomeric bearings including hardening behavior.
uniaxialMaterial AxialSpHD $matTag $sce $fty $fcy <$bte $bty $bth $bcy $fcr $ath> |
$matTag | integer tag identifying material |
$sce | compressive modulus |
$fty $fcy | yield stress under tension ($fty) and compression ($fcy) (see note 1) |
$bte $bty $bth $bcy | reduction rate for tensile elastic range ($bte), tensile yielding ($bty), tensile hardening ($bth) and compressive yielding ($bcy) (see note 1) |
$fcr | target point stress (see note 1) |
$ath | hardening strain ratio to yield strain (see note 1) |
NOTES:
1) Input parameters are required to satisfy followings.
$fcy < 0.0 < $fty
0.0 <= $bty < $bth < $bte <= 1.0
0.0 <= $bcy <= 1.0
$fcy <= $fcr <= 0.0
1.0 <= $ath
EXAMPLE: