ShellNLDKGQ: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a ShellNLDKGQ element object accounting for the geometric nonlinearity of large deformation using the updated Lagrangian ...')
 
No edit summary
Line 26: Line 26:
NOTE:
NOTE:
#Three examples of this element can be found on the following URL
#Three examples of this element can be found on the following URL
http://www.luxinzheng.net/download/OpenSEES/Examples_of_NLDKGQ_element.htm
http://www.luxinzheng.net/download/OpenSEES/Examples_of_NLDKGQ_element.htm
.
.

Revision as of 16:36, 26 May 2015




This command is used to construct a ShellNLDKGQ element object accounting for the geometric nonlinearity of large deformation using the updated Lagrangian formula, which is developed based on the ShellDKGQ element.


element ShellNLDKGQ $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 must be a PlateFiberSection, a ElasticMembranePlateSection and a LayeredShell section.



NOTE:

  1. Three examples of this element can be found on the following URL
http://www.luxinzheng.net/download/OpenSEES/Examples_of_NLDKGQ_element.htm

.