Contents     Functions     Index     Previous Next     PDF

7.15  Legacy information



This section gives data that is no longer used but is important enough not to be deleted.

7.15.1  Legacy 2D elements

These elements support isotropic and 2-D anisotropic materials declared with a material entry described in m_elastic. Element property declarations are p_solid subtype 2 entries
 [ProId  fe_mat('p_solid','SI',2)  f  N  0]
Where
f Formulation : 0 plane stress, 1 plane strain, 2 axisymmetric.
N Fourier coefficient for axisymmetric formulations
Integ set to zero to select this family of elements.

The xy plane is used with displacement DOFs .01 and .02 given at each node. Element matrix calls are implemented using .c files called by of_mk_subs.c and handled by the element function itself, while load computations are handled by fe_load. For integration rules, see section 7.15.2. The following elements are supported

7.15.2  Rules for elements in of_mk_subs

hexa8, hexa20

The hexa8 and hexa20 elements are the standard 8 node 24 DOF and 20 node 60 DOF brick elements.

The hexa8 element uses the et*3q1d routines.

hexa8 volumes are integrated at 8 Gauss points

i = 1 /8 for i=1,4

bi for i=1,4 as below, with z=1

bi for i=4,8 as below, with z=2

hexa8 surfaces are integrated using a 4 point rule

i = 1 /4 for i=1,4

b1= ( 1 , 1 ) , b2= ( 2 , 1 ) , b3= ( 2 , 2 ) and b4= ( 1 , 2 )

with 1= 1 /2-1 /2 (3)1/2=0.2113249 and 2= 1 /2+1 /2 (3)1/2=0.7886751.

The hexa20 element uses the et*3q2c routines.

hexa20 volumes are integrated at 27 Gauss points l = wi wj wk for i,j,k=1,3

with

w1 = w3 = 5/18 and w2 = 8/18 bl = (i, j, k) for i,j,k=1,3

with

1 = 1 - (3/5)1/2 /2 , 2 = 0.5 and 3 = 1 + (3/5)1/2 /2

1 = 1 - (3/5)1/2 /2 , 2 = 0.5 and

hexa20 surfaces are integrated at 9 Gauss points k = wi wj for i,j=1,3 with

wi as above and bk = (i, j) for i,j=1,3

with 1 = 1 - (3/5)1/2 /2 , 2 = 0.5 and 3 = 1 + (3/5)1/2 /2 .

penta6, penta15

The penta6 and penta15 elements are the standard 6 node 18 DOF and 15 node 45 DOF pentahedral elements. A derivation of these elements can be found in [40].

The penta6 element uses the et*3r1d routines.

penta6 volumes are integrated at 6 Gauss points
Points bk x y z
1 a a c
2 b a c
3 a b c
4 a a d
5 b a d
6 a b d

with a=1 /6=.16667, b=4/6=.66667, c=1 /2-1 /2 (3)1/2=.21132, d= 1 /2+1 /2 (3)1/2=.78868

penta6 surfaces are integrated at 3 Gauss points for a triangular face (see tetra4) and 4 Gauss points for a quadrangular face (see hexa8).

penta15 volumes are integrated at 21 Gauss points with the 21 points formula

a= 9 - 2 (15)1/2 /21 , b= 9 + 2 (15)1/2 /21 ,

c= 6 + (15)1/2 /21 , d= 6 - (15)1/2 /21 ,

e= 0.5 ( 1 - ( 3 /5 )1/2 ),

f= 0.5 and g= 0.5 ( 1 + ( 3 /5 )1/2 )

= 155 - (15)1/2 /2400 , = 5 /18 ,

= 155 + (15)1/2 /2400 , = 9 /80 and = 8 /18 .

Positions and weights of the 21 Gauss point are
Points bk x y z weight k
1 d d e .
2 b d e .
3 d b e .
4 c a e .
5 c c e .
6 a c e .
7 1 /3 1 /3 e .
8 d d f .
9 b d f .
10 d b f .
11 c a f .
12 c c f .
13 a c f .
14 1 /3 1 /3 f .
15 d d g .
16 b d g .
17 d b g .
18 c a g .
19 c c g .
20 a c g .
21 1 /3 1 /3 g .

penta15 surfaces are integrated at 7 Gauss points for a triangular face (see tetra10) and 9 Gauss points for a quadrangular face (see hexa20).

tetra4, tetra10

The tetra4 element is the standard 4 node 12 DOF trilinear isoparametric solid element. tetra10 is the corresponding second order element.

You should be aware that this element can perform very badly (for poor aspect ratio, particular loading conditions, etc.) and that higher order elements should be used instead.

The tetra4 element uses the et*3p1d routines.

tetra4 volumes are integrated at the 4 vertices i = 1 /4 for i=1,4 and bi=Si the i-th element vertex.

