Element.quad4d
From Nemesis
(Difference between revisions)
| Line 14: | Line 14: | ||
!width="150"|default | !width="150"|default | ||
|- | |- | ||
| − | |id || The elemental id | + | |id || The elemental id ||align="center"| integer ||align="center"|- |
|- | |- | ||
| − | |dof<sub>1-4</sub> || The elemental [ | + | |dof<sub>1-4</sub> || The elemental []node|nodes]] ||align="center"| integer ||align="center"|- |
|- | |- | ||
| − | |mat || The element [[material]] | + | |mat || The element [[material]] ||align="center"| integer ||align="center"|- |
|} | |} | ||
Revision as of 18:01, 11 January 2007
The following article describes the use of the element.quad4d command. This command defines a displacement based, 4-node bilinear quadrilateral, whose nodes are given in an anticlockwise manner as shown in the figure.
Contents |
Syntax
element.quad4d(id,dof1<\sub>,dof2<\sub>,dof3<\sub>,dof4<\sub>,mat)
Parameters
| Parameter | description | type | default |
|---|---|---|---|
| id | The elemental id | integer | - |
| dof1-4 | nodes]] | integer | - |
| mat | The element material | integer | - |
Examples
element.quad4d(2,1,2,10,9,2)
Comments
Nodes and material must be already defined.
See also
- node module.
- material module.
- element module.
- User guide.