Elastic Isotropic Material: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to construct an ElasticIsotropic material object. This command is used to construct an elastic material object. {| | style="background:yellow; color:black; width:80...) |
No edit summary |
||
Line 20: | Line 20: | ||
---- | ---- | ||
Code Developed by: <span style="color:blue"> fmk </span> | Code Developed by: <span style="color:blue"> fmk </span> |
Revision as of 18:19, 30 September 2009
This command is used to construct an ElasticIsotropic material object.
This command is used to construct an elastic material object.
nDMaterial ElasticIsotropic $matTag $E $v |
$matTag | integer tag identifying material |
$E | elastic Modulus |
$v | Poisson's ratio |
The material formulations for the ElasticIsotropic object are "ThreeDimensional," "PlaneStrain," "Plane Stress," "AxiSymmetric," and "PlateFiber."
Code Developed by: fmk