Element.quad4d

From Nemesis
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
=Syntax=
 
=Syntax=
  element.quad4d(id,dof<sub>1<\sub>,dof<sub>2<\sub>,dof<sub>3<\sub>,dof<sub>4<\sub>,mat)
+
  element.quad4d(id,dof<sub>1</sub>,dof<sub>2</sub>,dof<sub>3</sub>,dof<sub>4</sub>,mat)
  
 
=Parameters=
 
=Parameters=

Revision as of 18:02, 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,dof2,dof3,dof4,mat)

Parameters

Parameter description type default
id The elemental id integer -
dof1-4 The elemental 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

Personal tools