Element.quad4d

From Nemesis
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
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.
 +
 +
[[Image:Quad.png|thumb|The four-node quadrilateral.]]
  
 
=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=
+
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:12, 24 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

[edit] Syntax

element.quad4d(id,dof1,dof2,dof3,dof4,mat)

where

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

[edit] Examples

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

[edit] Comments

Nodes and material must be already defined.

[edit] See also

Personal tools