![]() |
OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
|
Parent abstract class for the storage and manipulation of a material model's information (mechanical and geometrical parameters, etc) and initialisation in the model. More...
Public Member Functions | |
def | CheckApplicability (self) |
Abstract function used to check the applicability of the material model. More... | |
Parent abstract class for the storage and manipulation of a material model's information (mechanical and geometrical parameters, etc) and initialisation in the model.
DataManagement | Parent abstract class. |
Definition at line 19 of file MaterialModels.py.
def CheckApplicability | ( | self | ) |
Abstract function used to check the applicability of the material model.
Reimplemented in ModifiedIMK, Gupta1999, Skiadopoulos2021, UnconfMander1988, ConfMander1988Rect, ConfMander1988Circ, UniaxialBilinear, GMP1970, and UVC.
Definition at line 27 of file MaterialModels.py.