Element.quad4d

From Nemesis
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
The following article describes the use of the <tt>element.quad4d</tt> command.
 
The following article describes the use of the <tt>element.quad4d</tt> command.
This command defines a displacement based, 4-node bilinear quadrilateral, whose nodes
+
This command defines a displacement based, four-node bilinear quadrilateral, whose nodes
 
are given in an anticlockwise manner as shown in the figure.
 
are given in an anticlockwise manner as shown in the figure.
  
Line 21: Line 21:
 
|}
 
|}
  
 +
[[Image:Quad.png|thumb|The four-node quadrilateral.]]
 
=Examples=
 
=Examples=
 
   element.quad4d(2,1,2,10,9,2)
 
   element.quad4d(2,1,2,10,9,2)

Revision as of 18:04, 11 January 2007

The following article describes the use of the element.quad4d command. This command defines a displacement based, four-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 -
The four-node quadrilateral.

Examples

 element.quad4d(2,1,2,10,9,2)

Comments

Nodes and material must be already defined.

See also

Personal tools