Element.tria3d
From Nemesis
(Difference between revisions)
| Line 6: | Line 6: | ||
element.tria3d(id,dof<sub>1</sub>,dof<sub>2</sub>,dof<sub>3</sub>,mat) | element.tria3d(id,dof<sub>1</sub>,dof<sub>2</sub>,dof<sub>3</sub>,mat) | ||
| − | + | where | |
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | {| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" | ||
|- bgcolor="#CCCCCC" align="center" | |- bgcolor="#CCCCCC" align="center" | ||
Latest revision as of 22:09, 24 January 2007
The following article describes the use of the element.tria3d command. This command defines a displacement based, three-node bilinear triangle, whose nodes are given in an anticlockwise manner.
Contents |
[edit] Syntax
element.tria3d(id,dof1,dof2,dof3,mat)
where
| Parameter | description | type | default |
|---|---|---|---|
| id | The elemental id | integer | - |
| dof1-3 | The elemental nodes | integer | - |
| mat | The element material | integer | - |
[edit] Examples
element.tria3d(2,1,2,10,2)
[edit] Comments
Nodes and material must be already defined.
[edit] See also
- node module.
- material module.
- element module.
- User guide.