Uniaxial Section: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 34: | Line 34: | ||
---- | ---- | ||
Code Developed by: <span style="color:blue"> Micheal H. Scott, Oregon State </span> | Code Developed by: <span style="color:blue"> Micheal H. Scott, Oregon State University </span> |
Latest revision as of 17:43, 15 August 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 UniaxialSection object which uses a previously-defined UniaxialMaterial object to represent a single section force-deformation response quantity.
section Uniaxial $secTag $matTag $quantity |
$secTag | unique section tag |
$matTag | tag of uniaxial material |
$quantity | the force-deformation quantity to be modeled by this section object. One of the following strings is used: |
P Axial force-deformation | |
Mz Moment-curvature about section local z-axis | |
Vy Shear force-deformation along section local y-axis | |
My Moment-curvature about section local z-axis | |
Vz Shear force-deformation along section local z-axis | |
T Torsion Force-Deformation |
Code Developed by: Micheal H. Scott, Oregon State University