![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Class that is the children of UniaxialBilinear and combine the class SteelIShape (section) to retrieve the information needed. More...
Public Member Functions | |
def | __init__ (self, int ID, SteelIShape section, b=0.01) |
Constructor of the class. More... | |
![]() | |
def | __init__ (self, int ID, fy, Ey, b=0.01) |
Constructor of the class. More... | |
def | CheckApplicability (self) |
Implementation of the homonym abstract method. 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 | Steel01 (self) |
Generate the material model Steel01 uniaxial bilinear material model. More... | |
def | UpdateStoredData (self) |
Implementation of the homonym abstract method. More... | |
def | CheckApplicability (self) |
Abstract function used to check the applicability of the material model. More... | |
Public Attributes | |
section | |
section_name_tag | |
![]() | |
b | |
data | |
Ey | |
ey | |
fy | |
ID | |
Initialized | |
section_name_tag | |
Class that is the children of UniaxialBilinear and combine the class SteelIShape (section) to retrieve the information needed.
UniaxialBilinear | Parent class. |
Definition at line 2448 of file MaterialModels.py.
def __init__ | ( | self, | |
int | ID, | ||
SteelIShape | section, | ||
b = 0.01 |
|||
) |
Constructor of the class.
It passes the arguments into the parent class to generate the combination of the parent class and the section class SteelIShape. The copy of the section passed is stored in the member variable self.section.
ID | (int): Unique material model ID. |
section | (SteelIShape): SteelIShape section object. |
b | (float, optional): Strain hardening factor. Defaults to 0.01. |
Reimplemented from UniaxialBilinear.
Definition at line 2454 of file MaterialModels.py.
section |
Definition at line 2464 of file MaterialModels.py.
section_name_tag |
Definition at line 2466 of file MaterialModels.py.