Contents     Functions         Previous Next     PDF Index

tria3, tria6

Purpose

Element functions for a 3 node/18 DOF and 6 nodes/36 DOF shell elements.

Description

In a model description matrix, element property rows for tria3 elements follow the standard format

 [n1 n2 n3 MatID ProID EltID Theta Zoff T1 T2 T3] 

giving the node identification numbers ni, material MatID, property ProID. Other optional information is EltID the element identifier, Theta the angle between material x axis and element x axis (currently unused), Zoff the off-set along the element z axis from the surface of the nodes to the reference plane, Ti the thickness at nodes (used instead of il entry, currently the mean of the Ti is used).

The element only supports isotropic materials with the format described in m_elastic.

The supported property declaration format is described in p_shell. Note that tria3 only supports thin plate formulations.


tria3 uses a T3 triangle for membrane properties and a DKT for flexion (see [45] for example).


tria6 can only be used with p_shellformulation 5.

See also

quad4, quadb, fe_mat, p_shell, m_elastic, fe_mk, feplot


©1991-2012 by SDTools
Previous Up Next