Version: 8.3.0
Home
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
GeneralBeam Class Reference

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

Public Member Functions

def __init__
 
def __repr__
 
def addOrientation
 Add orientation information to the structural element part. More...
 
def build
 Build the geometric shapes and the markers corresponding to the structural element part in the study studyId. More...
 

Data Fields

 IY1
 
 IZ1
 
 IY2
 
 IZ2
 
 A1
 
 A2
 
 HY1
 
 HZ1
 
 HY2
 
 HZ2
 
 EPY1
 
 EPZ1
 
 EPY2
 
 EPZ2
 
 filling
 
 groupName
 
 name
 
 geom
 
 baseShapesSet
 
 isMainShape
 
 color
 

Static Public Attributes

string DEFAULT_NAME = "Beam"
 

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

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

Member Function Documentation

def __repr__ (   self)
inherited
def addOrientation (   self,
  orientParams 
)
inherited

Add orientation information to the structural element part.

See class salome.geom.structelem.orientation.Orientation1D for the description of the parameters.

def build (   self)
inherited

Build the geometric shapes and the markers corresponding to the structural element part in the study studyId.

References StructuralElementPart._buildMarkers(), StructuralElementPart._buildPart(), and StructuralElementPart.color.

Field Documentation

IY1
IZ1
IY2
IZ2
A1
A2
HY1
inherited
HZ1
inherited
HY2
inherited
HZ2
inherited
EPY1
inherited
EPZ1
inherited
EPY2
inherited
EPZ2
inherited
filling
inherited
string DEFAULT_NAME = "Beam"
staticinherited
groupName
inherited
name
inherited
geom
inherited
baseShapesSet
inherited
isMainShape
inherited
color
inherited