Difference between revisions of "Elastic Orthotropic Material"

From OpenSeesWiki
Jump to navigationJump to search
(Created page with '{{CommandManualMenu}} This command is used to construct an ElasticOrthotropic material object. {| | style="background:lime; color:black; width:800px" | '''nDMaterial ElasticOr...')
 
m
 
Line 21: Line 21:
 
|}
 
|}
  
The material formulations for the ElasticOrthotropic object are "ThreeDimensional," "PlaneStrain," "Plane Stress," "AxiSymmetric," "BeamFiber", and "PlateFiber."
+
The material formulations for the ElasticOrthotropic object are "ThreeDimensional", "PlaneStrain", "Plane Stress", "AxiSymmetric", "BeamFiber", and "PlateFiber".
  
 
----
 
----
  
 
Code Developed by: <span style="color:blue"> Micheal Scott, Oregon State University </span>
 
Code Developed by: <span style="color:blue"> Micheal Scott, Oregon State University </span>

Latest revision as of 19:10, 4 June 2013




This command is used to construct an ElasticOrthotropic material object.

nDMaterial ElasticOrthotropic $matTag $Ex $Ey $Ez $vxy $vyz $vzx $Gxy $Gyz $Gzx <$rho>

$matTag integer tag identifying material
$Ex, $Ey, $Ez elastic modulii in three mutually perpendicular directions (x, y, and z)
$vxy, $vyz, $vzx Poisson's ratios
$Gxy, $Gyz, $Gzx shear modulii
$rho mass density, optional default = 0.0.

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


Code Developed by: Micheal Scott, Oregon State University