GeneralSection

class compas_fea.structure.GeneralSection(name, A, Ixx, Ixy, Iyy, J, g0, gw)[source]

Bases: compas_fea.structure.section.Section

General cross-section for beam elements.

Parameters
  • name (str) – Section name.

  • A (float) – Area.

  • Ixx (float) – Second moment of area about axis x-x.

  • Ixy (float) – Cross moment of area.

  • Iyy (float) – Second moment of area about axis y-y.

  • J (float) – Torsional rigidity.

  • g0 (float) – Sectorial moment.

  • gw (float) – Warping constant.