Top Banner
Multi Multi - - Dimensional Conduction: Dimensional Conduction: Finite Finite - - Difference Equations Difference Equations and and Solutions Solutions Chapter 4 Chapter 4 Sections 4.4 and 4.5 Sections 4.4 and 4.5
14

Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Jan 03, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

MultiMulti--Dimensional Conduction:Dimensional Conduction:FiniteFinite--Difference EquationsDifference Equations

andandSolutionsSolutions

Chapter 4Chapter 4Sections 4.4 and 4.5Sections 4.4 and 4.5

Page 2: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

The Finite-Difference Method

• An approximate method for determining temperatures at discrete(nodal) points of the physical system.

• Procedure:

– Represent the physical system by a nodal network.

– Use the energy balance method to obtain a finite-difference equation for each node of unknown temperature.

– Solve the resulting set of algebraic equations for the unknown nodal temperatures.

Page 3: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

The Nodal Network and Finite-Difference Approximation• The nodal network identifies discrete points at which the temperature

is to be determined and uses an (m,n) notation to designate their location.

What is represented by the temperature determined at a nodal point, as for example, Tm,n?

Page 4: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

• A finite-difference approximation is used to represent temperaturegradients in the domain.

How is the accuracy of the solution affected by construction of the nodal network?

What are the trade-offs between selection of a fine or a coarse mesh?

Page 5: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Derivation of the Finite-Difference Equations- The Energy Balance Method -

• As a convenience that obviates the need to predetermine the direction of heat flow, assume all heat flows are into the nodal region of interest, and express all heat rates accordingly.

Hence, the energy balance becomes:

0in gE E+ =i i

(4.30)

Page 6: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

• Consider application to an interior nodal point (one that exchanges heat byconduction with four, equidistant nodal points):

( )4

( ) ( , )1

0i m ni

q q x y→=

+ ∆ ⋅∆ ⋅ =∑i

where, for example,

( ) ( ) ( ) 1, ,1, ,

m n m nm n m n

T Tq k y

x−

− →

−= ∆ ⋅

Is it possible for all heat flows to be into the m,n nodal region?

(4.31)

• A summary of finite-difference equations for common nodal regions is provided in Table 4.2.

Page 7: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Consider an external corner with convection heat transfer.

( ) ( ) ( ) ( ) ( ) ( )1, , , 1 , , 0m n m n m n m n m nq q q− → − → ∞ →+ + =

( ) ( )

1, , , 1 ,

, ,

2 2x yh h 0

2 2

m n m n m n m n

m n m n

T T T Ty xk kx y

T T T T

− −

∞ ∞

− −∆ ∆⎛ ⎞ ⎛ ⎞⋅ + ⋅⎜ ⎟ ⎜ ⎟∆ ∆⎝ ⎠ ⎝ ⎠∆ ∆⎛ ⎞ ⎛ ⎞+ ⋅ − + ⋅ − =⎜ ⎟ ⎜ ⎟

⎝ ⎠ ⎝ ⎠

or, with , x y∆ =∆

1, , 1 ,h h2 2 1 0m n m n m n

x xT T T Tk k− − ∞∆ ∆⎛ ⎞+ + − + =⎜ ⎟

⎝ ⎠(4.43)

Page 8: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

• Note potential utility of using thermal resistance concepts to express rateequations. E.g., conduction between adjoining dissimilar materials with an interfacial contact resistance.

( ) ( ), 1 ,

, 1 ,m n m n

m n m ntot

T Tq

R−

− →

−=

( ) ( ),/ 2 / 2t c

totA B

Ry yRk x x k x

′′∆ ∆= + +

∆ ⋅ ∆ ⋅ ∆ ⋅ (4.46)

Page 9: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Solutions Methods• Matrix Inversion: Expression of system of N finite-difference

equations for N unknown nodal temperatures as:

[ ] [ ] [ ] A T C= (4.48)

CoefficientMatrix (N x N)

Solution Vector(T1,T2, …TN)

Right-hand Side Vector of Constants(C1,C2…CN)

Solution [ ] [ ] [ ]1 T A C−=

Inverse of Coefficient Matrix

(4.49)

Page 10: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

• Gauss-Seidel Iteration: Each finite-difference equation is written in explicit form, such that its unknown nodal temperature appears alone on the left-hand side:

( ) ( )1 ( 1)

1 1

i Nij ijk k kii j j

j j iii ii ii

a aCT T Ta a a

− −

= = += − −∑ ∑ (4.51)

where i =1, 2,…, N and k is the level of iteration.

Iteration proceeds until satisfactory convergence is achieved for all nodes:

( ) ( )1k ki iT T ε−− ≤

• What measures may be taken to insure that the results of a finite-difference solution provide an accurate prediction of the temperature field?

Page 11: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Example 4.3 A long column in a furnace (no heat generation)Example 4.3 A long column in a furnace (no heat generation)

Page 12: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the
Page 13: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Matrix Inversion

Page 14: Multi-Dimensional Conduction: Finite-Difference … Transfer-PDF...The Nodal Network and Finite-Difference Approximation • The nodal network identifies discrete points at which the

Gauss-Seidel Iteration

初始假設值