Lecture12
Lecture12
1
Copyright © Sandip Mazumder
Lecture 12: What we will learn The Ohio State University
Fundamentals of Convection
2
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Explicit
The Ohio State University
For that, we again use Taylor series expansions, but now in time.
n n
n +1 ∂T (∆t ) ∂ T2 2
where a time index, n, has been
T = T + ∆t
i, j
n
i, j + 2
+ ... introduced such that t = n∆t
∂t 2! ∂t
n n
Ti ,nj+1 − Ti ,nj 2
Re-arranging, we get ∂T = −
∆t ∂ T
+ ...
2
∂t ∆t 2 ∂t
Neglecting the higher order derivative terms, we get
n n +1 n n Thus, the error introduced by
∂T Ti , j − Ti , j 2
∆t ∂ T discretization of the time
≈ , ε=
− + ...
∂t ∆t 2 ∂t 2 derivative is first order. 3
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Explicit
The Ohio State University
Recall that we are trying to discretize the following governing equation
∂T ∂ 2T ∂ 2T q ′′′g
= α 2 + 2 +
∂t ∂x ∂y ρc
Since the left hand side of the above equation was evaluated at time
index n, the right hand side must also be evaluated at the same time
index. This yields (after using central difference for spatial derivatives)
Ti ,nj+1 − Ti ,nj Ti +n1, j + Ti −n1, j − 2Ti ,nj Ti ,nj +1 + Ti ,nj −1 − 2Ti ,nj q ′′′g
≈α + +
ρc
2 2
∆t ( ∆ x ) ( ∆ y )
Re-arrange equation with knowns on one side (RHS) and unknowns on
the other side (LHS)
T n
i +1, j + T n
i −1, j − 2T n
i, j T n
i , j +1 + T n
i , j −1 − 2T n
i, j
q ′′′g
Ti ,nj+1 = Ti ,nj + α ∆t + + ∆t
ρc
2 2
( ∆ x ) ( ∆ y )
Note that in the above equation, all quantities on the RHS represent old
time-index values, i.e., initial conditions for current time index (n+1).
Therefore, these are known. 4
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Explicit
The Ohio State University
Such a scheme is best represented pictorially as follows
Ti ,nj+1
Time index n+1 Unknown
Ti ,nj +1
Ti ,nj
Ti −n1, j Ti +n1, j
Time index n Knowns
Ti ,nj −1
Since, the determination of the nodal value of φ at the time index n+1
(new time step) requires only an explicit calculation, i.e., no solution of a
set of simultaneous equations, such a scheme is referred to as an
EXPLICIT or Forward Euler time-marching scheme.
5
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Explicit
The Ohio State University
x
T − T∞ * x * α t
=
Non-dimensionalize using variables used before: θ =,x = ,t
T0 − T∞ L L2
∂θ ∂ 2θ IC: θ (0, x ) = 1
*
GE: *
= *2
∂t ∂x
∂θ ∂T hL
BCs: = 0, = − Bi θ (t * ,1) where Bi =
∂x* ( t * ,0) ∂x* ( t * ,1) k
7
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Explicit
The Ohio State University
2∆t *
Substitute into GE and rearrange: θ1,n +1 =
θ1,n + * 2
[θ 2,n − θ1,n ]
(∆x )
∂θ (∆x* ) 2 ∂ 2θ (∆x* )3 ∂ 3θ
Right boundary node (i = N): θ N −=
1 θ N − ∆x *
+ − + ...
∂x* N 2 ∂x*2 N
6 ∂x*3 N
∂ 2θ 2
Substitute right BC: ≈ [θ N −1 − (1 + Bi ∆x* )θ N ]
∂x*2 N
* 2
(∆x )
2∆t *
Substitute into GE and rearrange: θ N ,n +1= θ N ,n + * 2
[θ N −1,n − (1 + Bi ∆x)θ N ,n ]
(∆x ) 8
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Explicit
The Ohio State University
x* 9
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Implicit
The Ohio State University
Ti ,nj++11
Ti ,nj+1
Time index n+1 Ti −n1,+1j Ti +n1,+1j Unknowns
Ti ,nj+−11
Ti ,nj
Time index n Known
Since, the determination of the nodal value of Τ at the time index n+1
(new time step) requires an implicit (simultaneous) solution of the
equations, such a scheme is referred to as an IMPLICIT or Backward
Euler time-marching scheme.
12
Copyright © Sandip Mazumder
FDM for Unsteady Heat Conduction: Implicit
The Ohio State University
Cold fluid T∞ y
(moving) Advection
Conduction
T∞ TH
Hot plate TH T
14
Copyright © Sandip Mazumder
What is Convection? The Ohio State University
The flow serves the role of “distorting” the temperature distribution from
a pure-conduction profile.
However, since the flow velocity at the wall is zero (no slip), flow is not
directly responsible for carrying heat from the wall to the fluid.
Conduction is!
This means that if the thermal conductivity of the fluid is zero, there will
be no heat transfer from the wall to the fluid, no matter what type or
pattern of flow we have.
It also means that the heat flux at the wall is
Cold fluid T∞ given by the Fourier law of heat conduction
(moving) whether flow is present or absent!
y
∂T Even though flow (or quantities related to flow)
′′
qw = − k does not appear in the Fourier law, what flow
∂y y =0 does is alter the temperature distribution.
Hot plate TH In other words, flow alters the heat transfer rate
indirectly by altering dT/dy at the wall. 15
Copyright © Sandip Mazumder
What is Convection? The Ohio State University