ShellNL
- 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 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:
- 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