Elastic Orthotropic Material: Difference between revisions
Jump to navigation
Jump 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...') |
mNo edit summary |
||
Line 21: | Line 21: | ||
|} | |} | ||
The material formulations for the ElasticOrthotropic object are "ThreeDimensional," " | 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
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
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