Element.quad4d
From Nemesis
(Difference between revisions)
| Line 16: | Line 16: | ||
|id || The elemental id ||align="center"| integer ||align="center"|- | |id || The elemental id ||align="center"| integer ||align="center"|- | ||
|- | |- | ||
| − | |dof<sub>1-4< | + | |dof<sub>1-4</sub> || The elemental [[|node|nodes]] ||align="center"| integer ||align="center"|- |
|- | |- | ||
|mat || The element [[material]] ||align="center"| integer ||align="center"|- | |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 | The elemental [[|node|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.