|
| def | __init__ (self, name=None, E=193e9, fy=250e6, fu=400e6, gammaM=1.0, Rt=None, Ry=None) |
| |
| def | getDict (self) |
| |
| def | setFromDict (self, dct) |
| |
| def | __init__ (self, E, nu, fy, fu, gammaM) |
| |
| def | fyd (self) |
| |
| def | fmaxk (self) |
| |
| def | getDict (self) |
| |
| def | setFromDict (self, dct) |
| |
| def | defJ2PlateFibre (self, preprocessor, name, alpha=.05) |
| |
| def | __init__ (self, E, nu, rho=0.0) |
| |
| def | G (self) |
| |
| def | defElasticMaterial (self, preprocessor, name=None, overrideRho=None, initStrain=0.0) |
| |
| def | defElasticIsotropic3d (self, preprocessor, name=None, overrideRho=None) |
| |
| def | defElasticMembranePlateSection (self, preprocessor, thickness, name=None, overrideRho=None) |
| |
| def | defMembranePlateFiberSection (self, preprocessor, thickness, name=None, overrideRho=None) |
| |
| def | getDict (self) |
| |
| def | setFromDict (self, dct) |
| |
AISI structural steel.
:ivar name: steel identifier.
:ivar fy: yield stress (defaults to 250e6 Pa)
:ivar fu: ultimate tensile strength (defaults to 400e6 Pa)
:ivar gammaM: partial factor (defaults to 1.0)
:ivar Rt: Ratio of the expected tensile strength to the
specified minimum tensile strength, Fu.
See table A3.1 of AISC 341 seismic provisions.
:ivar Ry: Ratio of the expected yield stress to the specified
minimum yield stress, Fy.
See table A3.1 of AISC 341 seismic provisions.