ShellNLDKGQ: Difference between revisions
Jump to navigation
Jump to search
Xinzheng Lu (talk | contribs) (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 ...') |
Xinzheng Lu (talk | contribs) No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
|- | |- | ||
| '''$secTag''' || tag associated with previously-defined SectionForceDeformation object. | | '''$secTag''' || tag associated with previously-defined SectionForceDeformation object. | ||
Currently | Currently can be a PlateFiberSection, a ElasticMembranePlateSection and a LayeredShell section. | ||
|} | |} | ||
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 | ||
. | |||
'''References''': | |||
{| | |||
| '''[1] ''' || Lu XZ, Xie LL, Guan H, Huang YL, Lu X, A shear wall element for nonlinear seismic analysis of super-tall buildings using OpenSees, Finite Elements in Analysis & Design, 2015, 98: 14-25. | |||
|- | |||
|} | |||
Code Developed by : <span style="color:blue"> Lisha Wang, Tsinghua University, Prof. Xinzheng Lu, Tsinghua University, Linlin Xie, Tsinghua University, Prof. Song Cen, Tsinghua University and Prof. Quan Gu, Xiamen University </span> |
Latest revision as of 02:16, 28 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 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 can be a PlateFiberSection, a ElasticMembranePlateSection and a LayeredShell section. |
NOTE:
- Three examples of this element can be found on the following URL
http://www.luxinzheng.net/download/OpenSEES/Examples_of_NLDKGQ_element.htm
References:
[1] | Lu XZ, Xie LL, Guan H, Huang YL, Lu X, A shear wall element for nonlinear seismic analysis of super-tall buildings using OpenSees, Finite Elements in Analysis & Design, 2015, 98: 14-25. |
Code Developed by : Lisha Wang, Tsinghua University, Prof. Xinzheng Lu, Tsinghua University, Linlin Xie, Tsinghua University, Prof. Song Cen, Tsinghua University and Prof. Quan Gu, Xiamen University