1ra Práctica-CÁLCULO POR ELEMENTOS FINITOS
1ra Práctica-CÁLCULO POR ELEMENTOS FINITOS
1ra Práctica-CÁLCULO POR ELEMENTOS FINITOS
DE INGENIERÍA
Facultad de Ingeniería Mecánica
TRACCIÓN SIMPLE
2010
INTRODUCCIÓN
TRACCIÓN SIMPLE
(300+#/2) mm (400+#/3)mm
1 2 P 3
1 2
Datos según el numero de orden # = 9
ALUMINIO
A1 = 2400 mm2
E1 = 70x109 N/m2 = 70x103 N/mm2
L1 =300+#/2 =300+9/2 = 304.5 mm
ACERO
A2 = 600 mm2
E2 = 200x109 N/m2 = 200x103 N/mm2
L2 =400+#/3 =400+9/3 = 403 mm
(300+#/2) mm (400+#/3)mm
1 2 P 3
2
1
Y las áreas se calculan de la siguiente relación:
Ai = bi x t
Nodos Grados de
le Ae
e Libertad (GDL)
(1) (2) 1 2 (mm) (mm2)
1 1 2 1 2 304.5 240
2 2 3 2 3 403 600
0
Q = Q (m ) m
2
0
Donde Q1=0, Q3=0 pues la placa está empotrada y los demás
desplazamientos son incógnitas que tendrán que ser calculadas.
4. VECTOR CARGA
γ ( A x l )1
F11 = + R1 ( N ) = 1544 .48 + R N
2
γ ( A x l )1
F21 = ( N ) = 1544 .48 N
2
γ ( A x l )2
F22 = ( N ) = 1103 .20 N
2
γ ( A x l )2
F32 = + P ( N ) = 1103 .20 + P N
2
γ ( A x l )3
F33 = ( N ) = 882 .56 N
2
γ ( A x l )3
F43 = ( N ) = 882 .56 N
2
γ ( A x l )3
F4 = F43 = ( N ) = 882 .56 N
2
F1 1544 .48 + R
F 2647 .68
F1 = 2
= (N )
F3 11985 .76
F4 882.56
5. MATRIZ DE RIGIDEZ
1 −1 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0
A E −1 1 0 + AE 1 −1 + AE 0 0
K =
l 1 0 0 0 0 l 2 0 −1 1 0 l 3 0 0 1 −1
0 0 0 0 0 0 0 0 0 0 −1 1
Reemplazando para los valores calculados y utilizando la tabla de
conectividad obtenemos:
1 −1 0 0 0 0 0 0
−1 0 0 −1 0
157500 x 3 x 10 5
1 0 + 112500 x 3 x 10 5
1
K =
250 1 0 0 0 0 250 2 0 −1 1 0
0 0 0 0 0 0 0 0
0 0 0 0
0 0
45000 x 3 x 10 5
0 0
+
500 3 0 0 1 −1
0 0 −1 1
1884 −1884 0 0
−1884 2030 −1350 0
K = 10 5 x N / mm
0 −1350 1620 − 270
0 0 − 270 270
Fi = K ij Q j
Q2 = 22.8179 x 10-5 mm
Q3 = 32.3502 x 10-5 mm
Q4 = 35.6197 x 10-5 mm
A=
1.0e+004 *
0.2648
1.1986
0.0883
B=
2030 -1350 0
-1350 1620 -270
0 -270 270
>> inv(B)*A
ans =
22.8179
32.3502
35.6197
Resolviendo, se obtiene:
R = –44533 N
A1 =
Columns 1 through 3
1884 -1884 0
Column 4
Q=
0
22.8179
32.3502
35.6197
ans =
-4.4533e+004
>>
Respuesta parcial a la que debe añadirse el factor 10–5 de los valores de Qi
que se neutralizan con el factor 105 de la ecuación matricial. Finalmente,
teniendo en cuenta el término independiente del miembro izquierdo, se
halla el valor de R.
7. ESFUERZOS
Y, se obtiene lo siguiente:
3 x 10 5 0
σ1 = [ − 1 1] x 10
−5
→ σ1 = 0.274 N / mm 2
250 1 22.8179
En MATLAB:
>> U=[-1 1]
U=
-1 1
Q1 =
0
22.8179
>> U*Q1
ans =
22.8179
>>
En MATLAB:
>> U
U=
-1 1
Q2 =
22.8179
32.3502
>> U*Q2
ans =
9.5323
>>
3 x 10 5 32.3502
σ 3 = [ − 1 1] x 10
−5
→ σ 3 = 0.02 N / mm 2
500 3 35.6197
En MATLAB:
>> U
U=
-1 1
Q3 =
32.3502
35.6197
>> U*Q3
ans =
3.2695
>>
8. RESULTADOS
R = –44533 N
σ 1 = 0.274 N/mm2
σ 2 = 0.1144 N/mm2
σ 3 = 0.02 N/mm2
CONCLUSIONES
INICIO
SE ESTABLECE EL VECTOR
CARGA
SE CONSTRUYE LA MATRIZ DE
RIGIDEZ
SE ESTABLECEN LAS
CONDICIONES DE CONTORNO Y
LA ECUACIÓN DE RIGIDEZ
FIN