Fiber Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '{{CommandManualMenu}} This command allows the user to construct a single fiber and add it to the enclosing FiberSection. {| style="background:yellow; color:black; width:800px" ...')
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{CommandManualMenu}}
{{CommandManualMenu}}


This command allows the user to construct a single fiber and add it to the enclosing FiberSection.
This command allows the user to construct a single fiber and add it to the enclosing FiberSection or NDFiberSection.


{| style="background:yellow; color:black; width:800px"  
{| style="background:yellow; color:black; width:800px"  
Line 17: Line 17:
| '''$A''' || area of the fiber.
| '''$A''' || area of the fiber.
|-
|-
| '''$matTag''' || material tag associated with this fiber.
| '''$matTag''' || material tag associated with this fiber (UniaxialMaterial tag for a FiberSection and NDMaterial tag for use in an NDFiberSection).
|}
|}



Latest revision as of 16:30, 13 September 2012




This command allows the user to construct a single fiber and add it to the enclosing FiberSection or NDFiberSection.

fiber $yLoc $zLoc $A $matTag


$yLoc y coordinate of the fiber in the section (local coordinate system)
$zLoc z coordinate of the fiber in the section (local coordinate system)
$A area of the fiber.
$matTag material tag associated with this fiber (UniaxialMaterial tag for a FiberSection and NDMaterial tag for use in an NDFiberSection).



Code Developed by: fmk