Element.quad4d

From Nemesis
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
 
This command defines a displacement based, four-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.
 +
 +
[[Image:Quad.png|thumb|The four-node quadrilateral.]]
  
 
=Syntax=
 
=Syntax=
Line 21: Line 23:
 
|}
 
|}
  
[[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:05, 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.

The four-node quadrilateral.

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