4.15. nDMaterial commands¶
-
nDMaterial
(matType, matTag, *matArgs)¶ This command is used to construct an NDMaterial object which represents the stress-strain relationship at the gauss-point of a continuum element.
matType
(str)material type matTag
(int)material tag. matArgs
(list)a list of material arguments, must be preceded with *
.
For example,
matType = 'ElasticIsotropic'
matTag = 1
matArgs = [E, v]
nDMaterial(matType, matTag, *matArgs)
4.15.1. Standard Models¶
The following contain information about available matType
:
- ElasticIsotropic
- ElasticOrthotropic
- J2Plasticity
- DruckerPrager
- PlaneStress
- PlaneStrain
- MultiaxialCyclicPlasticity
- BoundingCamClay
- PlateFiber
- FSAM
- ManzariDafalias
- PM4Sand
- PM4Silt
- StressDensityModel
- AcousticMedium
4.15.3. Materials for Modeling Concrete Walls¶
4.15.5. Wrapper material for Initial State Analysis¶
4.15.6. UC San Diego soil models¶
- PressureIndependMultiYield
- PressureDependMultiYield
- PressureDependMultiYield02
- PressureDependMultiYield03