![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Class that is the children of FibersIShape and combine the class SteelIShape (section) to retrieve the information needed. More...
Public Member Functions | |
def | __init__ (self, int ID, SteelIShape section, int top_flange_mat_ID, list discr_top_flange, list discr_bottom_flange, list discr_web, GJ=0.0, bottom_flange_mat_ID=-1, web_mat_ID=-1) |
Constructor of the class. More... | |
![]() | |
def | __init__ (self, int ID, d, bf_t, bf_b, tf_t, tf_b, tw, int top_flange_mat_ID, int bottom_flange_mat_ID, int web_mat_ID, list discr_top_flange, list discr_bottom_flange, list discr_web, GJ=0.0) |
Constructor of the class. More... | |
def | CreateFibers (self) |
Method that initialise the fiber by calling the OpenSeesPy commands. More... | |
def | ReInit (self) |
Implementation of the homonym abstract method. More... | |
def | ShowInfo (self, plot=False, block=False) |
Implementation of the homonym abstract method. More... | |
def | UpdateStoredData (self) |
Implementation of the homonym abstract method. More... | |
Public Attributes | |
section | |
section_name_tag | |
![]() | |
bf_b | |
bf_t | |
bottom_flange_mat_ID | |
d | |
data | |
discr_bottom_flange | |
discr_top_flange | |
discr_web | |
fib_sec | |
GJ | |
ID | |
Initialized | |
section_name_tag | |
tf_b | |
tf_t | |
top_flange_mat_ID | |
tw | |
web_mat_ID | |
Class that is the children of FibersIShape and combine the class SteelIShape (section) to retrieve the information needed.
FibersIShape | Parent class. |
def __init__ | ( | self, | |
int | ID, | ||
SteelIShape | section, | ||
int | top_flange_mat_ID, | ||
list | discr_top_flange, | ||
list | discr_bottom_flange, | ||
list | discr_web, | ||
GJ = 0.0 , |
|||
bottom_flange_mat_ID = -1 , |
|||
web_mat_ID = -1 |
|||
) |
Constructor of the class.
ID | (int): Unique fiber section ID. |
section | (SteelIShape): SteelIShape section object. |
top_flange_mat_ID | (int): ID of material model that will be assigned to the top flange fibers. |
discr_top_flange | (list): List with two entries: discretisation in IJ (x/z) and JK (y) for the top flange. |
discr_bottom_flange | (list): List with two entries: discretisation in IJ (x/z) and JK (y) for the bottom flange. |
discr_web | (list): List with two entries: discretisation in IJ (x/z) and JK (y) for the web. |
GJ | (float, optional): Linear-elastic torsional stiffness assigned to the section. Defaults to 0.0, assume no torsional stiffness. |
bottom_flange_mat_ID | (int): ID of material model that will be assigned to the bottom flange fibers. Defaults to -1, e.g. equal to top_flange_mat_ID. |
web_mat_ID | (int): ID of material model that will be assigned to the web fibers. Defaults to -1, e.g. equal to top_flange_mat_ID. |
Reimplemented from FibersIShape.
Definition at line 646 of file Fibers.py.