Cell2D#

class sectionproperties.post.fibre.Cell2D(ele: Tri6, omega: ndarray[Any, dtype[float64]] | None = None)[source]#

Bases: Cell

A 2D cell section.

Methods

export

Export the cell to a 2D cell section.

Attributes

tag

area

material

y

z

omega

py

pz

__init__(ele: Tri6, omega: ndarray[Any, dtype[float64]] | None = None) None#

Converts a Tri6 element to a fibre cell.

If omega is None, no warping is considered.

Parameters:
  • ele (Tri6) – The Tri6 element

  • omega (ndarray[Any, dtype[float64]] | None) – The warping function

export() str[source]#

Export the cell to a 2D cell section.

Returns:

The exported cell

Return type:

str