RC Section: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command allows the user to construct an RCSection2d object, which is an encapsulated fiber representation of a rectangular reinforced concrete section...') |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This command allows the user to construct an RCSection2d object, which is an encapsulated fiber representation of a rectangular reinforced concrete section with core and confined regions of concrete and single top and bottom layers of | This command allows the user to construct an RCSection2d object, which is an encapsulated fiber representation of a rectangular reinforced concrete section with core and confined regions of concrete and single top and bottom layers of reinforcement appropriate for plane frame analysis. | ||
{| style="background:yellow; color:black; width:800px" | {| style="background:yellow; color:black; width:800px" | ||
| '''section | | '''section RCSection2d $secTag $coreTag $coverTag $steelTag $d $b $cover $Atop $Abot $Aside $Nfcore $Nfcover $Nfs''' | ||
|} | |} | ||
Line 30: | Line 30: | ||
|- | |- | ||
| '''$Abot''' || area of reinforcing bars in bottom layer | | '''$Abot''' || area of reinforcing bars in bottom layer | ||
|- | |||
| '''$Aside''' || area of reinforcing bars on intermediate layers | |||
|- | |- | ||
| '''$Nfcore''' || number of fibers through the core depth | | '''$Nfcore''' || number of fibers through the core depth | ||
Line 35: | Line 37: | ||
| '''$Nfcover''' || number of fibers through the cover depth | | '''$Nfcover''' || number of fibers through the cover depth | ||
|- | |- | ||
| '''$Nfs''' || number of | | '''$Nfs''' || number of bars on the top and bottom rows of reinforcement (Nfs-2 bars will be placed on the side rows) | ||
|} | |} | ||
For more general reinforced concrete section definitions, use the [[Fiber Section]] command. | |||
---- | ---- | ||
Code Developed by: <span style="color:blue"> Michael H. Scott, Oregon State University </span> | Code Developed by: <span style="color:blue"> Michael H. Scott, Oregon State University </span> |
Latest revision as of 13:28, 4 November 2014
- 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 allows the user to construct an RCSection2d object, which is an encapsulated fiber representation of a rectangular reinforced concrete section with core and confined regions of concrete and single top and bottom layers of reinforcement appropriate for plane frame analysis.
section RCSection2d $secTag $coreTag $coverTag $steelTag $d $b $cover $Atop $Abot $Aside $Nfcore $Nfcover $Nfs |
$secTag | unique section tag |
$coreTag | tag of uniaxialMaterial assigned to each fiber in the core region |
$coverTag | tag of uniaxialMaterial assigned to each fiber in the cover region |
$steelTag | tag of uniaxialMaterial assigned to each reinforcing bar |
$d | section depth |
$b | section width |
$cover | cover depth (assumed uniform around perimeter) |
$Atop | area of reinforcing bars in top layer |
$Abot | area of reinforcing bars in bottom layer |
$Aside | area of reinforcing bars on intermediate layers |
$Nfcore | number of fibers through the core depth |
$Nfcover | number of fibers through the cover depth |
$Nfs | number of bars on the top and bottom rows of reinforcement (Nfs-2 bars will be placed on the side rows) |
For more general reinforced concrete section definitions, use the Fiber Section command.
Code Developed by: Michael H. Scott, Oregon State University