OpenSeesPyAssistant 1.1
OpenSeesPy for everyone
MaterialModels Class Reference

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...

Inheritance diagram for MaterialModels:
ConfMander1988Circ ConfMander1988Rect GMP1970 Gupta1999 ModifiedIMK Skiadopoulos2021 UVC UnconfMander1988 UniaxialBilinear

Public Member Functions

def CheckApplicability (self)
 Abstract function used to check the applicability of the material model. More...
 

Detailed Description

Parent abstract class for the storage and manipulation of a material model's information (mechanical and geometrical parameters, etc) and initialisation in the model.

Parameters
DataManagementParent abstract class.

Definition at line 19 of file MaterialModels.py.

Member Function Documentation

◆ CheckApplicability()

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.

27 def CheckApplicability(self):
28 """
29 Abstract function used to check the applicability of the material model.
30 """
31 pass
32
33

The documentation for this class was generated from the following file: