Elastic Isotropic Material: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
| '''$v ''' || Poisson's ratio | | '''$v ''' || Poisson's ratio | ||
|- | |- | ||
| '''$rho''' || mass | | '''$rho''' || optional, mass density default = 0.0. | ||
|} | |} | ||
Revision as of 19:57, 28 July 2010
- 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 ElasticIsotropic material object.
nDMaterial ElasticIsotropic $matTag $E $v <$rho> |
$matTag | integer tag identifying material |
$E | elastic Modulus |
$v | Poisson's ratio |
$rho | optional, mass density 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 Unieversity