Cell3DOS

class sectionproperties.post.fibre.Cell3DOS(ele: Tri6, omega: npt.NDArray[np.float64] | None = None)[source]

Bases: Cell

A 3DOS cell section.

Methods

export

Export the cell to a 3DOS cell section.

Attributes

tag

area

material

y

z

omega

py

pz

__init__(ele: Tri6, omega: npt.NDArray[np.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 (npt.NDArray[np.float64] | None) – The warping function. Defaults to None.

export() str[source]

Export the cell to a 3DOS cell section.

Returns:

The exported cell

Return type:

str