Elastic Isotropic Material: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:


{|  
{|  
| style="background:yellow; color:black; width:800px" | '''nDMaterial ElasticIsotropic $matTag $E $v <$rho>'''
| style="background:lime; color:black; width:800px" | '''nDMaterial ElasticIsotropic $matTag $E $v <$rho>'''
|}
|}


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


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


Code Developed by: <span style="color:blue"> Micheal Scott, Oregon State Unieversity </span>
Code Developed by: <span style="color:blue"> Micheal Scott, Oregon State University </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