Version: 9.16.0
Home
GeneralBeam Class Reference

This class defines a beam with a generic section. More...

Public Member Functions

def __init__ (self, groupName, groupGeomObj, parameters, name=Beam.DEFAULT_NAME, color=None)
 

Data Fields

 IY1
 
 IZ1
 
 IY2
 
 IZ2
 
 A1
 
 A2
 

Detailed Description

This class defines a beam with a generic section.

It is represented as a full rectangular beam with the following parameters:

  • HY1 = sqrt(12 * IZ1 / A1)
  • HZ1 = sqrt(12 * IY1 / A1)
  • HY2 = sqrt(12 * IZ2 / A2)
  • HZ2 = sqrt(12 * IY2 / A2)

See StructuralElementPart for the description of the other parameters.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  groupName,
  groupGeomObj,
  parameters,
  name = Beam.DEFAULT_NAME,
  color = None 
)

Reimplemented from RectangularBeam.

Field Documentation

◆ IY1

IY1

◆ IZ1

IZ1

◆ IY2

IY2

◆ IZ2

IZ2

◆ A1

A1

◆ A2

A2