Previous Topic

Next Topic

Book Contents

Circular Layer Command

This command is used to construct a circular layer of reinforcing bars.

layer circ $matTag $numBar $areaBar $yCenter $zCenter $radius <$startAng $endAng>

$matTag

material integer tag of the previously-defined UniaxialMaterial object used to represent the stress-strain for the area of the fiber

$numBar

number of reinforcing bars along layer

$areaBar

area of individual reinforcing bar

$yCenter

$zCenter

y and z-coordinates of center of reinforcing layer (local coordinate system)

$radius

radius of reinforcing layer

$startAng

$endAng

starting and ending angle of reinforcing layer, respectively. (Optional, Default: a full circle is assumed 0-360)

NOTE: in 2D bending is about the local z-axis

EXAMPLE:

layer circ $steelMatTag 10 0.11 0.0 0.0 $h 0 360; # define circular steel layer of 10 bars with area 0.11 uniformly distributed along circumference of circle of diameter 2h

Previous Topic

Next Topic