Element.tria3d

From Nemesis
Revision as of 22:05, 20 January 2007 by Fotis (Talk | contribs)

(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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

Syntax

element.tria3d(id,dof1,dof2,dof3,mat)

Parameters

Parameter description type default
id The elemental id integer -
dof1-3 The elemental nodes integer -
mat The element material integer -

Examples

 element.tria3d(2,1,2,10,2)

Comments

Nodes and material must be already defined.

See also

Personal tools