Difference between revisions of "Element Types"

From OSUPDOCS
Jump to navigation Jump to search
(Created page with "This page lists the elements that can be used in FEA calculations. == FEA Element Types == * <tt>1</tt>: 3-node constant-strain triangular elements (linear) * <tt>2</tt>: 4-...")
 
Line 10: Line 10:
* <tt>6</tt>: 6-node imperfect interface elements (quadratic)
* <tt>6</tt>: 6-node imperfect interface elements (quadratic)
* <tt>8</tt>: 9-node Langrangian rectangular element (quadratic) (9 point Gaussian quadrature)
* <tt>8</tt>: 9-node Langrangian rectangular element (quadratic) (9 point Gaussian quadrature)
== Scripted Input Files ==
== XML Input Files ==
In <tt>XML</tt> input files, the first [[Area Command#XML Area Block|<tt>&lt;Area&gt;</tt> block]] must define an element <tt>type</tt> in an attribute. Subsequent <tt>&lt;Area&gt;</tt> blocks can omit the <tt>type</tt> attribute unless the element type is changed to have an analysis with mixed elements. When mixed elements are used, they must be compatible elements (<i>i.e.</i>, you can mix linear elements (types 1, 2, and 5) with each other or quadratic elements (types 3, 4, 6, and 8) with each other, but cannot mix linear elements with quadratic elements).  Finally, solid (or quadrilateral) areas can only use solid elements (types 1, 2, 3, 4, and 8) and interface areas can use only interface elements (type 5 and 6).

Revision as of 10:39, 30 August 2013

This page lists the elements that can be used in FEA calculations.

FEA Element Types

  • 1: 3-node constant-strain triangular elements (linear)
  • 2: 4-node isoparametric rectangular elements (linear)
  • 3: 8-node isoparametric rectangular elements (quadratic)
  • 4: 6-node isoparametric triangular elements (quadratic)
  • 5: 4-node imperfect inteface elements (linear)
  • 6: 6-node imperfect interface elements (quadratic)
  • 8: 9-node Langrangian rectangular element (quadratic) (9 point Gaussian quadrature)

Scripted Input Files

XML Input Files

In XML input files, the first <Area> block must define an element type in an attribute. Subsequent <Area> blocks can omit the type attribute unless the element type is changed to have an analysis with mixed elements. When mixed elements are used, they must be compatible elements (i.e., you can mix linear elements (types 1, 2, and 5) with each other or quadratic elements (types 3, 4, 6, and 8) with each other, but cannot mix linear elements with quadratic elements). Finally, solid (or quadrilateral) areas can only use solid elements (types 1, 2, 3, 4, and 8) and interface areas can use only interface elements (type 5 and 6).