Elastic Isotropic Material: Difference between revisions

From OpenSeesWiki
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...)
 
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CommandManualMenu}}
This command is used to construct an ElasticIsotropic material object.
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:800px" | '''nDMaterial ElasticIsotropic $matTag $E $v'''
| style="background:lime; color:black; width:800px" | '''nDMaterial ElasticIsotropic $matTag $E $v <$rho>'''
|}
|}


Line 15: Line 15:
|-
|-
|  '''$v ''' || Poisson's ratio  
|  '''$v ''' || Poisson's ratio  
|-
| '''$rho''' || mass density, optional default = 0.0.
|}
|}


Line 21: Line 23:
----
----


[[Image:Elastic.gif]]
Code Developed by: <span style="color:blue"> Micheal Scott, Oregon State University </span>
 
Code Developed by: <span style="color:blue"> fmk </span>

Latest revision as of 18:56, 4 June 2013




This command is used to construct an ElasticIsotropic material object.

nDMaterial ElasticIsotropic $matTag $E $v <$rho>

$matTag integer tag identifying material
$E elastic Modulus
$v Poisson's ratio
$rho mass density, optional default = 0.0.

The material formulations for the ElasticIsotropic object are "ThreeDimensional," "PlaneStrain," "Plane Stress," "AxiSymmetric," and "PlateFiber."


Code Developed by: Micheal Scott, Oregon State University