tetra4 surfaces are integrated at the 3 vertices with i = 1 /3 for i=1,3 and bi=Si the i-th vertex of the actual face

The tetra10 element is second order and uses the et*3p2c routines.

tetra10 volumes are integrated at 15 Gauss points
Points bk 1 2 3 4 weight k
1 1 /4 1 /4 1 /4 1 /4 8 /405
2 b a a a
3 a b a a
4 a a b a
5 a a a b
6 d c c c
7 c d c c
8 c c d c
9 c c c d
10 e e f f
11 f e e f
12 f f e e
13 e f f e
14 e f e f
15 f e f e

with a = 7 - (15)1/2 /34 = 0.0919711 , b = 13 + 3 (15)1/2 /34 = 0.7240868 , c = 7 + (15)1/2 /34 = 0.3197936 ,
d = 13 - 3 (15)1/2 /34 = 0.0406191 , e = 10 - 2 (15)1/2 /40 = 0.0563508 , f = 10 + 2 (15)1/2 /40 = 0.4436492

and = 2665 + 14 (15)1/2 /226800 , = 2665 - 14 (15)1/2 /226800 et = 5 /567

j for j=1,4 are barycentric coefficients for each vertex Sj :

bk=j=1,4j Sj for k=1,15

tetra10 surfaces are integrated using a 7 point rule
Points bk 1 2 3 weight k
1 c d c
2 d c c
3 c c d
4 b b a
5 a b b
6 b a b
7 1 /3 1 /3 1 /3

with = 9 /80 = 0.11250 , = 155 - (15)1/2 /2400 = 0.06296959 , = 155 + (15)1/2 /2400 = 0.066197075 and a = 9 - 2 (15)1/2 /21 = 0.05961587 , b = 6 + (15)1/2 /21 = 0.47014206 , c = 6 - (15)1/2 /21 = 0.10128651 , d = 9 + 2 (15)1/2 /21 = 0.797427

j for j=1,3 are barycentric coefficients for each surface vertex Sj :

bk=j=1,3j Sj for k=1,7

q4p (plane stress/strain)

The displacement (u,v) are bilinear functions over the element.

For surfaces, q4p uses numerical integration at the corner nodes with i=1/4 and bi=Si for i=1,4.

For edges, q4p uses numerical integration at each corner node with i=1/2 and bi=Si for i=1,2.

q4p (axisymmetric)

For surfaces, q4p uses a 4 point rule with For edges, q4p uses a 2 point rule with

q5p (plane stress/strain)

For surfaces, q5p uses a 5 point rule with bi=Si for i=1,4 the corner nodes and b5 the node 5.

For edges, q5p uses a 1 point rule with = 1 /2 and b the midside node.

q8p (plane stress/strain)

For surfaces, q8p uses a 9 point rule with For edges, q8p uses a 3 point rule with

q8p (axisymmetric)

For surfaces, q8p uses a 9 point rule with For edges, q8p uses a 3 point rule with

t3p (plane stress/strain)

For surfaces, t3p uses a 3 point rule at the vertices with i = 1 /3 and bi=Si.

For edges, t3p uses a 2 point rule at the vertices with i = 1 /2 and bi=Si.

t3p (axisymmetric)

For surfaces, t3p uses a 1 point rule at the barycenter (b1=G) with 1 = 1 /2 .

For edges, t3p uses a 2 point rule at the vertices with i = 1 /2 and b1 = 1 /2 - 2 /2 (3)1/2 and b2 =1 /2 + 2 /2 (3)1/2 .

t6p (plane stress/strain)

For surfaces, t6p uses a 3 point rule with For edges, t6p uses a 3 point rule

t6p (axisymmetric)

For surfaces, t6p uses a 7 point rule
Points bk 1 2 3 weight k
1 1 /3 1 /3 1 /3 a
2 b
3 b
4 b
5 c
6 c
7 c
with :

a = 9 / 80 = 0.11250 , b = 155 + (15)1/2/2400 = 0.066197075 and
c = 155 - (15)
1/2/2400 = 0.06296959

= 9 - 2 (15)1/2/ 21 = 0.05961587 , = 6 + (15)1/2/ 21 = 0.47014206
= 6 - (15)
1/2/ 21 = 0.10128651 , = 9 + 2 (15)1/2/ 21 = 0.797427

j for j=1,3 are barycentric coefficients for each vertex Sj :

bk=j=1,3j Sj for k=1,7

For edges, t6p uses a 3 point rule with 1 = 3 = 5/18 , 2 = 8/18

b1 = 1- (3/5)1/2/2 = 0.1127015 , b2 = 0.5 and b3 = 1 + ( 3/5 )1/2/ 2 = 0.8872985

©1991-2007 by SDTools
Previous Up Next