ShellNL

From OpenSeesWiki
Revision as of 18:37, 16 November 2011 by Fmk (talk | contribs) (Created page with '{{CommandManualMenu}} This command is used to construct a ShellNL element object, a lagrangian nine-noded shell element. {| | style="background:yellow; color:black; width:800...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search




This command is used to construct a ShellNL element object, a lagrangian nine-noded shell element.


element ShellNL $eleTag $node1 $node2 ... $node9 $secTag




$eleTag unique element object tag
$node1 ... $node9 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:

  1. The valid queries to a Quad element when creating an ElementRecorder object 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.




EXAMPLE:

element ShellNL      1      1     27     29      3     14     28     16      2     15   $secArgs 


REFERENCES:



Code Developed by: Leopoldo Tesser, Diego A. Talledo