Wide Flange Section: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command allows the user to construct a WFSection2d object, which is an encapsulated fiber representation of a wide flange steel section appropriate fo...') |
mNo edit summary |
||
| Line 33: | Line 33: | ||
---- | ---- | ||
Code Developed by: <span style="color:blue"> Michael H. Scott </span> | Code Developed by: <span style="color:blue"> Michael H. Scott, Oregon State University </span> | ||
Revision as of 17:33, 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 allows the user to construct a WFSection2d object, which is an encapsulated fiber representation of a wide flange steel section appropriate for plane frame analysis.
| section WFSection2d $secTag $matTag $d $tw $bf $tf $Nfw $Nff |
| $secTag | unique section tag |
| $matTag | tag of uniaxialMaterial assigned to each fiber |
| $d | section depth |
| $tw | web thickness |
| $bf | flange width |
| $tf | flange thickness |
| $Nfw | number of fibers in the web |
| $Nff | number of fibers in each flange |
Code Developed by: Michael H. Scott, Oregon State University