ShellNL
This command is used to construct a ShellNL element, a lagrangian nine-noded shell element.
$eleTag $node1 $node2 ... $node9 $secTag element ShellNL
eleTag
|
unique element object tag |
|
nine nodes defining element boundaries, input is the typical, firstly four corner nodes counter-clockwise, then mid-side nodes counter-clockwise and finally the central node. |
secTag
|
tag associated with previously-defined SectionForceDeformation object. Currently must be either a PlateFiberSection, or ElasticMembranePlateSection |
NOTE:
The valid queries to a Quad element when creating an
ElementRecorder
are ‘forces’, ‘stresses,’ and
material $matNum matArg1 matArg2 ...
Where $matNum
refers to the material object at the
integration point corresponding to the node numbers in the isoparametric
domain.
Examples
set t 10.0
-ndm 3 -ndf 6
model basic1 200000 0.3
nDMaterial ElasticIsotropic 2 1
nDMaterial PlateFiber 3 2 $t
section PlateFiber 1 1 27 29 3 14 28 16 2 15 3 element ShellNL
References
Zienkiewicz o.c., Taylor r.l. vol. 2. The finite element method. Solid mechanics. Elsevier 2000
Code Developed by: Leopoldo Tesser, Diego A. Talledo