Chapter 4.5 Field Problems
Chapter 4.5 Field Problems
T1 kt T2
Q1 Q2
dT dT T2 − T1
q = − kt A q = Q1 = −Q2 =
dx dx L
which we model as a single element
T1 kt T2
Q1 Q2
We have two equations with two unknowns T1 and T2
kt A
Q1 = (T1 − T2 )
L
k A
Q2 = t (T2 − T1 )
L
4.1
We write this in matrix form as:
kt A kt A
Q1 L − T1
=
kA L
k A T
2 −
Q t t
2
L L
Flux vector Temperature vector
Conductance
matrix
This is the same thing that we had for the 1-D truss element
Consider a wall made up of two layers
(1) ( 2)
T1 kt T2 kt T3
Q1 Q2
4.2
We really have the following 3 equations with 3 unknowns
In matrix from:
k t 1 A1 k A
− t1 1 0
Q1 L1 L1 T1
k t 1 A1 k A
− t 2 2 T2
k t 1 A1 k t 2 A2
Q 2 = − +
Q L1 L1 L2 L2
3
0 k t 2 A2 k t 2 A2 T3
−
L2 L2
Or q = Kt
Nt. We don’t have to rotate this –T has no direction
4.3
2-D heat transfer finite element derivation
Again we are going to go through the same steps as before
i ( xi , yi ) j( x j , y j )
x
Here each node has only 1 dof (Temperature)
4.4
Which can be solved as:
a = x −1t
To get the inverse of x we use the method of cofactors
1
x −1 = adj[x]
2A
where
1 xi yi
2 A = det 1 x j y j
1 xm ym
A is the area of the triangle and
adj[x] = (cof [x]) T
∂T
∂x
g = ∂T = Bt
∂y
where g is the temperature gradient matrix (analogous to strain)
and
1 βi βj βm
B=
2 A γ i γj γ m
The heat flux/temperature gradient relation is:
4.5
∂T
qx k xx 0 ∂x
q = = Dg =
q y 0 k yy ∂T
∂y
Step 4 Derive the element conduction matrix and equations
Here we are going to use the variational method (analogous to
the principle of minimum potential energy seen earlier)
Given the functional
π h = U + ΩQ + Ω q + Ωh
Internal Energy
1 ∂T
2
∂T
2
U = ∫∫∫ k xx + k yy dV
∂x ∂y
V 2
Potential energy of the external forces
Ω Q = − ∫∫∫ QTdV
V
Ω q = − ∫∫ q *T ds q
Sq
1
Ω h = ∫∫ h(T − T∞ ) 2 ds h
Sh 2
Where Q is internal heat generation, q is heat flow and h is
convection loss
(Nt, we can’t specify both q and h on the same surface)
We can rewrite in matrix form as:
4.6
1 T
π h = ∫∫∫ g Dg dv − ∫∫∫ t T N T QdV
V 2 V
1
− ∫∫ t T N T q * ds q + ∫∫ h ( t T N T − T∞ ) 2 ds h
Sq Sh 2
t is not a function of x and y so lets pull it out if the integrals to get
1 T 1
πh = t ∫∫∫ B T DB dv t − t T ∫∫∫ N T QdV
2 V 2 V
− t T ∫∫ N T q * ds q
Sq
1
+ ∫∫ h ( t T N T Nt − t T N T T∞ + T∞ ) ds h
2
Sh 2
∂π h
= ∫∫∫ B T DB dv t − ∫∫∫ N T QdV
∂t V V
− ∫∫ N T q * ds q
Sq
1
+ ∫∫ h( N Nt ) ds h + ∫∫ h( N T T∞ ) ds h
T
Sh Sh 2
4.7
And rewriting
∫∫∫ B DB dv + ∫∫ h(N N )dsh t =
T T
V Sh
1
+ ∫∫∫ N QdV + ∫∫ N q dsq − ∫∫ h(N T T∞ )dsh
T T *
V Sq Sh 2
And Voila!! K t −f = 0
We can simplify the conduction matrix since all terms in the B
matrix are constant as
K = ∫∫∫ B DB dv + ∫∫ h(N N)dsh
T T
V Sh
= tAB T DB + h ∫∫ (N T N) dsh
Sh
Step 5 Assembly
Use the same approach as shown before by applying compatibility
and equilibrium
4.8