ShellDKGQ: Difference between revisions
Jump to navigation
Jump to search
Xinzheng Lu (talk | contribs) (Created page with '{{CommandManualMenu}} This command is used to construct a ShellDKGQ element object, which is a quadrilateral shell element based on the theory of generalized conforming element:...') |
Xinzheng Lu (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This command is used to construct a ShellDKGQ element object, which is a quadrilateral shell element based on the theory of generalized conforming element | This command is used to construct a ShellDKGQ element object, which is a quadrilateral shell element based on the theory of generalized conforming element. | ||
Revision as of 16:40, 26 May 2015
- 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 a ShellDKGQ element object, which is a quadrilateral shell element based on the theory of generalized conforming element.
element ShellDKGQ $eleTag $iNode $jNode $kNode $lNode $secTag |
$eleTag | unique element object tag |
$iNode $jNode $kNode $lNode | four nodes defining element boundaries, input in clockwise or counter-clockwise order around the element. |
$secTag | tag associated with previously-defined SectionForceDeformation object.
Currently can be a PlateFiberSection, a ElasticMembranePlateSection and a LayeredShell section |