Elastic Membrane Plate Section: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command allows the user to construct an ElasticMembranePlateSection object, which is an isotropic section appropriate for plate and shell analysis. ...') |
No edit summary |
||
Line 24: | Line 24: | ||
|} | |} | ||
---- | ---- | ||
Code Developed by: <span style="color:blue"> Edward "Eddie" Love </span> | Code Developed by: <span style="color:blue"> Edward "Eddie" Love </span> |
Latest revision as of 22:43, 16 March 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 allows the user to construct an ElasticMembranePlateSection object, which is an isotropic section appropriate for plate and shell analysis.
section ElasticMembranePlateSection $secTag $E $nu $h $rho |
$secTag | unique section tag |
$E | Young's Modulus |
$nu | Poisson's Ratio |
$h | depth of section |
$rho | mass density |
Code Developed by: Edward "Eddie" Love