![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Class that is the children of UVCCalibrated and combine the class SteelIShape (section) to retrieve the information needed for the material model of the web. More...
Public Member Functions | |
def | __init__ (self, int ID, SteelIShape section, calibration='S355J2_HEB500_web') |
Constructor of the class. More... | |
def | __init__ (self, int ID, str calibration, fy=-1, E=-1) |
Constructor of the class. More... | |
![]() | |
def | __init__ (self, int ID, fy, Ey, QInf, b, DInf, a, np.ndarray cK, np.ndarray gammaK) |
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) |
Implementation of the homonym abstract method. More... | |
def | UpdateStoredData (self) |
Implementation of the homonym abstract method. More... | |
def | UVCuniaxial (self) |
Generate the material model Updated Voce-Chaboche (UVC) for uniaxial stress states. More... | |
def | CheckApplicability (self) |
Abstract function used to check the applicability of the material model. More... | |
Public Attributes | |
section | |
section_name_tag | |
![]() | |
calibration | |
![]() | |
a | |
b | |
cK | |
data | |
DInf | |
Ey | |
fy | |
gammaK | |
ID | |
Initialized | |
N | |
QInf | |
section_name_tag | |
Class that is the children of UVCCalibrated and combine the class SteelIShape (section) to retrieve the information needed for the material model of the web.
UVCCalibrated | Parent class. |
Definition at line 2890 of file MaterialModels.py.
def __init__ | ( | self, | |
int | ID, | ||
SteelIShape | section, | ||
calibration = 'S355J2_HEB500_web' |
|||
) |
Constructor of the class.
ID | (int): Unique material model ID. |
section | (SteelIShape): SteelIShape section object. |
calibration | (str, optional): Label of the calibration parameter set. The options are listed in UVCCalibrated. Defaults to 'S355J2_HEB500_web'. Change it accordingly to the steel rebars material properties. |
Reimplemented from UVCCalibrated.
Definition at line 2897 of file MaterialModels.py.
section |
Definition at line 2906 of file MaterialModels.py.
section_name_tag |
Definition at line 2908 of file MaterialModels.py.