0% found this document useful (0 votes)
349 views58 pages

Preview

Uploaded by

Francisco Opps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
349 views58 pages

Preview

Uploaded by

Francisco Opps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 58

Finite Difference

Methods in
Heat Transfer
Finite Difference
Methods in
Heat Transfer
Second Edition

M. Necati Özişik
Helcio R.B. Orlande
Marcelo José Colaço
Renato Machado Cotta
CRC Press
Taylor & Francis Group
6000 Broken Sound Parkway NW, Suite 300
Boca Raton, FL 33487-2742

© 2017 by Taylor & Francis Group, LLC


CRC Press is an imprint of Taylor & Francis Group, an Informa business

No claim to original U.S. Government works

Printed on acid-free paper

International Standard Book Number-13: 978-1-4822-4345-1 (Hardback)

This book contains information obtained from authentic and highly regarded sources. Reasonable
efforts have been made to publish reliable data and information, but the author and publisher cannot
assume responsibility for the validity of all materials or the consequences of their use. The authors and
publishers have attempted to trace the copyright holders of all material reproduced in this publication
and apologize to copyright holders if permission to publish in this form has not been obtained. If any
copyright material has not been acknowledged please write and let us know so we may rectify in any
future reprint.

Except as permitted under U.S. Copyright Law, no part of this book may be reprinted, reproduced,
transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or
hereafter invented, including photocopying, microfilming, and recording, or in any information stor-
age or retrieval system, without written permission from the publishers.

For permission to photocopy or use material electronically from this work, please access www.copyright.
com (http://www.copyright.com/) or contact the Copyright Clearance Center, Inc. (CCC), 222 Rosewood
Drive, Danvers, MA 01923, 978-750-8400. CCC is a not-for-profit organization that provides licenses and
registration for a variety of users. For organizations that have been granted a photocopy license by the
CCC, a separate system of payment has been arranged.

Trademark Notice: Product or corporate names may be trademarks or registered trademarks, and are
used only for identification and explanation without intent to infringe.

Visit the Taylor & Francis Web site at


http://www.taylorandfrancis.com

and the CRC Press Web site at


http://www.crcpress.com
To Teresa, Fernanda, and Arthur Orlande (HRBO)

To José Colaço (in memorium), Alice B. Colaço, and Roberta Viegas (MJC)

To Carolina, Bianca (in memorium), Victor, Clara, and Gabriel (RMC)


Contents

Preface ....................................................................................................................xv
Preface—First Edition..........................................................................................xix

1. Basic Relations ................................................................................................ 1


1.1 Classification of Second-Order Partial Differential Equations ...... 2
1.1.1 Physical Significance of Parabolic, Elliptic, and
Hyperbolic Systems................................................................. 4
1.2 Parabolic Systems ................................................................................. 5
1.3 Elliptic Systems .....................................................................................7
1.3.1 Steady-State Diffusion............................................................. 7
1.3.2 Steady-State Advection–Diffusion ........................................ 7
1.3.3 Fluid Flow................................................................................. 8
1.4 Hyperbolic Systems .............................................................................. 8
1.5 Systems of Equations ........................................................................... 9
1.5.1 Characterization of System of Equations...........................10
1.5.2 Wave Equation.......................................................................11
1.6 Boundary Conditions ......................................................................... 12
1.7 Uniqueness of the Solution ............................................................... 15
Problems..........................................................................................................18

2. Discrete Approximation of Derivatives ...................................................23


2.1 Taylor Series Formulation .................................................................24
2.1.1 Finite Difference Approximation of First Derivative.......25
2.1.2 Finite Difference Approximation of Second
Derivative................................................................................27
2.1.3 Differencing via Polynomial Fitting ...................................28
2.1.4 Finite Difference Approximation of Mixed Partial
Derivatives ..............................................................................29
2.1.5 Changing the Mesh Size.......................................................31
2.1.6 Finite Difference Operators..................................................33
2.2 Control Volume Approach................................................................ 34
2.3 Boundary and Initial Conditions ..................................................... 38
2.3.1 Discretization of Boundary Conditions with
Taylor Series ........................................................................... 40
2.3.1.1 Boundary Condition of the First Kind ...............41
2.3.1.2 Boundary Conditions of the Second and
Third Kinds.............................................................41

vii
viii Contents

2.3.2 Discretization of Boundary Conditions with


Control Volumes....................................................................42
2.3.2.1 Boundary Condition of the First Kind ...............43
2.3.2.2 Boundary Condition of the Second Kind ..........44
2.3.2.3 Boundary Condition of the Third Kind ............. 44
2.4 Errors Involved in Numerical Solutions .........................................46
2.4.1 Round-Off Errors ...................................................................46
2.4.2 Truncation Error ....................................................................46
2.4.3 Discretization Error ............................................................... 47
2.4.4 Total Error ..............................................................................47
2.4.5 Stability.................................................................................... 48
2.4.6 Consistency.............................................................................48
2.5 Verification and Validation ............................................................... 49
2.5.1 Code Verification ...................................................................50
2.5.2 Solution Verification..............................................................54
Problems..........................................................................................................58
Notes................................................................................................................62

3. Methods of Solving Systems of Algebraic Equations..........................65


3.1 Reduction to Algebraic Equations ...................................................65
3.2 Direct Methods.................................................................................... 70
3.2.1 Gauss Elimination Method ..................................................71
3.2.2 Thomas Algorithm ................................................................ 72
3.3 Iterative Methods................................................................................75
3.3.1 Gauss–Seidel Iteration...........................................................75
3.3.2 Successive Overrelaxation ....................................................79
3.3.3 Red-Black Ordering Scheme ................................................81
3.3.4 LU Decomposition with Iterative Improvement ..............83
3.3.5 Biconjugate Gradient Method..............................................83
3.4 Nonlinear Systems ..............................................................................84
Problems..........................................................................................................88

4. One-Dimensional Steady-State Systems .................................................97


4.1 Diffusive Systems................................................................................97
4.1.1 Slab...........................................................................................97
4.1.2 Solid Cylinder and Sphere ...................................................98
4.1.3 Hollow Cylinder and Sphere.............................................105
4.1.4 Heat Conduction through Fins ......................................... 110
4.1.4.1 Fin of Uniform Cross Section ............................112
4.1.4.2 Finite Difference Solution ...................................113
4.2 Diffusive–Advective Systems ........................................................116
4.2.1 Stability for Steady-State Systems.....................................118
4.2.2 Finite Volume Method........................................................119
4.2.2.1 Interpolation Functions.......................................121
Problems........................................................................................................124
Contents ix

5. One-Dimensional Transient Systems..................................................... 129


5.1 Diffusive Systems..............................................................................129
5.1.1 Simple Explicit Method ...................................................... 130
5.1.1.1 Prescribed Potential at the Boundaries ............ 131
5.1.1.2 Convection Boundary Conditions..................... 132
5.1.1.3 Prescribed Flux Boundary Condition ...............133
5.1.1.4 Stability Considerations ......................................134
5.1.1.5 Effects of Boundary Conditions on Stability...136
5.1.1.6 Effects of r on Truncation Error ........................137
5.1.1.7 Fourier Method of Stability Analysis ...............138
5.1.2 Simple Implicit Method...................................................... 146
5.1.2.1 Stability Analysis .................................................147
5.1.3 Crank–Nicolson Method .................................................... 148
5.1.3.1 Prescribed Heat Flux Boundary Condition .....151
5.1.4 Combined Method .............................................................. 152
5.1.4.1 Stability of Combined Method ..........................154
5.1.5 Cylindrical and Spherical Symmetry ............................... 155
5.1.6 Application of Simple Explicit Method ...........................156
5.1.6.1 Solid Cylinder and Sphere ................................. 156
5.1.6.2 Stability of Solution .............................................160
5.1.6.3 Hollow Cylinder and Sphere .............................162
5.1.7 Application of Simple Implicit Scheme ...........................164
5.1.7.1 Solid Cylinder and Sphere ................................. 164
5.1.7.2 Hollow Cylinder and Sphere .............................165
5.1.8 Application of Crank–Nicolson Method..........................166
5.2 Advective–Diffusive Systems..........................................................169
5.2.1 Purely Advective (Wave) Equation ..................................169
5.2.1.1 Upwind Method ..................................................170
5.2.1.2 MacCormack’s Method.......................................172
5.2.1.3 Warming and Beam’s Method...........................173
5.2.2 Advection–Diffusion Equation .......................................... 179
5.2.2.1 Simple Explicit Scheme.......................................179
5.2.2.2 Implicit Finite Volume Method .........................182
5.3 Hyperbolic Heat Conduction Equation......................................... 185
5.3.1 Finite Difference Representation of Hyperbolic
Heat Conduction Equation ................................................186
Problems........................................................................................................190

6. Transient Multidimensional Systems .................................................... 207


6.1 Simple Explicit Method ...................................................................207
6.1.1 Two-Dimensional Diffusion...............................................208
6.1.2 Two-Dimensional Transient Convection–Diffusion .......213
6.1.2.1 FTCS Differencing................................................213
6.1.2.2 Upwind Differencing...........................................214
6.1.2.3 Control Volume Approach................................. 215
x Contents

6.2 Combined Method............................................................................219


6.3 ADI Method.......................................................................................220
6.4 ADE Method......................................................................................224
6.5 An Application Related to the Hyperthermia Treatment
of Cancer ............................................................................................ 228
Problems........................................................................................................243
Notes..............................................................................................................251

7. Nonlinear Diffusion................................................................................... 253


7.1 Lagging Properties by One Time Step .......................................... 254
7.2 Use of Three-Time-Level Implicit Scheme....................................256
7.2.1 Internal Nodes......................................................................257
7.2.2 Limiting Case R = 0 for Cylinder and Sphere................258
7.2.3 Boundary Nodes..................................................................259
7.3 Linearization ......................................................................................261
7.3.1 Stability Criterion ................................................................ 263
7.4 False Transient...................................................................................264
7.4.1 Simple Explicit Scheme.......................................................266
7.4.2 Simple Implicit Scheme ...................................................... 267
7.4.3 A Set of Diffusion Equations .............................................267
7.5 Applications in Coupled Conduction and Radiation
in Participating Media .....................................................................268
7.5.1 One-Dimensional Problem with Diffusion
Approximation .....................................................................268
7.5.2 Solution of the Three-Dimensional Equation
of Radiative Transfer...........................................................272
Problems........................................................................................................285

8. Multidimensional Incompressible Laminar Flow ............................... 291


8.1 Vorticity-Stream Function Formulation ........................................ 291
8.1.1 Vorticity and Stream Function .......................................... 292
8.1.2 Finite Difference Representation of Vorticity-Stream
Function Formulation .........................................................295
8.1.2.1 Vorticity Transport Equation .............................296
8.1.2.2 Poisson’s Equation for Stream Function .......... 297
8.1.2.3 Poisson’s Equation for Pressure ........................298
8.1.3 Method of Solution for ω and ψ .......................................298
8.1.3.1 Solution for a Transient Problem ...................... 298
8.1.3.2 Solution for a Steady-State Problem.................299
8.1.4 Method of Solution for Pressure .......................................301
8.1.5 Treatment of Boundary Conditions..................................302
8.1.5.1 Boundary Conditions on Velocity..................... 302
8.1.5.2 Boundary Conditions on ψ ................................ 303
8.1.5.3 Boundary Condition on ω ..................................304
Contents xi

8.1.5.4 Boundary Conditions on Pressure .................... 307


8.1.5.5 Initial Condition ................................................... 307
8.1.6 Energy Equation ..................................................................308
8.2 Primitive Variables Formulation .................................................... 309
8.2.1 Determination of the Velocity Field: The
SIMPLEC Method................................................................ 314
8.2.2 Treatment of Boundary Conditions..................................320
8.2.2.1 Pressure .................................................................321
8.2.2.2 Momentum and Energy Equations...................325
8.3 Two-Dimensional Steady Laminar Boundary Layer Flow ........329
Problems........................................................................................................332

9. Compressible Flow..................................................................................... 339


9.1 Quasi-One-Dimensional Compressible Flow ............................... 339
9.1.1 Solution with MacCormack’s Method .............................342
9.1.2 Solution with WAF-TVD Method.....................................348
9.2 Two-Dimensional Compressible Flow .......................................... 354
Problems........................................................................................................358

10. Phase Change Problems ............................................................................361


10.1 Mathematical Formulation of Phase Change Problems ............. 363
10.1.1 Interface Condition.............................................................. 364
10.1.2 Generalization to Multidimensions ..................................365
10.1.3 Dimensionless Variables..................................................... 366
10.1.4 Mathematical Formulation .................................................367
10.2 Variable Time Step Approach for Single-Phase
Solidification ......................................................................................368
10.2.1 Finite Difference Approximation ......................................369
10.2.1.1 Differential Equation ......................................... 370
10.2.1.2 Boundary Condition at x = 0...........................370
10.2.1.3 Interface Conditions .......................................... 371
10.2.2 Determination of Time Steps .............................................371
10.2.2.1 Starting Time Step Δt0 ......................................371
10.2.2.2 Time Step Δt1 ..................................................... 371
10.2.2.3 Time Step Δtn ..................................................... 372
10.3 Variable Time Step Approach for Two-Phase Solidification .....374
10.3.1 Finite Difference Approximation ......................................376
10.3.1.1 Equation for the Solid Phase ...........................376
10.3.1.2 Boundary Condition at x = 0...........................376
10.3.1.3 Equation for the Liquid Phase.........................377
10.3.1.4 Interface Conditions .......................................... 377
10.3.2 Determination of Time Steps .............................................377
10.3.2.1 Starting Time Step Δt0 ......................................378
10.3.2.2 Time Step Δt1 ..................................................... 379
10.3.2.3 Time Steps Δtn, (2 ≤ n ≤ N – 4)...................... 380
xii Contents

10.3.2.4 Time Step ΔtN-3 ..................................................380


10.3.2.5 Time Step ΔtN–2 .................................................381
10.3.2.6 Time Step ΔtN–1 .................................................382
10.4 Enthalpy Method ..............................................................................383
10.4.1 Explicit Enthalpy Method: Phase Change with
Single Melting Temperature ..............................................385
10.4.1.1 Algorithm for Explicit Method........................386
10.4.1.2 Interpretation of Enthalpy Results..................387
10.4.1.3 Improved Algorithm for Explicit Method .....388
10.4.2 Implicit Enthalpy Method: Phase Change with
Single Melting Temperature ..............................................389
10.4.2.1 Algorithm for Implicit Method........................ 390
10.4.3 Explicit Enthalpy Method: Phase Change over a
Temperature Range ............................................................. 392
10.5 Phase Change Model for Convective–Diffusive Problems.........392
10.5.1 Model for the Passive Scalar Transport Equation.......... 395
10.5.2 Model for the Energy Equation.........................................398
Problems........................................................................................................409

11. Numerical Grid Generation......................................................................411


11.1 Coordinate Transformation Relations............................................ 413
11.1.1 Gradient ................................................................................415
11.1.2 Divergence ............................................................................415
11.1.3 Laplacian ...............................................................................416
11.1.4 Normal Derivatives ............................................................. 416
11.1.5 Tangential Derivatives ........................................................417
11.2 Basic Ideas in Simple Transformations ......................................... 419
11.3 Basic Ideas in Numerical Grid Generation and Mapping .........422
11.4 Boundary Value Problem of Numerical Grid Generation .........429
11.5 Finite Difference Representation of Boundary
Value Problem of Numerical Grid Generation ............................436
11.6 Steady-State Heat Conduction in Irregular Geometry ...............439
11.7 Steady-State Laminar Free Convection in Irregular
Enclosures—Vorticity-Stream Function Formulation..................445
11.7.1 The Nusselt Number...........................................................454
11.7.2 Results ................................................................................... 455
11.8 Transient Laminar Free Convection in Irregular
Enclosures—Primitive Variables Formulation .............................457
11.9 Computational Aspects for the Evaluation of Metrics ...............461
11.9.1 One-Dimensional Advection–Diffusion Equation .......... 461
11.9.2 Two-Dimensional Heat Conduction in a
Hollow Sphere .....................................................................465
Problems........................................................................................................469
Notes..............................................................................................................473
Contents xiii

12. Hybrid Numerical–Analytical Solutions................................................477


12.1 Combining Finite Differences and Integral Transforms ............. 479
12.1.1 The Hybrid Approach ........................................................480
12.1.2 Hybrid Approach Application: Transient Forced
Convection in Channels...................................................... 481
12.2 Unified Integral Transforms............................................................489
12.2.1 Total Transformation ..........................................................491
12.2.2 Partial Transformation ........................................................493
12.2.3 Computational Algorithm..................................................497
12.2.4 Test Case ...............................................................................501
12.3 Convective Eigenvalue Problem..................................................... 505
Problems........................................................................................................517

Appendix A. Subroutine Gauss .....................................................................527

Appendix B. Subroutine Trisol ......................................................................529

Appendix C. Subroutine SOR ........................................................................ 531

Appendix D. Subroutine BICGM2................................................................ 533

Appendix E. Program to Solve Example 10.1..............................................541

Bibliography........................................................................................................545

Index ..................................................................................................................... 565


Preface

Computational methods for the solution of heat transfer problems have


evolved significantly since the publication of the first edition of Professor
M. Necati Özişik’s book, Finite Difference Methods in Heat Transfer. In the
meantime, the application of computational techniques to analysis and design
in thermal engineering has become a common practice. Nowadays, several
commercial computer codes, which can be applied to problems involving sin-
gle or coupled heat transfer modes, multiple scales, and multiple physical
phenomena, are available. Therefore, as the computational methods have
gone beyond academic research to become practical engineering tools, under-
standing their fundamentals and limitations has become mandatory for engi-
neering undergraduate students and practitioners.
Professor Özişik’s finite difference book was published in 1994 and was
intended as a textbook for advanced senior or graduate courses. It covered
the basic discretization techniques and presented applications to transient
and steady-state problems in conduction and convection heat transfer. This
second edition of Finite Difference Methods in Heat Transfer includes new
and updated methods, applications, examples, and proposed problems.
Chapters and sessions have been rearranged with the objective of making
the text clearer and more organized, without losing the identity and the most
important contents of the original book. As in the first edition, required
mathematical derivations have been kept to a minimum, but the methods
are sufficiently detailed in the book to be readily applied by the reader.
The modifications introduced in the second edition include, among others,
the concepts of verification and validation; detailed discretizations of boun-
dary conditions; new methods for the solution of linear systems of equations;
new model equations, such as for quasi-one-dimensional compressible flow;
algorithms for pressure-velocity coupling in laminar incompressible flows, such
as the SIMPLEC method; modern methods for the solution of hyperbolic
systems based on solution features; the discretization and solution of the
equation of radiative transfer; phase change problems with convection in
the liquid phase and with a solute dispersed in the base material; numerical
grid generation in cylindrical and polar coordinates; and recent advance-
ments in the hybrid analytical–numerical generalized integral transform
technique (GITT). Seventy-two new proposed problems have been included
in the second edition to allow the reader to have practical experience with the
added topics.
Although Chapters 5 through 9 have been reorganized in terms of the
physical phenomena for which the finite difference method is intended, the
same structure of the original book has been kept with respect to the basic
and advanced materials covered. Chapters 1 through 6 contain basic material

xv
xvi Preface

that can be used in a senior-level undergraduate course or an entry-level


graduate course for the student’s first contact with discretization techniques
by finite differences and their application to elliptic, parabolic, and hyper-
bolic problems. More involved material is covered in Chapters 7 through 12,
which can be used in an advanced course of finite differences at the graduate
level.
Chapter 1 introduces the classification of second-order partial differential
equations and presents examples of elliptic, parabolic, and hyperbolic
physical equations. The discretization of partial derivatives using the Taylor
series approach is presented in Chapter 2. In that chapter, the discretization
of partial differential equations by the finite control volume approach is also
introduced. (We keep the same notation as the original book, where finite
volume was considered a discretization approach instead of a method by
itself.) The discretization of boundary conditions of the first, second, and
third kinds is also described in Chapter 2, both for Taylor series and control
volume discretization approaches. The concepts of verification and valida-
tion of computer codes are discussed in Chapter 2, and techniques for code
and solution verification are presented, based on the ASME verification and
validation standard.* Direct and iterative methods for the solution of systems
of algebraic equations, which result from the finite difference discretization
of the original continuous problems, are presented in Chapter 3. Chapters
4 through 6 deal with the application of finite difference methods to one-
dimensional steady-state problems, one-dimensional transient problems,
and transient multidimensional problems, respectively. Discretization
schemes specific for each kind of problem are presented in detail in these
chapters, which are organized in a sequence of increasing difficulty for a bet-
ter understanding by the reader. Steady-state multidimensional diffusion
problems are considered as a special case of the transient problems in the
notes of Chapter 6.
Nonlinear diffusion problems are addressed in Chapter 7, while Chapters 8
and 9 deal with incompressible and compressible flows, respectively. The sol-
ution of phase change problems is examined in Chapter 10, where both diffu-
sive and advective–diffusive problems are considered. The elliptic numerical
grid generation technique is described in Chapter 11, together with the trans-
formation relations for several operators. Although this technique generates
structured grids, which lack the geometrical flexibility of unstructured grids,
it readily allows for the extension of the methods presented in the previous
chapters to problems in irregular geometries. Finally, Chapter 12 presents
the generalized integral transform technique as an alternative hybrid
numerical–analytical approach, which utilizes the finite difference method
in its numerical portion, as covered in earlier chapters.

*
ASME V&V 20-2009 (2009), Standard for Verification and Validation in Computational Fluid
Dynamics and Heat Transfer, ASME, New York.
Preface xvii

This book is accompanied by software for elliptic numerical grid genera-


tion and solution of transient diffusion problems in two-dimensional geome-
tries, including doubly connected regions. Boundary conditions are allowed
to vary pointwise, and the temperature profile can be obtained at some
specified time for the entire domain or for some point in the domain as a
function of time. The software and its user guides can be downloaded from:
http://colaco.freeshell.org/books/Ozisik/.
Writing the new edition of a book is a difficult task, especially when the
single author of the previous edition cannot be consulted about the conven-
ience of adding new authors and modifying his original work.* It is necessary
to update and include new material without losing the characteristics of the
original work, which was not conceived or written by the authors responsi-
ble for the new edition. Under these circumstances, we consider completely
inappropriate the situation, rather common nowadays, where the names of
new edition authors, who were not authors of a previous edition, appear
ahead of the name of the deceased author of the original work. Therefore,
we prefer that this second edition of Finite Difference Methods in Heat Transfer
always be considered as Professor Özişik’s book, which we contributed to by
updating and enlarging his original material. Professor Özişik dedicated his
life to education and research in heat transfer and was an iconic worldwide
leader in thermal sciences. He published more than 300 research papers in
international journals and conferences. He was the author of 11 books,
most of them are best sellers that were reedited several times and published
in different languages.
The invitation by Mr. Jonathan W. Plant, Executive Editor for Mechanical,
Aerospace & Nuclear Engineering from CRC Press/Taylor & Francis Group,
to write this second edition of Finite Difference Methods in Heat Transfer, was
greatly appreciated. It was a great honor to receive an invitation to work on
this prestigious book, originally conceived and written by our former friend
and advisor. We are also indebted to Professor Afshin J. Ghajar, the Heat
Transfer Series Editor for CRC Press/Taylor & Francis, for his encourage-
ment and support as we pursued this challenging task.
The revision work was originally divided in closely equal parts among the
three new coauthors (HRBO, MJC, and RMC). However, RMC was nomina-
ted as president of the National Commission of Nuclear Energy in Brazil, a
government key position, which drastically reduced the time available for
him to complete his share of work. Therefore, HRBO and MJC offered to take
on more than half of the work still attributed to RMC, which allowed for the
timely conclusion of the new edition. RMC is deeply grateful to his coauthors
and editors for their help and understanding.

*
Professor M. Necati Özis
¸ ik passed away on October 4, 2008.
xviii Preface

We are also thankful for the cooperation of the CRC Press/Taylor &
Francis Group editorial staff. We would like to express our deepest gratitude
for the continuous financial support provided by agencies of the Brazilian
government, including CNPq, CAPES, FAPERJ, and ANP/PRH37.

Helcio R.B. Orlande


Marcelo José Colaço
Renato Machado Cotta
Preface—First Edition

In recent years, with ever growing availability of high speed, large capacity
computers, the interest in the use of numerical methods, such as the finite dif-
ference and finite element methods, for solving problems governed by differ-
ential equations has increased significantly. Many complicated engineering
problems can now be solved with computers at a very little cost in a very
short time. Therefore, practicing engineers and engineering students are
interested more than ever in strengthening their background in the use of
numerical techniques.
The finite difference and finite element methods are now two universally
used approaches for solving linear and nonlinear differential equations gov-
erning engineering problems. Depending on the nature of the problem each
method has its advantages. Finite difference methods are simple to formu-
late, can readily be extended to two- or three-dimensional problems, are easy
to learn and apply. The finite element method has the flexibility in dealing
with problems involving irregular geometry. However, with the advent of
numerical grid generation technique, the finite difference method now pos-
sesses the geometrical flexibility of the finite element method while maintain-
ing the simplicity of the conventional finite difference technique.
This book presents the finite difference techniques and their use in the sol-
ution of engineering problems governed by differential equations, with par-
ticular emphasis on applications in the areas of heat transfer and fluid flow.
A variety of topics covered include the steady-state and transient problems
of heat conduction, duct flow, convective-diffusive systems, nonlinear diffu-
sion, hyperbolic heat conduction, melting–solidification, theory and applica-
tion of the numerical grid generation techniques, and the hybrid method of
solution.
The order of coverage of the material gradually advances from the elemen-
tary treatment of the subject given in Chapters 1 through 5, to more general
applications presented in Chapters 6 through 10; finally more recent topics
such as the numerical grid generation technique and the hybrid method of
solution are treated in Chapters 11 and 12. Therefore, this book can be used
for self-study and is useful as a text for a senior-level elective or first semester
graduate-level course.
The required mathematics background needed to follow the material in
this book is limited to elementary calculus except for Chapters 11 and 12,
for which familiarity with partial differential equations is needed.
Chapter 1 gives a classification of second-order partial differential
equations and discusses the physical significance of parabolic-, hyperbolic-,
and elliptic-type partial differential equations in relation to the physical prob-
lem governed by them. Chapter 2 presents a step-by-step description of

xix
xx Preface—First Edition

discretization procedure by using Taylor series and the control-volume


approach. Chapter 3 describes the salient features of various algorithms for
solving systems of algebraic equations resulting from the discretization of
partial differential equations governing the physical problem. Chapter 4 is
an introduction to the application of finite differences with examples chosen
from one-dimensional steady-state diffusive and convective-diffusive sys-
tems. Chapter 5 presents various finite difference schemes, such as the explicit,
implicit, combined, etc. methods for solving one-dimensional time-dependent
diffusion problems. Chapter 6 describes the application of finite difference tech-
niques for the solution of typical two-dimensional problems of diffusion and
convection.
Chapter 7 illustrates the use of finite difference methods for solving two-
dimensional steady-state diffusion, velocity, and temperature fields. Chapter
8 is concerned with the solution of hyperbolic heat conduction problems while
Chapter 9 presents the methods of solving nonlinear diffusion problems.
Chapter 10 is devoted to the solution of one-dimensional melting or solidifi-
cation problems for materials having a single phase-change temperature as
well as phase-change taking place over a temperature range. Chapter 11
presents the fundamentals of numerical grid generation technique to trans-
form an irregular physical region into a regular computational domain. The
problem is solved in the regular domain by the application of the standard
finite-differences and the results are transformed back to the physical domain
by numerical coordinate transformation. The application is illustrated by rep-
resentative examples. Finally, Chapter 12 presents a hybrid approach that
combines the generalized integral transform technique and finite differences
for the solution of multidimensional transient and steady-state heat transfer
problems containing variable coefficients in the differential equation and/or
boundary conditions, as well as nonlinear diffusion–convection type prob-
lems. The application of the hybrid method is illustrated with problems chos-
en in the area of transient forced convection in a parallel-plate duct, and
pertinent recent references are cited.
I would like to acknowledge valuable discussion with Dr. Woo-Seung Kim
during the preparation of this manuscript.
I dedicate this book to my wife, Gül, without her patience and understand-
ing this project would not have been realized.

M. Necati Özişik
1
Basic Relations

Numerical methods are useful for solving fluid dynamics, heat and mass
transfer problems, and other partial differential equations of mathematical
physics when such problems cannot be handled by exact analysis techniques
because of nonlinearities, complex geometries, and complicated boundary
conditions. The development of high-speed digital computers significantly
enhanced the use of numerical methods in various branches of science and
engineering. Many complicated problems can now be solved at a very little
cost and in a very short time with the available computing power.
Presently, the finite difference method (FDM), the finite volume method (FVM),
and the finite-element method (FEM) are widely used for the solution of par-
tial differential equations of heat, mass, and momentum transfer. Extensive
amounts of literature exist on the application of these methods for the solu-
tion of such problems. Each method has its advantages depending on the
nature of the physical problem to be solved, but there is no best method
for all problems. For instance, the dimension of the problem is an important
factor that deserves some consideration because an efficient method for one-
dimensional problems may not be so efficient for two- or three-dimensional
problems. FDMs are simple to formulate and can readily be extended to
two- or three-dimensional problems. Furthermore, FDM is very easy to learn
and apply for the solution of partial differential equations encountered in the
modeling of engineering problems for simple geometries. For problems
involving irregular geometries in the solution domain, the FEM is known
for having more flexibility because the region near the boundary can readily
be divided into subregions. A major drawback of FDM used to be its difficulty
to handle effectively the solution of problems over arbitrarily-shaped complex
geometries because of interpolation between the boundaries and the interior
points, in order to develop finite difference expressions for nodes next to
the boundaries. More recently, with the advent of numerical grid genera-
tion approaches, the FDM has become comparable to FEM in dealing
with irregular geometries, while still maintaining the simplicity of the
standard FDM.
In this book, we are concerned with the use of FDMs for the solution of
heat, mass, and momentum transport problems encountered in engineering
applications. Despite the simplicity of the finite difference representation of
governing partial differential equations, it requires considerable experience
and knowledge to select the appropriate scheme for a specific problem in hand.
The type of partial differential equations, the number of physical dimensions,

1
2 Finite Difference Methods in Heat Transfer

the type of coordinate system involved, whether the governing equations and
boundary conditions are linear or nonlinear, and whether the problem is
steady-state or transient are among the factors that affect the type of numerical
scheme chosen from a large number of available possibilities. The tailoring of a
numerical method for a specific problem in hand is an important first step in
the numerical solution with a FDM. In this chapter, we present a classification
of partial differential equations encountered in the mathematical formulation of
heat, mass, and momentum transfer problems, and we discuss the physical sig-
nificance of such a classification in relation to the numerical solution of the
problem.

1.1 Classification of Second-Order Partial


Differential Equations
In the solution of partial differential equations with finite differences, the
choice of a particular finite differencing scheme also depends on the type of
partial differential equation considered. Generally, partial differential equa-
tions are classified into three categories: elliptic, parabolic, and hyperbolic. To
illustrate, we consider the following general second-order partial differential
equation with two independent variables x, y, as presented by Forsythe and
Wasow (1967):

∂2 ϕ ∂2 ϕ ∂2 ϕ ∂ϕ ∂ϕ
A + B + C +D +E + Fϕ + Gðx, yÞ = 0: (1.1)
∂x2 ∂x∂y ∂y2 ∂x ∂y

Here, we assume a linear equation (this restriction is not essential), that


is, the coefficients A, B, C, D, E, and F, and the known source term G are
functions of the two independent variables x, y but not of the dependent
variable ϕ.
For heat and mass transfer and fluid flow problems, the generalized
dependent variable ϕ denotes a specific dependent variable such as tempera-
ture, concentration, velocity component, density, or pressure. The mathematical
character of the partial differential equation (1.1) depends on the coefficients of
the higher order terms, A, B, and C. The partial differential equation (1.1) at a
point (x0, y0) is called:
Elliptic, if B2 − 4AC < 0, (1.2a)

Parabolic, if B2 – 4AC = 0, (1.2b)

Hyperbolic, if B2 – 4AC > 0. (1.2c)


Basic Relations 3

For example, the steady-state heat conduction equation with no energy


generation and constant properties is shown as follows:

∂2 T ∂2 T
+ = 0, (1.3a)
∂x2 ∂y2

where the two-dimensional Laplace’s equation is elliptic as verified by setting


A = 1, B = 0, and C = 1. The steady-state heat conduction equation with
energy generation is

∂2 T ∂2 T 1
+ + gðx, yÞ = 0, (1.3b)
∂x2 ∂y2 k

which is Poisson’s equation and also is elliptic.


The one-dimensional time-dependent heat conduction equation

∂2 T 1 ∂T
= , (1.4)
∂x2 α ∂t
is parabolic, as can be verified by letting the independent variable t be repre-
sented by y and setting A = 1, B = 0, and C = 0.
The second-order wave equation

∂2 ϕ 1 ∂2 ϕ
= , (1.5)
∂x2 c2 ∂t2
where t is the time, x is the space variable, and c is the wave propagation speed,
is hyperbolic, as can be verified by letting the independent variable t be
1
represented by y and setting A = 1, B = 0, and C = − 2 .
c
The non-Fourier heat conduction equation

∂2 T 1 ∂2 T 1 ∂T
= + , (1.6)
∂x2 c2 ∂t2 α ∂t
which is a second-order damped wave equation, is also hyperbolic.
For simplicity, we consider the partial differential equation (1.1) in only
two independent variables (x, y). The extension to three or more independent
variables is straightforward.
For example, the three-dimensional, steady-state heat conduction equation

∂2 T ∂2 T ∂2 T 1
+ + + gðx, y, zÞ = 0, (1.7)
∂x2 ∂y2 ∂z2 k

is elliptic.
4 Finite Difference Methods in Heat Transfer

The two-dimensional, transient heat conduction equation

∂2 T ∂2 T 1 1 ∂T
+ 2 + gðx, y, tÞ = , (1.8)
∂x 2 ∂y k α ∂t

is parabolic.

1.1.1 Physical Significance of Parabolic, Elliptic, and Hyperbolic Systems


In the foregoing discussion, we considered a purely mathematical criterion
given by equations (1.2a)–(1.2c) to classify the second-order partial differen-
tial equation (1.1) into parabolic, elliptic, and hyperbolic categories. We now
discuss the physical significance of such a classification in the computational
and physical aspects.
Consider, for example, the steady-state heat conduction equation (1.3a) or (1.3b),
which has second-order partial derivatives in both x and y variables. The
conditions at any given location are influenced by changes in conditions at
both sides of that location, whether the changes are in the x variable or in
the y variable. Thus, the steady-state heat conduction equation is elliptic in
both x and y space coordinates and is simply called elliptic. The main charac-
teristic of the elliptic equation is that it models a steady-state or equilibrium
diffusion process and requires the specification of appropriate boundary con-
ditions at all boundaries.
Now let us consider the one-dimensional, time-dependent heat conduction
equation (1.4), which has a second-order partial derivative in the x variable
and a first-order partial derivative in the time variable. The conditions at any
given location x are influenced by changes in conditions at both sides of that
location; hence, the equation is regarded elliptic in the x variable. However,
in the time variable t, the conditions at any instant are influenced only by
changes taking place in conditions at times earlier than that time; hence,
the equation is parabolic in time and is called parabolic. Note that the equa-
tion is called parabolic if there exists at least one coordinate (i.e., time or space)
in which the conditions at any given location (i.e., time or space) are
influenced by changes in conditions only at one side (i.e., earlier time or
upstream) of that location. The main characteristic of the parabolic equation
is that it models a transient state or evolution diffusion process and requires
the specification of appropriate boundary conditions at all boundaries plus
an initial condition at the starting point of the evolution process. As the tem-
perature field at any time is not affected by the temperature field at later
times, one starts with a given initial temperature field and marches forward
to compute the temperature fields at successive time steps.
In the case of a hyperbolic equation, such as the hyperbolic heat conduction
equation (1.6), it exhibits a wavelike propagation of the temperature field
with a finite speed, in contrast to the infinite speed of propagation associated
with the parabolic heat conduction equation (1.4). Therefore, the solution of
Basic Relations 5

hyperbolic equations with finite differences requires special considerations


and special schemes. The main characteristic of the hyperbolic equation (1.6)
is that it models a transient state or evolution propagation process and requires
the specification of appropriate boundary conditions at all boundaries plus
initial conditions at the starting point of the evolution process—both for the
potential and its first derivative in time.

1.2 Parabolic Systems


There is a wide variety of engineering problems that are governed by partial
differential equations of the parabolic type. Instead of testing them each time
in order to determine whether an equation is parabolic or not, it is convenient
to introduce a sufficiently general parabolic differential equation from which
numerous other parabolic equations of transport phenomena can be obtained
as special cases.
The general parabolic conservation equation governing the behavior of some
unknown potential ϕ in the two-dimensional rectangular coordinates system
(y and z space variables) can be written in conservative form as*
   
∂ ∂ ∂ ∂ ∂ϕ ∂ ∂ϕ
ðγϕÞ + ðβvϕÞ + ðβwϕÞ = C + C + S, (1.9)
∂t ∂y ∂z ∂y ∂y ∂z ∂z

where ϕ is the general dependent variable, Γ is the generalized diffusion


coefficient, β and γ are specified coefficients, and S is the specified volumetric
source term. In addition, v and w are the velocity components in the y and z
directions, respectively. This can readily be generalized for the three space
variables, x, y, and z.
The first term on the left-hand side of equation (1.9) represents the unsteady
term, and the second and third terms represent advection. On the right-hand
side of this equation, the first and second terms represent diffusion, and the
last term represents the volumetric source.
The physical significances of the dependent variable ϕ, the coefficients
β, γ, Γ, and the source term S depends on the physical nature of the problem
considered. The following examples illustrate this matter:

* The conservative form implies that the coefficients of the derivative terms are either constant or,
if variable, that their derivatives do not appear in the equation. For example, in the case of a
heat conduction equation with space-dependent thermal conductivity, the conservative form is
given as  
∂T ∂ ∂T
ρCp = k ;
∂t ∂x ∂x
and the nonconservative form as

∂T ∂2 T ∂k ∂T
ρCp =k 2 + :
∂t ∂x ∂x ∂x
6 Finite Difference Methods in Heat Transfer

(1) For two-dimensional, transient heat conduction with constant heat


capacity, we set:
ϕ ≡ T, temperature
γ ≡ ρCp, heat capacity
β ≡ 0 no motion
Γ ≡ k, thermal conductivity
S ≡ g, volumetric energy generation rate

Then equation (1.9) becomes


   
∂T ∂ ∂T ∂ ∂T
ρCp = k + k + g: (1.10)
∂t ∂y ∂y ∂z ∂z

(2) For two-dimensional, transient, convection–diffusion with constant


heat capacity, we set:
ϕ ≡ T, temperature
γ ≡ ρCp, heat capacity
β ≡ ρCp, heat capacity
Γ ≡ k, thermal conductivity
S ≡ g, volumetric energy generation rate

Then equation (1.9) takes the following form:


     
∂T ∂ ∂ ∂ ∂T ∂ ∂T
ρCp + ðvTÞ + ðwTÞ = k + k + g: (1.11)
∂t ∂y ∂z ∂y ∂y ∂z ∂z

(3) For two-dimensional, transient, mass advection–diffusion without


mass retention effects, we set:
ϕ ≡ C, mass concentration
β=γ=l
Γ ≡ D, diffusion coefficient
S ≡ S*, mass generation rate per unit volume

Then equation (1.9) becomes


   
∂ ∂ ∂ ∂ ∂C ∂ ∂C
ðCÞ + ðvCÞ + ðwCÞ = D + D + S : (1.12)
∂t ∂y ∂z ∂y ∂y ∂z ∂z

In the foregoing examples, we considered applications of equation (1.9) for


different cases in heat and mass transfer. The momentum equations, for
example, are readily obtained from equation (1.9) by proper interpretation
of the coefficients β, γ, and the source term S.
Basic Relations 7

1.3 Elliptic Systems


The problems of steady-state diffusion, convection–diffusion, and some fluid
flow problems are governed by partial differential equations that are elliptic.
To illustrate this matter, we present the governing differential equations for
each of these three types of problems in the two-dimensional rectangular
coordinates system. The generalization to three dimensions is straightforward.

1.3.1 Steady-State Diffusion


The problems of steady-state heat or mass diffusion are governed by the
Poisson equation, which is elliptic and can be written in the following form:
   
∂ ∂ϕ ∂ ∂ϕ
C + C + S = 0, (1.13)
∂x ∂x ∂y ∂y

where
ϕ = unknown scalar potential that can represent the temperature T or the
mass concentration C,
Γ = generalized diffusion coefficient that can represent the thermal conduc-
tivity k or the mass diffusion coefficient D,
S = specified volumetric source term that can be energy generation rate g
or mass production rate S*, per unit volume.
For example, for heat conduction, equation (1.13) becomes
   
∂ ∂T ∂ ∂T
k + k + g = 0, (1.14)
∂x ∂x ∂y ∂y

and for mass diffusion, it takes the form


   
∂ ∂C ∂ ∂C
D + D + S = 0: (1.15)
∂x ∂x ∂y ∂y

1.3.2 Steady-State Advection–Diffusion


The problems of steady-state heat or mass transfer involving advection and
diffusion are also governed by elliptic partial differential equations that can
be written in the form
   
∂ ∂ ∂ ∂ϕ ∂ ∂ϕ
ðβuϕÞ + ðβvϕÞ = C + C + S, (1.16)
∂x ∂y ∂x ∂x ∂y ∂y

where the unknown potential ϕ, the generalized diffusion coefficient Γ, and


the source term S have been defined previously. The coefficient β is taken as
8 Finite Difference Methods in Heat Transfer

β = ρCp for heat transfer and β = 1 for mass transfer. In addition, u and v are
velocity components in the x and y directions, respectively.
For example, for heat transfer in an incompressible flow, equation (1.16)
becomes      
∂ ∂ ∂ ∂T ∂ ∂T
ρCp ðuTÞ + ðvTÞ = k + k + g, (1.17a)
∂x ∂y ∂x ∂x ∂y ∂y
and for mass transfer, it takes the form
   
∂ ∂ ∂ ∂C ∂ ∂C
ðuCÞ + ðvCÞ = D + D + S : (1.17b)
∂x ∂y ∂x ∂x ∂y ∂y

We note that equation (1.13) is obtainable from equation (1.16) by setting


β = 0 in the latter.

1.3.3 Fluid Flow


The equations governing the steady-state subsonic forced compressible flow
of an isothermal Newtonian fluid in the two-dimensional rectangular coordi-
nates system are given by
x-momentum
   
∂ ∂ ∂p ∂ ∂u ∂ ∂u
ðρuuÞ + ðρvuÞ = − + μ + μ , (1.18)
∂x ∂y ∂x ∂x ∂x ∂y ∂y

y-momentum
   
∂ ∂ ∂p ∂ ∂v ∂ ∂v
ðρuvÞ + ðρvvÞ = − + μ + μ , (1.19)
∂x ∂y ∂y ∂x ∂x ∂y ∂y

and the continuity equation


∂ ∂
ðρuÞ + ðρvÞ = 0, (1.20)
∂x ∂y

where µ is the viscosity, p is the pressure, and ρ is the density. These are a set
of three nonlinear coupled elliptic partial differential equations for the three
unknowns, u, v, and p. The system is closed when the proper boundary condi-
tions are specified and the equation of state is provided that relates ρ to T and p.

1.4 Hyperbolic Systems


Problems governed by hyperbolic partial differential equations are encoun-
tered in a number of applications in heat and fluid flow. For example, transi-
ent heat conduction associated with laser pulses of extremely short duration,
Basic Relations 9

extremely high rates of change of temperature or heat fluxes, or extremely


low temperatures approaching absolute zero may be governed by the hyper-
bolic heat conduction equation (1.6) instead of by the customarily used para-
bolic heat conduction equation (1.4).
The simplest hyperbolic equation is the first-order linear wave equation
given by
1 ∂u ∂u
+ = 0, c > 0, (1.21)
c ∂t ∂x
which governs the wave propagation in the x direction with a speed c. Other
examples of hyperbolic systems include the classical, second-order linear
wave equation, which can be obtained from equation (1.21),

∂2 u 2∂ u
2
= c , c > 0, (1.22)
∂t2 ∂x2
for the propagation of sound waves and the hyperbolic heat conduction equation

∂2 T ∂T ∂2 T
τ + = α , (1.23a)
∂t2 ∂t ∂x2
where the relaxation time τ is defined as
α
τ= : (1.23b)
c2
Equation (1.23a) has resulted by combining the non-Fourier heat flux model,
∂q ∂T
τ +q= −k , (1.24)
∂t ∂x
with the energy equation
∂q ∂T
− = ρCp , (1.25)
∂x ∂t
in order to eliminate the heat flux q. We note that for τ = 0, equation (1.23a)
reduces to the classical diffusion equation.

1.5 Systems of Equations


In many engineering applications, the physical processes are governed by a
system of equations rather than by a single equation. When such equations
are to be solved numerically, it is often convenient to combine them into a
compact vector form. In some situations, a higher-order partial differential
equation can be converted into a system of first-order equations.
10 Finite Difference Methods in Heat Transfer

Consider a system of first-order partial differential equations in the two


independent variables (x,t) expressed in the vector form as
∂T ∂FðTÞ
+ + H = 0, (1.26)
∂t ∂x
where T is the unknown component vector, F(T) is a given vector that is a
function of T, and H is a given source term vector.
For simplicity, we choose a system consisting of two equations; then various
vectors in equation (1.26) are defined as
     
T1 F1 ðTÞ H1
T= , FðTÞ = ,H= , (1.27a,b,c)
T2 F2 ðTÞ H2

2 3 2 3
∂T1 ∂F1
∂T 6 ∂t 7 6 7
7, ∂F = 6 ∂x 7:
=6
4 5 4 (1.28a,b)
∂t ∂T2 ∂x ∂F2 5
∂t ∂x
The generalization to a system of more than two equations is a straight-
forward matter.
Equation (1.26) can be expressed in the quasilinear form as
∂T ∂T
+A + H = 0, (1.29)
∂t ∂x
where the Jacobian matrix A, for the case of two equations, is given by
2 3
∂F1 ∂F1
∂FðTÞ 6 ∂T1 ∂T2 7
A= =6
4 ∂F
7: (1.30)
∂T 2 ∂F 5
2
∂T1 ∂T2

1.5.1 Characterization of System of Equations


An understanding of the behavior of a system of equations, namely, whether
it is hyperbolic or elliptic, is important in the selection of an appropriate finite
difference scheme for its solution. The system given by equation (1.29) is
hyperbolic if the eigenvalues of the coefficient matrix A are all real and distinct
and elliptic if they are all complex (Richtmyer and Morton 1967; Zahmanoglou
and Thoe 1976).
We now generalize this system [equation (1.29)] for the case of two
independent spatial variables (x, y) expressed in the form

∂T ∂T ∂T
+A +B + H = 0, (1.31)
∂t ∂x ∂y
Basic Relations 11

where A and B are the coefficient matrices. Richtmyer and Morton (1967)
identify the system [equation (1.31)] as being hyperbolic in the x direction
if the eigenvalues of A are real and distinct. Similarly, the behavior of the sys-
tem [equation (1.31)] is said to be hyperbolic in the y direction if the eigen-
values of the matrix B are real and distinct. Therefore, it is possible for the
system to exhibit hyperbolic behavior in (x, t) and elliptic behavior in (y, t)
or vice versa, depending on the nature of the coefficient matrices A and B.

1.5.2 Wave Equation


Consider the wave equation (1.22) written as

∂2 u 2∂ u
2
− c = 0: (1.32a)
∂t2 ∂x2
For a constant c, let
∂u ∂u
u1 = and u2 = c ; (1.32b,c)
∂t ∂x
so that equation (1.32a) can be split-up into two first-order equations in the form
∂u1 ∂u2
−c = 0; (1.33a)
∂t ∂x

∂u2 ∂u1
−c = 0; (1.33b)
∂t ∂x
and the resulting two equations can be expressed in the matrix form as
∂U ∂U
+A = 0, (1.34a)
∂t ∂x
where
   
u1 0 −c
U= and A = (1.34b,c)
u2 −c 0

The wave equation (1.32a) is hyperbolic; therefore, the aforementioned


split-up form should also retain its hyperbolic character. The eigenvalues
of the matrix A are determined from
det { A – λ I } = 0 (1.35a)
where I is the identity matrix. This result leads to
λ2 – c2 = 0 (1.35b)
which gives the eigenvalues as λ1 = c and λ2 = −c. Thus, as expected, the
system is hyperbolic because the eigenvalues are real and distinct.
12 Finite Difference Methods in Heat Transfer

1.6 Boundary Conditions


To identify the various types of linear boundary conditions, we introduce the
following definitions:
boundary condition of the first kind: ϕ = prescribed (1.36a)

∂ϕ
boundary condition of the second kind: C = prescribed (1.36b)
∂n

∂ϕ
boundary condition of the third kind: C + hϕ = prescribed (1.36c)
∂n

where denotes differentiation along the outward drawn normal to the
∂n
boundary surface, that is,
∂ϕ
= rϕ  n: (1.37)
∂n
The boundary conditions of the first, second, and third kinds are also com-
monly referred to as Dirichlet, Neumann, and Robin boundary conditions,
respectively.
When the right-hand sides of equations (1.36a)–(1.36c) vanish, boundary
conditions are said to be homogeneous.
Let the vector n be represented in Cartesian coordinates as
n = ðli + mj + nkÞ, (1.38)

where i, j, and k denote the unit vectors along the positive x, y, and z direc-
tions, respectively, and l, m, and n are the direction cosines of the vector n.
∂ϕ
Therefore, in Cartesian coordinates, reduces to
∂n
∂ϕ ∂ϕ ∂ϕ ∂ϕ
=l +m +n : (1.39)
∂n ∂x ∂y ∂z

Equation (1.39) can be further simplified if the boundary coincides with a


surface of constant x, y, or z coordinates. Figure 1.1 illustrates such a case, for
boundaries at x = 0 and x = L, where n = −i and n = i, respectively. Therefore,
for this case, we have
∂ϕ ∂ϕ
=− at x = 0, (1.40a)
∂n ∂x

∂ϕ ∂ϕ
= at x = L: (1.40b)
∂n ∂x
Basic Relations 13

∇φ ∇φ

n = –i n=i

∇φ . n ∇φ . n

x=0 x x=L x

FIGURE 1.1
Illustration for the normal derivative.

Example 1.1
In a heat conduction problem, derive the boundary condition at a differ-
ential element dA of a surface that is remotely heated by a heat flux
qsup and exchange heat by convection and radiation with the surround-
ings. No heat is generated at the surface. The surface exchanges heat
by convection with a heat transfer coefficient h to a gas that is at the tem-
perature T∞. The gas is supposed to be transparent to radiation. The
emissivity of the surface is ε and it exchanges heat by radiation with a
surrounding surface at the temperature Tsurr. The figure shown here illus-
trates the physical situation under analysis.

qsup
Surrounding surface
Tsurr

qcond.n n
qconv
h, T∞

qcond

qrad
dA

Solution
The energy balance at the surface, by taking into account that a surface
has no mass and therefore does not accumulate heat, is written as

ðqcond  n + qsup ÞdA = ðqconv + qrad ÞdA, (a)


14 Finite Difference Methods in Heat Transfer

where n is the unit vector normal to the surface. The conduction heat flux
vector can be obtained from Fourier’s Law as

qcond = − krT, (b)

so that

∂T
qcond  n = − krT  n = − k : (c)
∂n
Note that qcond · n was assumed as a positive quantity in the energy
balance [Equation (a)]. By also writing the convective and the radiative
heat fluxes as positive quantities, in accordance with the provided infor-
mation that heat is lost (and not gained) by convection and radiation, we
have, respectively,

qconv = hðT − T1 Þ, (d)

qrad = εσðT4 − T4surr Þ, (e)

where σ = 5.67 × 10−8 W/m2K4 is the Stefan–Boltzmann constant (Özişik


1985). Equations (c)–(e) are then substituted into Equation (a), which is
rearranged to yield

∂T
k + hT + εσT4 = qsup + hT1 + εσT4surr , (f)
∂n
which is a nonlinear boundary condition because of radiation.
If it is assumed that T ≈ Tsurr, radiation can be linearized in the form
(Özişik 1985)

qrad = hrad ðT − Tsurr Þ, (g)

where

hrad = 4εσT3surr (h)

is the heat transfer coefficient for radiation. By using Equation (g) instead
of Equation (e) for the radiative flux, the energy balance given by Equa-
tion (a) becomes

∂T
k + hcomb T = qsup + hT1 + hrad Tsurr , (i)
∂n
which is a linear boundary condition of the third kind, in the same form
as equation (1.36c). In Equation (i), hcomb is the combined heat transfer
coefficient due to convection and linearized radiation, that is,

hcomb = h + hrad : (j)


Basic Relations 15

Equation (i) shows that a third kind boundary condition is obtained as


long as there is heat transfer by convection and/or linearized radiation at
the surface.
When the heat flux qsup is imposed by an electrical resistance in direct
contact with the surface, and not remotely such as illustrated by the
accompanying figure, there is no heat transfer by convection and by radi-
ation over the surface. Thus, Equation (i) reduces to

∂T
k = qsup , (k)
∂n

which is a linear boundary condition of the second kind, in the same form
as equation (1.36b). Whereas a boundary condition of the third kind
involves convective and/or linearized radiation, a boundary condition
of the second kind is obtained by an imposed heat flux over the surface,
without convection and radiation heat transfer.
The boundary condition of the first kind [see equation (1.36a)],

T = T1 , (l)

can be obtained as a special case of equation (i), when the heat transfer
coefficient is very large, such as for convection with phase change
(e.g., boiling or condensation) and qsup = 0. Alternatively, the boundary
condition of the first kind results in cases where the surface is in direct
contact with a thermal reservoir maintained at T∞.

1.7 Uniqueness of the Solution


The study of uniqueness and existence of solutions for a given system of
equations is not frequently considered in engineering simulations. However,
it is instructive to examine some simple situations in order to illustrate the
implications of such matter.
Consider a steady-state heat conduction problem with energy generation
in a finite, closed domain given by
1
r2 T + g = 0 in the region (1.41a)
k
∂T
= 0 on all boundaries, (1.41b)
∂n

where denotes the derivative along the outward drawn normal to the
∂n
boundary surface. Just by physical considerations, we conclude that such a
16 Finite Difference Methods in Heat Transfer

problem cannot have a steady-state solution because the energy generated in


the medium has no way to escape as all boundaries are insulated; the tem-
perature is bound to increase continuously with time.
Let us now consider another steady-state heat conduction problem in a
finite domain, with no energy generation in the medium but with all boun-
daries subjected to prescribed heat fluxes. The mathematical formulation of
this problem is given by

r2 T = 0 in the region (1.42a)

∂T
k = f on all boundaries, (1.42b)
∂n

where f is a function of the boundary position. Again, by physical reason-


ing, we conclude that this problem cannot have a steady-state solution
unless the amount of heat entering the medium through part of the boun-
dary surfaces is equal to the amount of heat leaving the domain through the
rest of the boundary surfaces. Even so, if such a condition is satisfied, the
steady-state solution for the problem is unique only to within an addi-
tive constant, that is, T(r) + c, where the arbitrary constant, c, vanishes
both in the differential equation and in the boundary condition given by
equations (1.42a) and (1.42b).
For a number of physical, nonlinear boundary value problems, multiple
solutions exist or no solution exists (Kubicek and Hlavacek 1983). For a nonlin-
ear boundary value problem, it is difficult to prove rigorously the existence of a
solution. There are physical problems that do not possess a solution for partic-
ular values of the parameters. In many engineering problems, nonlinearities are
frequently caused by chemical reactions, radiation effects, dependence of the
rate, equilibrium, and transport coefficients on concentration and temperature,
as well as by viscous energy dissipation. A strong, exothermic, autocatalytic
reaction or radiation effects may give rise to multiple steady-state solutions.
Consider, for example, the nonlinear boundary value problem governing the
explosion of a solid explosive material given in the form

d2 y 1 dy
+ = − δ ey 0 < R < 1 (1.43a)
dR2 R dR
subject to the boundary conditions

dy
= 0 at R = 0, (1.43b)
dR

y = 0 at R = 1: (1.43c)
Basic Relations 17

B
15

10

δ
–3 –2 –1 1 2

–5

–10

–15

FIGURE 1.2
Roots of equation (1.44b).

The solution of this nonlinear problem is given in the form (Kubicek and
Hlavacek 1983)
8B=δ
y = ln , (1.44a)
ðB R2 + 1Þ2

where the constant B is determined from


8B=δ
= 1, (1.44b)
ðB + 1Þ2

which gives the following two roots:


pffiffiffiffiffiffiffiffiffiffiffiffi
− 4 + 2 4 − 2δ + δ
B1 = − (1.45a)
δ
pffiffiffiffiffiffiffiffiffiffiffiffi
4 + 2 4 − 2δ − δ
B2 = : (1.45b)
δ
It can be seen from Figure 1.2 that, for δ < 2, equation (1.44b) has two
distinct real roots; hence, the problem [equation (1.43)] has two solutions
for this range of δ. For δ = 2, there is only one root, B = 1; hence, the prob-
lem has only one solution. Finally, for δ > 2, the problem possesses no
solution.
18 Finite Difference Methods in Heat Transfer

PROBLEMS

1.1. Consider the following differential equation:


∂2 T ∂2 T
x + = 0:
∂x2 ∂y2

This equation can be elliptic, hyperbolic, or parabolic depending


on whether x > 0, x < 0, or x = 0, respectively. Explain when this
equation is elliptic, hyperbolic, and parabolic.
1.2. Consider the following partial differential equation:

∂T ∂T ∂2 T
+A − B 2 = 0,
∂x ∂y ∂y

where A and B are constants. Specify whether this equation is


elliptic, hyperbolic, or parabolic.
1.3. Consider the following partial differential equation:

∂2 T ∂2 T ∂2 T
A + B + C = 0:
∂x2 ∂x∂y ∂y2
Determine the nature of this equation for the following cases:
i. A = 1, B = 3, and C = 2
ii. A = 1, B = –2, and C = 1
iii. A = 1, B = 3, and C = 3
1.4. Determine the nature of the following partial differential equations:
∂2 T ∂2 T 1
ðiÞ + + gðx, yÞ = 0
∂x2 ∂y2 k

∂2 T ∂2 T ∂T
ðiiÞ − + =4
∂x 2 ∂x∂y ∂y

1.5. Consider slug flow (i.e., uniform flow velocity) for forced convection
inside a circular tube. The energy equation in dimensionless form,
including the effects of axial heat conduction in the fluid, is given by
 
∂T 1 ∂ ∂T 1 ∂2 T
= R + ,
∂X R ∂R ∂R ðPeÞ2 ∂X2

where R and X are radial and axial dimensionless coordinates,


respectively, and Pe is the Peclet number. Discuss the nature of
this equation for the values of the Peclet number being finite
and Pe → ∞.
Basic Relations 19

1.6. Consider Burger’s equation given by

∂u ∂u ∂2 u
+u =υ 2 ,
∂t ∂x ∂x
where u is the velocity, t the time, x the coordinate, and υ the
kinematic viscosity of the fluid. Discuss the nature of this equation.
1.7. For extremely short times (i.e., picosecond or shorter) or at tem-
peratures near absolute zero, the effects of finite speed of propa-
gation become important and heat conduction is governed by the
following equation:

1 ∂2 T 1 ∂T ∂2 T
+ = ,
c2 ∂t2 α ∂t ∂x2

where c is the wave propagation speed. In the standard heat


conduction, c is regarded as infinite, and this equation reduces to the
usual heat conduction equation. Discuss the nature of this equation.
1.8. Determine the nature of the following two-dimensional energy
equation for flow in a parallel plates channel:
     
∂T ∂ ∂ ∂ ∂T ∂ ∂T
ρCp + ðuTÞ + ðvTÞ = k + k + g,
∂t ∂x ∂y ∂x ∂x ∂y ∂y

where T is the temperature, t is the time, x and y are the axial


and transversal coordinates, respectively, u and v are the velocity
components, and g is the energy generation rate.
1.9. A plane wall, confined to the region 0 ≤ x ≤ L, is subjected to a
heat supply at a rate of qo W/m2 at the boundary surface x = 0 and
dissipates heat by convection with a heat transfer coefficient h∞
W/(m2 °C) into an ambient air at temperature T∞ from the boundary
surface at x = L. Write the boundary conditions at x = 0 and x = L.
1.10. Consider a two-dimensional heat conduction problem in a rectangu-
lar shape confined to the region 0 ≤ x ≤ a, 0 ≤ y ≤ b. Write the math-
ematical formulation of boundary conditions for the following cases:
i. Boundary at x = 0: Heat is removed at a constant rate of qo
W/m2.
ii. Boundary at x = a: Heat is dissipated by convection with a
heat transfer coefficient ha into the ambient air at constant
temperature T∞.
iii. Boundary at y = 0: Kept insulated.
iv. Boundary at y = b: Heat is supplied into the solid at a rate
of qb W/m2.
20 Finite Difference Methods in Heat Transfer

1.11. A spherical shell has an inside radius R = r1 and outside radius


R = r2. At the inside surface, it is heated electrically at a rate of
q1 W/m2, and at the outside surface, heat is dissipated by convec-
tion with a heat transfer coefficient h2 into an ambient air at a con-
stant temperature T∞. Write the boundary conditions.
1.12. A copper bar of radius R = b is initially at a uniform temperature Ti.
The heating of the rod begins at time t = 0 by the passage of electric
current that generates heat throughout the rod at a constant rate of
go W/m3. The rod dissipates heat by free convection with a heat
transfer coefficient h = C(T − T∞)1/4 into the ambient fluid at
constant temperature T∞. Assuming constant thermal conductivity
k for the solid and one-dimensional time-dependent problem, write
the mathematical formulation of this heat conduction problem.
1.13. Show that the following three different forms of the differential
operator in the spherical system are equivalent:
 
1 d 2 dT 1 d2 d2 T 2 dT
2 dR
R = 2
ðRTÞ = +
R dR R dR dR2 R dR

1.14. Determine the nature of the following convection–diffusion


equation:
     
∂ ∂ ∂ ∂T ∂ ∂T
ρCp ðuTÞ + ðvTÞ = k + k + g:
∂x ∂y ∂x ∂x ∂y ∂y

1.15. Set up the mathematical formulation of the following heat


conduction problems:
i. A slab in 0 ≤ x ≤ L is initially at a temperature F(x). For
times t > 0, the boundary at x = 0 is kept insulated and
the boundary at x = L dissipates heat by convection into a
medium at zero temperature.
ii. A semi-infinite region 0 ≤ x < ∞ is initially at a temperature
F(x). For times t > 0, heat is generated in the medium at a
constant rate of go W/m3, while the boundary at x = 0 is
kept at zero temperature.
iii. A solid cylinder 0 ≤ R ≤ b is initially at a temperature F(R).
For times t > 0, heat is generated in the medium at a rate of g
(R), W/m3, while the boundary at R = b dissipates heat by
convection into a medium at zero temperature.
iv. A solid sphere 0 ≤ R ≤ b is initially at temperature F(R). For
times t > 0, heat is generated in the medium at a rate of g(R),
W/m3, while the boundary at R = b is kept at a uniform tem-
perature To.
Basic Relations 21

1.16. A one-dimensional unsteady inviscid compressible flow is


described by the equations
∂ ∂
ðρÞ + ðρuÞ = 0;
∂t ∂x
∂ ∂
ðρuÞ + ðρ + ρu2 Þ = 0;
∂t ∂x
∂ ∂
ðEt Þ + ½ðEt + pÞu = 0;
∂t ∂x

where ρ is density, u is velocity, p is pressure, and Et is the total


energy. Write these equations in the matrix system form.
1.17. ∂2 u ∂2 u
The Laplace equation 2 + 2 = 0 is an elliptic equation. Split
∂x ∂y
up this equation into two first-order equations, examine the
eigenvalues of the coefficient matrix, and show that the eigen-
values are both complex (i.e., λ1 = +i and λ2 = –i), which is con-
sistent with the elliptic nature of the problem.
1.18. Determine whether the following system of equations is elliptic
or hyperbolic:
∂T ∂T
+A = 0,
∂x ∂y

where
   
T1 0 −1
T= , A= :
T2 1 0
References
Allada, S. R. and D. Quon . (1966). A Stable, Explicit Numerical Solution of the Conduction
Equation for Multidimensional Nonhomogeneous Media, Heat Transf. Los Angeles Chem. Eng.
Symp. Ser., 62, 151156.
Ames, W. F. (1977). Numerical Methods for Partial Differential Equations, 2nd ed., Academic
Press, New York.
Amsden, A. A. and C. W. Hirt . (1973). A Simple Scheme for Generating Curvilinear Grids, J.
Comput. Phys., 11, 348359.
Anderson, J. (1990). Modern Compressible Flow with Historical Perspective, McGraw-Hill, New
York.
Anderson, J. (1995). Computational Fluid Dynamics: The Basics with Applications, McGraw-
Hill, Singapore.
Andr, S. and A. Degiovanni . (1995). A Theoretical Study of the Transient Coupled Conduction
and Radiation Heat Transfer in Glass: Phonic Diffusivity Measurements by the Flash
Technique, Int. J. Heat Mass Transf., 38, 34013412.
Aparecido, J. B. and R. M. Cotta . (1990). Laminar Flow Inside Hexagonal Ducts, Comp. Mech.,
6, 93100.
Aparecido, J. B. , R. M. Cotta and M. N. ziik . (1989). Analytical Solutions to Two-Dimensional
Diffusion Type Problems in Irregular Geometries, J. Franklin Inst., 326, 421434.
Arpaci, V. S. (1966). Conduction Heat Transfer, Addison-Wesley, Reading, MA.
ASME V&V 20-2009 . (2009). Standard for Verification and Validation in Computational Fluid
Dynamics and Heat Transfer, ASME, New York.
ASTM Standard E1461-01 . (2001). Standard Test Method for Thermal Diffusivity by the Flash
Method, ASTM, West Conshohocken, PA.
Atkinson, K. E. (1978). An Introduction to Numerical Analysis, Wiley, New York.
Barakat, H. Z. and J. A. Clark . (1966). On the Solution of Diffusion Equation by Numerical
Methods, J. Heat Transf., 88, 421427.
Barichello, L. B. (2011). Explicit Formulations for Radiative Transfer Problems, in Thermal
Measurements and Inverse Techniques, H. Orlande , O. Fudym , D. Maillet , and R. Cotta
(Eds.), CRC Press, Boca Raton, FL, pp. 541562.
Barichello, L. B. and C. E. Siewert . (1999). A Discrete-Ordinates Solution for a Non-Grey
Model with Complete Frequency Redistribution, J. Quant. Spectrosc. Radiat. Transf., 62,
665675.
Barichello, L. B. and C. E. Siewert . (2002). A New Version of the Discrete-Ordinates Method,
Proceedings: Computational Heat and Mass Transfer-2001, Rio de Janeiro, pp. 340347.
Bayazitoglu, Y. and M. N. ziik . (1980). On the Solution of Graetz Type Problems with Axial
Conduction, Int. J. Heat Mass Transf., 23, 13991402.
Bejan, A. (1984). Convection Heat Transfer, Wiley-Interscience, New York.
Benjapiyaporn, C. , V. Timchenko , E. Leonardi , G. de Vahl Davis and H. C. de Groh, III .
(2000). Effects of Space Environment on Flow and Concentration during Directional
Solidification, Int. J. Fluid Dyn., 4, 127.
546 Bennacer, R. and D. Gobin . (1996). Cooperating Thermosolutal Convection in
EnclosuresI. Scale Analysis and Mass Transfer, Int. J. Heat Mass Transf., 39, 26712681.
Benson, A. R. and D. S. McRae . (1990). A Three-Dimensional Dynamic SolutionAdaptive
Mesh Algorithm, AIAA Paper No. 90-1566, AIAA 21st Fluid Dynamics, Plasma Dynamics and
Lasers Conference, June 1820, Seattle, WA.
Berezin, I. S. and N. P. Zhidkov . (1965). Computing Methods, Vol. 1, Addison-Wesley,
Reading, MA, pp. 210215.
Bertrand, O. , B. Binet , H. Combeau , S. Couturier , Y. Delanny , D. Gobin , M. Lacroix , P. L.
Qur , M. Mdale , J. Mencinger , H. Sadat and G. Vieira . (1999). Melting Driven by Natural
ConvectionA Comparison Exercise: First Results, Int. J. Therm. Sci., 38, 526.
Beyeler, E. P. , B. A. Yost and S. I. Guceri . (1987). Two-Dimensional Solidification in Irregularly
Shaped Domains, Report # CCM-87-01, Center for Composite Materials, University of
Delaware, Newark, DE.
Bogado Leite, S. Q. , M. N. ziik and K. Verghese . (1980). On the Solution of Linear Diffusion
Problems in Media with Moving Boundaries, Nucl. Sci. Eng., 76, 345350.
Bonacina, C. , G. Comini , A. Fasano and M. Primicerio . (1973). Numerical Solutions of Phase
Change Problems, Int. J. Heat Mass Transf., 16, 18251832.
Brackbill, J. U. (1982). Coordinate System Control: Adaptive Meshes, in Numerical Grid
Generation, Joe F. Thompson (Ed.), Elsevier, New York, pp. 277293.
Brackbill, J. U. and J. S. Saltzman . (1982). Adaptive Zoning for Singular Problems in Two
Dimensions, J. Comput. Phys., 46, 342368.
Brazhnikov, A. M. , V. A. Karpychev and A. V. Luikov . (1975). One Engineering Method of
Calculating Heat Conduction Processes, Inzhenerno Fizicheskij Zhurnal, 28, 677680.
Brian, P. L. T. (1961). A Finite Difference Method of High-Order Accuracy for the Solution of
Three-Dimensional Transient Heat Conduction Problems, Am. Inst. Chem. Eng. J., 7, 367370.
Briley, W. R. and H. McDonald . (1973). Solution of Three-Dimensional Compressible Navier-
Stokes Equations by an Implicit Technique, Proceedings of the Fourth International Conference
on Numerical Methods in Fluid Dynamics, Boulder, CO, Lecture Notes in Physics, Vol. 35,
Springer-Verlag, New York, pp. 105110.
Buzbee, B. L. , G. H. Golub and C. W. Nielson . (1970). On Direct Methods for Solving
Poissons Equation, SIAM J. Numer. Anal., 7, 627656.
Camarro, R. , B. Ozzel , H. Yang , H. Zhang and C. Dupvis . (1981). Computed Aided Grid
Design, in Numerical Grid Generation in Computational Fluid Dynamics, J. Hauser and C.
Taylor (Eds.), Pineridge Press, Swansea, UK, pp. 1534.
Caretto L. S. , A. D. Gosman , S. V. Patankar and D. B. Spalding . (1973). Two calculation
procedures for steady, three-dimensional flows with recirculation, in Proceedings of the Third
International Conference on Numerical Methods in Fluid Mechanics. Lecture Notes in Physics,
H. Cabannes and R. Temam (Eds.), Vol. 19, Springer, Berlin, Heidelberg.
Carey, G. (1997). Computational Grids: Generation, Adaption and Solution Strategies, Taylor &
Francis, New York.
Carey, G. F. and M. Tsai . (1982). Hyperbolic Heat Transfer with Reflection, Numer. Heat
Transf., 5, 309327.
Carslaw, H. S. and J. C. Jaeger . (1959). Conduction of Heat in Solids, 2nd ed., Oxford
University Press, New York.
547 Carter, J. E. (1971). Numerical Solutions of the Supersonic, Laminar Flow Over a Two-
Dimensional Compression Corner, Ph.D. Thesis, Virginia Polytechnic Institute and State
University, Blacksburg, VA.
Carvalho, T. M. B. , R. M. Cotta and M. D. Mikhailov . (1993). Flow Development in the
Entrance Region of Ducts, Comm. Numer. Meth. Eng., 9, 503509.
Castelles, F. V. , C. R. Cardoso , P. Couto and R. M. Cotta . (2007). Transient Analysis of Slip
Flow and Heat Transfer in Microchannels, Heat Transf. Eng., 28, no. 6, 549558.
Castelles, F. V. and R. M. Cotta . (2006). Analysis of Transient and Periodic Convection in
Microchannels via Integral Transforms, Progress in Computational Fluid Dynamics, 6, no. 6,
321326.
Cattaneo, C. (1958). A Form of Heat Conduction Equation Which Eliminates the Paradox of
Instantaneous Propagation, Comptes Rendus Hebdomadaires des Seances de lAcademie des
Sciences, 247, 431433.
Cebeci, T. and P. Bradshaw . (1977). Momentum Transfer in Boundary Layers,
Hemisphere/McGraw-Hill, New York.
Cebeci, T. and P. Bradshaw . (1984). Physical and Computational Aspects of Convective Heat
Transfer, Springer-Verlag, New York.
Cebeci, T. and A. M. O. Smith . (1974). Analysis of Turbulent Boundary Layers, Academic
Press, New York.
Chandrasekhar, S. (1960). Radiative Transfer, Dover Publications, New York.
Chester, M. (1963). Second Sound in Solids, Phys. Rev., 131, 20132015.
Cho, S. and S. Krishnan . (2013). Cancer Nanotechnology, CRC Press, Boca Raton, FL.
Chow, C. Y. (1979). An Introduction to Computational Fluid Dynamics, Wiley, New York.
Chu, W. H. (1971). Development of a General Finite Difference Approximation for the General
Domain, J. Comput. Phys., 8, 392408.
Chui, E. H. and Raithby, G. D. (1993). Computation of Radiant Heat Transfer on a
Nonorthogonal Mesh Using the Finite-Volume Method, Numer. Heat Transf. Part B, 23, 269288.
Churchill, R. V. (1948). Introduction to Complex Variables, McGraw-Hill, New York.
Colao, M. J. and G. Dulikravich . (2006). A Multilevel Hybrid Optimization of
Magnetohydrodynamic Problems in Double-Diffusive Fluid Flow, J. Phys. Chem. Solids, 67,
19651972.
Colao, M. J. and G. S. Dulikravich . (2007). Solidifcation of Double-Diffusive Flows using
Thermo-Magneto-Hydrodynamics and Optimization, Mater. Manuf. Process., 22, 594606.
Colao, M. J. , G. S. Dulikravich ., T. J. Martin , and S. Lee (2003). An Inverse Method Allowing
User-Specified Layout of Magnetized Micro-Fibers in Solidifying Composites, Journal of
Composite Materials, UK, 37, pp. 13511365.
Colao, M. J. , G. S. Dulikravich and T. J. Martin . (2004). Optimization of Wall Electrodes for
Electro-Hydrodynamic Control of Natural Convection during Solidification, Mater. Manuf.
Process., 19, 719736.
Colao, M. J. , G. S. Dulikravich and T. J. Martin . (2005). Control of Unsteady Solidification via
Optimized Magnetic Fields, Mater. Manuf. Process., 20, 435458.
Colao, M. J. and H. R. B. Orlande . (2001a). Inverse Forced Convection Problem of
Simultaneous Estimation of Two Boundary Heat Fluxes in Irregularly Shaped Channels, Numer.
Heat Transf. Part A, App., 39, 737760.
Colao, M. J. and H. R. B. Orlande . (2001b). Inverse Problem of Simultaneous Estimation of
Two Boundary Heat Fluxes in Parallel Plate Channels, J. Braz. Soc. Mech. Sci. Eng., XXIII,
201215.
548 Colao, M. J. and H. R. B. Orlande . (2002). Inverse Convection Problems in Irregular
Geometries, 21st Southeastern Conference on Theoretical and Applied Mechanics, Orlando,
FL, pp. 423432.
Colao, M. J. and H. R. B. Orlande . (2004). Inverse Natural Convection Problem of
Simultaneous Estimation of Two Boundary Heat Fluxes in Irregular Cavities, Int. Heat Mass
Transf., 47, 12011215.
Colao, M. J. , H. R. B. Orlande and G. S. Dulikravich . (2006). Inverse and Optimization
Problems in Heat Transfer, J. Braz. Soc. Mech. Sci. Eng., 28, 124.
Colao, M. J. , C. V. Teixeira and L. M. Dutra . (2010). Thermal Analysis of a Diesel Engine
Operating with Diesel-Biodiesel Blends, Fuel, 89, 37423752.
Collatz, L. (1960). The Numerical Treatment of Differential Equations, Springer-Verlag, Berlin.
Conte, S. D. and C. de Boor . (1972). Elementary Numerical Analysis, An Algorithm Approach,
2nd ed., McGraw-Hill, New York.
Correa, E. J. , R. M. Cotta and H. R. B. Orlande . (1997). On the Reduction of Computational
Costs in Eigenfunction Expansions of Multidimensional Diffusion Problems, Int. J. Num. Meth.
Heat Fluid Flow, 7, no. 7, 675695.
Cotta, R. M. (1986). Diffusion in Media with Prescribed Moving Boundaries: Application to
Metals Oxidation at High Temperatures, Proceedings of the 2nd Latin American Congress of
Heat & Mass Transfer, Vol. 1, Sao Paulo, Brazil, pp. 502513.
Cotta, R. M. (1990). Hybrid Numerical-Analytical Approach to Nonlinear Diffusion Problems,
Numer. Heat Transf. B., 127, 217226.
Cotta, R. M. (1993). Integral Transforms in Computational Heat and Fluid Flow, CRC Press,
Boca Raton, FL.
Cotta, R. M. (1994a). The Integral Transform Method in Computational Heat and Fluid Flow,
Special Keynote Lecture, Proceedings of the 10th International Heat Transfer Conference, Vol.
1, Brighton, UK, SK-3, pp. 4360, August.
Cotta, R. M. (1994b). Benchmark Results in Computational Heat and Fluid Flow: The Integral
Transform Method, Int. J. Heat Mass Transf. (Invited Paper), 37, 381394.
Cotta, R.M. , (1996). Integral Transforms in Transient Convection: Benchmarks and
Engineering Simulations, Invited Keynote Lecture, ICHMT International Symposium on
Transient Convective Heat Transfer, Turkey, pp. 433453.
Cotta, R. M. (Ed.). (1998). The Integral Transform Method in Thermal and Fluids Sciences and
Engineering, Begell House, New York.
Cotta, R. M. and J. E. V. Gerk . (1994). Mixed Finite Difference/Integral Transform Approach for
Parabolic-Hyperbolic Problems in Transient Forced Convection, Numer. Heat Transf. B Fund.,
25, 433448.
Cotta, R. M. , S. Kaka , M. D. Mikhailov , F. V. Castelles and C.R. Cardoso . (2005). Transient
Flow and Thermal Analysis in Microfluidics, in Microscale Heat TransferFundamentals and
Applications, S. Kaka , L. Vasiliev , Y. Bayazitoglu and Y. Yener (Eds.), NATO ASI Series,
Kluwer Academic Publishers, Dordrecht, The Netherlands, pp. 175196.
Cotta, R. M. , D. C. Knupp and C. P. Naveira-Cotta . (2016a). Analytical Heat and Fluid Flow in
Microchannels and Microsystems, Mechanical Engineering Series, Springer, New York.
Cotta, R. M. , D. C. Knupp and C. P. Naveira-Cotta . (2016b). Integral Transforms in Linear or
Nonlinear Convection-Diffusion Through Convective Eigenvalue Problems, 24th International
Congress on Theoretical and Applied Mechanics, XXIV ICTAM, Montreal, Canada, pp. 2126,
August.
549 Cotta, R. M. , D. C. Knupp , C. P. Naveira-Cotta , J. L. Z. Zotin and P. C. Pontes . (2016c).
Eigenfunction Expansions for Coupled Nonlinear Convection-Diffusion Problems in Complex
Physical Domains, Invited Plenary Lecture, 7th European Thermal Sciences Conference,
EUROTHERM 2016, Krakow, Poland, June 2016; also, J. Phys. Conf. Ser., 745, 022001, 120.
Cotta, R. M. , D. C. Knupp and C. P. Naveira-Cotta . (2016d). Enhanced Eigenfunction
Expansions in Convection-Diffusion Problems with Multiscale Space Variable Coefficients,
Num. Heat Transf. A. Appl., 70, no. 5, 492512.
Cotta, R. M. , D. C. Knupp and C. P. Naveira-Cotta . (2016e). Nonlinear Eigenvalue Problem in
the Integral Transforms Solution of Convection-Diffusion with Nonlinear Boundary Conditions,
Int. J. Num. Meth. Heat Fluid Flow (Invited Paper, 25th Anniversary Special Issue), 26, nos.
3&4, 767789.
Cotta, R. M. , D. C. Knupp , C. P. Naveira-Cotta , L. A. Sphaier , and J. N. N. Quaresma .
(2013). Unified Integral Transform Algorithm for Solving Multidimensional Nonlinear
Convection-Diffusion Problems, Num. Heat Transf. AAppl., 63, no. 11, 840866.
Cotta, R. M. , D. C. Knupp , C. P. Naveira-Cotta , L. A. Sphaier and J. N. N. Quaresma . (2014).
The Unified Integral Transforms (UNIT) Algorithm with Total and Partial Transformation,
Comput. Therm. Sci., 6, no. 6, 507524.
Cotta, R. M. and M. D. Mikhailov . (1997). Heat Conduction: Lumped Analysis, Integral
Transforms, Symbolic Computation, Wiley-Interscience, Chichester, UK.
Cotta, R. M. and M. D. Mikhailov . (2005). Semi-Analytical Evaluation of Integrals for the
Generalized Integral Transform Technique, 4th Workshop on Integral Transforms and
Benchmark Problems, Rio de Janeiro, August.
Cotta, R. M. and M. D. Mikhailov . (2006). Hybrid Methods and Symbolic Computations, in
Handbook of Numerical Heat Transfer, 2nd ed., W. J. Minkowycz , E. M. Sparrow and J. Y.
Murthy (Eds.), Wiley, New York. pp. 493522.
Cotta, R. M. , M. D. Mikhailov and M. N. ziik . (1987). Transient Conjugated Forced Convection
in Ducts with Periodically Varying Inlet Temperature, Int. J. Heat Mass Transf., 30, no. 10,
20732082.
Cotta, R.M. , C.P. Naveira-Cotta and D.C. Knupp (2017). Convective Eigenvalue Problems for
Convergence Enhancement of Eigenfunction Expansions in Convection-Diffusion Problems,
ASME J. Thermal Science and Eng. Appl., (in press).
Cotta, R. M. , H. R. B. Orlande , M. D. Mikhailov and S. Kaka . (2003). Experimental and
Theoretical Analysis of Transient Convective Heat and Mass Transfer: Hybrid Approaches,
Invited Keynote Lecture, ICHMT International Symposium on Transient Convective Heat And
Mass Transfer in Single and Two-Phase Flows, Cesme, Turkey, 1722 August.
Cotta, R. M. and M. N. ziik . (1986a). Laminar Forced Convection in Ducts with Periodic
Variation of Inlet Temperature, Int. J. Heat Mass Transf., 29, no. 10, 14951501.
Cotta, R. M. and M. N. ziik . (1986b). Transient Forced Convection in Laminar Channel Flow
with Stepwise Variations of Wall Temperature, Can. J. Chem. Eng., 64, 734742.
Cotta, R. M. and M. N. ziik . (1987). Diffusion Problems with General Time-Dependent
Coefficients, J. Braz. Assoc. Mech. Sci., 9, no. 4, 269292.
Cotta, R. M. , M. N. ziik and D. S. McRae . (1986). Transient Heat Transfer in Channel Flow
with Step Change in Inlet Temperature, Numer. Heat Transf., 9, 619630.
Cotta, R. M. , J. N. N. Quaresma , L. A. Sphaier and C. P. Naveira-Cotta . (2010). Unified
Integral Transform Approach in the Hybrid Solution of Multidimensional Nonlinear Convection-
Diffusion Problems, 14th International Heat Transfer Conference, Washington, DC, August.
550 Cotta, R. M. and C. A. C. Santos . (1992). Transient Diffusion Problems with Time-
Dependent Boundary Condition Coefficients, Inzh. Fizich. Z., 61, no. 5, 829837 (in Russ); also
J. Eng. Phys., 61, no. 5, 14111418.
Cotta, R. M. and R. Serfaty . (1992). Hybrid Analysis of Transient Nonlinear Convection-
Diffusion Problems, Int. J. Num. Meth. Heat Fluid Flow, 2, 5562.
Coulter, J. P. , S. D. Gilmore and S. I. Guceri . (1986). TGFLOW a Software Package for the
Analysis of Laminar Fluid Flow, in Numerical Grid Generation in Computational Fluid Dynamics,
J. Huser and C. Taylor (Eds.), Pineridge Press, Swansea, UK, pp. 515526.
Coulter, J. P. and S. I. Guceri . (1987). Laminar and Turbulent Natural Convection within
Irregularly Shaped Enclosures, Numer. Heat Transf., 12, 211227.
Coulter, J. P. and S. I. Guceri . (1988). Resin Impregnation during the Manufacturing Composite
Materials Subject to Prescribed Injection Rate, J. Reinforc. Plast. Compos., 7, 200219.
Courant, R. (1956). Differential and Integral Calculus, Blackie & Son, Ltd., London, p. 133.
Courant, R. , E. Isaacson and M. Rees . (1952). On the Solution of Non-Linear Hyperbolic
Differential Equations by Finite Differences, Comm. Pure Appl. Math., 5, 243.
Crandal, S. H. (1956). Engineering Analysis, McGraw-Hill, New York.
Crank, J. (1957). Two Methods for the Numerical Solution of Moving Boundary Problems in
Diffusion and Heat How, J. Mech. Appl. Math., 10, 220231.
Crank, J. (1984). Free and Moving Boundary Problems, Oxford University Press, New York.
Crank, J. and R. S. Gupta . (1972). A Method of Solving Moving Boundary Problems in Heat
Flow Using Cubic Splines or Polynomials, J. Inst. Math. Appl., 10, 296304.
Crank, J. and P. Nicolson . (1947). A Practical Method for Numerical Evaluation of Solution of
Partial Differential Equations of the Heat Conduction Type, Proc. Camb. Phil. Soc., 43, 5067.
Crowley, A. B. (1978). Numerical Solution of Stefan Problems, Int. J. Heat Mass Transf., 21,
215219.
Davis, R. T. (1979). 4th Computational Fluid Dynamics Conference, Numerical Methods for
Coordinate Generation Based on Schwarz-Christoffel Transformations , AIAA Paper 791463,
Williamsburg, VA.
Doormaal, J. P. V. and G. D. Raithby . (1984). Enhancements of the Simple Method for
Predicting Incompressible Fluid Flow, Numer. Heat Transf., 7, 147163.
Dorr, F. W. (1970). The Direct Solution of the Discrete Poisson Equation on a Rectangle, SIAM
Rev., 12, 248263.
Douglas, J. (1955). On the Numerical Integration of 2u/x2 + 2u/y2 = u/t by Implicit Methods, J.
Soc. Ind. Appl. Math., 3, 4265.
Douglas, J. (1962). Alternating Direction Methods for Three Space Variables, Numer. Math., 4,
4163.
Douglas, J. and T. M. Gallie . (1955). On the Numerical Integration of a Parabolic Differential
Equation Subject to a Moving Boundary Condition, Duke Math. J., 22, 557570.
Douglas, J. and J. E. Gun . (1964). A General Formulation of Alternating Direction Methods-
Part I, Parabolic and Hyperbolic Problems, Numer. Math., 6, 428453.
551 Douglas, J. and H. H. Rachford . (1956). On the Numerical Solution of Heat Conduction
Problems in Two and Three Space Variables, Trans. Am. Math. Soc., 82, 421439.
DuFort, E. C. and S. P. Frankel . (1953). Stability Conditions in the Numerical Treatment of
Parabolic Differential Equations, Math. Tables Other Aids Comput., 7, 135152.
Dulikravich, G. S. and M. J. Colao . (2006). Convective Heat Transfer Control Using Magnetic
and Electric Fields, J. Enhanc. Heat Transf., 13, 139155.
Dulikravich, G. S. , M. J. Colao , B. H. Dennis , T. J. Martin , I. N. Egorov and S. Lee . (2004).
Optimization of Intensities and Orientations of Magnets Controlling Melt Flow During
Solidification, Mater. Manuf. Process., 19, 695718.
Dulikravich, G. S. , M. J. Colao , T. J. Martin and S. Lee . (2003). An Inverse Method Allowing
User-Specified Layout of Magnetized Micro-Fibers in Solidifying Composites, J. Compo. Mater.,
37, 13511365.
Dupont, T. , G. Fairweather and J. P. Johnson . (1974). Three-Level Galerkin Methods for
Parabolic Equations, SIAM J. Numer. Anal., 11, 392410.
Egerton, P. , J. A. Howarth and G. Poots . (1979). A Theoretical Investigation of Heat Transfer
in a Ladle of Molten Steel during Pouring, Int. J. Heat Mass Transf., 22, 15251532.
Eibner, S. , R. Jaime , B. Lamien , R. Basto , H. Orlande and O. Fudym . (2014). Near Infrared
Light Heating of Soft Tissue Phantoms Containing Nanoparticles, Therm. Eng., 13, 1318.
Eiseman, P. R. (1982). Automatic Algebraic Coordinate Generation, in Numerical Grid
Generation, J. F. Thompson (Ed.), North-Holland, Amsterdam, pp. 447463.
Eiseman, P. R. (1985). Grid Generation for Fluid Mechanics Computations, Rev. Fluid Mech.,
17, 487.
Ekrlick, L. W. (1958). A Numerical Method of Solving a Heat Flow Problem with Moving
Boundary, J. Assn. Comp. Math., 5, 161176.
Elshamy, M. M. , M. N. ziik and J. P. Coulter . (1990). Correlation for Natural Convection
between Confocal Horizontal Elliptical Cylinders, Numer. Heat Transf., 18, 95112.
Evans, D. J. and G. Avdelas . (1978). Fast Methods for the Iterative Solution of Linear Elliptic
and Parabolic Partial Differential Equations Involving 2 Space Dimensions, Int. J. Comput.
Math. Sec. B, 6, 335358.
Farnia, K. and J. V. Beck . (1977). Numerical Solution of Transient Heat Conduction Equation
for Heat-Treatable Alloys Whose Thermal Properties Change with Times and Temperature, J.
Heat Transf., 99, 471478.
Farraye, A. and S. I. Guceri . (1985). George W. Laird Computer-Aided Engineering Laboratory,
Report No. CAE Report-4/85, Mechanical Engineering Department, University of Delaware,
Newark, DE.
Forsythe, G. E. and W. R. Wasow . (1967). Finite-Difference Methods for Partial Differential
Equations, Wiley, New York.
Fourier, J. B. (1822). Theorie Analytique de la Chaleur, Paris, (English translation by Freeman,
A. (1955), Dover Publications, Inc., New York.
Fox, L. (1962). Numerical Solution of Ordinary and Partial Differential Equations, Addison-
Wesley, Reading, MA.
Frankel, J. , B. Vick and M. N. ziik . (1986). Hyperbolic Heat Conduction in Composite Regions,
International Heat Transfer Conference, Vol. 2, San Francisco, CA, pp. 615620, 1722 August.
552 Frankel, S. P. (1950). Convergence Rates of Iterative Treatments of Partial Differential
Equations, Math. Tables Other Aids Comput., 4, 6575.
Frank-Kamenetskii, D. A. (1969). Diffusion and Heat Transfer in Chemical Kinetics, 2nd ed.,
Plenum Press, New York. (Translated by S. P. Appleton ).
Friedman, M. (1970). Flow in a Circular Pipe with Recessed Walls, J. Appl. Mech., 37, 58.
Fromm, J. E. and F. H. Harlow . (1963). Numerical Solution of the Problem of Vortex Street
Development, Phys. Fluid, 6, 975982.
Furzeland, R. M. (1980). A Comparative Study of Numerical Methods for Moving Boundary
Problems, J. Inst. Math. Appl., 26, 411429.
Gear, C. W. (1971). Numerical Initial Value Problems in Ordinary Differential Equations,
Prentice-Hall, Englewood Cliffs, NJ.
Gerald, C. F. and P. D. Wheatley . (1984). Applied Numerical Analyses, 3rd ed., Addison-
Wesley, Reading, MA.
Gerges, H. and J. A. McCorquodale . (1997). Modelling of Flow in Rectangular Sedimentation
Tanks by an Explicit Third-Order Upwinding Technique, Int. J. Numer. Meth. Fluids, 24, 537561.
Ghosh, A. (1990). Principles of Secondary Processing and Casting of Liquid Steel, Oxford and
IBH, New Delhi.
Ghosh, A. (2001). Segregation in cast products, Sadhana, 26, 524.
Glass, D. E. , M. N. ziik , D. S. McRae and B. Vick . (1985a). On the Numerical Solution of
Hyperbolic Heat Conduction, Numer. Heat Transf., 8, 497504.
Glass, D. E. , M. N. ziik and B. Vick . (1985b). Hyperbolic Heat Conduction with Surface
Radiation, Int. J. Heat Mass Transf., 28, 18231830.
Glass, D. E. , M. N. ziik and D. S. McRae . (1986). Hyperbolic Heat Conduction with
Temperature Dependent Thermal Conductivity, J. Appl. Phys., 59, 18611865.
Glass, D. E. , M. N. ziik and D. S. McRae . (1987). Hyperbolic Heat Conduction with Radiation
in an Absorbing and Emitting Medium, Numer. Heat Transf., 12, 321333.
Glass, D. E. , M. N. ziik and B. Vick . (1987). Non-Fourier Effects on Transient Temperature
Resulting from Periodic On-Off Heat Flux, Int. J. Heat Mass Transf., 30, 16231631.
Gobin, D. and Bennacer, R. (1996). Cooperating Thermosolutal Convection in EnclosuresII.
Scale Analysis and Mass Transfer, Int. J. Heat Mass Transf., 39, 26832697.
Goldman, A. and Y. C. Kao . (1981). Numerical Solution to a Two-Dimensional Conduction
Problem Using Rectangular and Cylindrical Body-Fitted Coordinate Systems, J. Heat Transf.,
103, 753758.
Golub, G. H. and C. F. Van Loan . (1996). Matrix Computations, 3rd ed., The Johns Hopkins
University Press, Baltimore, Maryland.
Goodling, J. S. and M. S. Khader . (1974a). One-Dimensional Inward Solidification with a
Convective Boundary Condition, AFS Cast Metals Res. J., 10, 2629.
Goodling, J. S. and M. S. Khader . (1974b). Inward Solidification with Radiation-Convection
Boundary Condition, J. Heat Transf., 96, 114115.
Goodrich, L. E. (1978). Efficient Numerical Technique for One-Dimensional Thermal Problems
with Phase Change, Int. J. Heat Mass Transf., 21, 615621.
Gosman, A. D. , W. M. Pun , A. K. Runchal , D. B. Spalding and M. W. Wolfstein . (1969). Heat
and Mass Transfer in Recirculating Flows, Academic Press, London.
Graetz, L. (1883). ber di Wrmeleitung von Fl ssigkeiten. Part I, Ann. Phys. Chem., 18, 7094;
Part II. Ann. Phys. Chem., 25, 337357, 1885.
553 Greenspan, D. (1969). Numerical Studies of Prototype Cavity Flow Problem, Comput. J.,
12, 8893.
Grinberg, G. A. (1948). Selected Problems of Mathematical Theory of Electrical and Magnetic
Effects, Akademii Nauk SSSR, Leningrad.
Guceri, S. I. (1988). Finite Difference Methods in Polymer Processing, in Fundamentals of
Computer Modelling for Polymer Processing , C. L. Tucker (Ed.), Hanser, Munchen.
Guedes, R. O. C. and R. M. Cotta . (1991). Periodic Laminar Forced Convection within Ducts
Including Wall Heat Conduction Effects, Int. J. Eng. Sci., 29, no. 5, 535547.
Guedes, R. O. C. , R. M. Cotta and N. C. L. Brum . (1991). Heat Transfer in Laminar Tube Flow
with Wall Axial Conduction Effects, J. Thermophys. Heat Transf., 5, no. 4, 508513.
Guedes, R. O. C. and M. N. ziik . (1994a). Hybrid Approach for Solving Unsteady Laminar
Forced Convection Inside Ducts with Periodically Varying Inlet Temperature, Int. J. Heat & Fluid
Flow, 15, no. 2, 116121.
Guedes, R. O. C. and M. N. ziik . (1994b). Transient Heat Transfer in Simultaneously
Developing Channel Flow with Step Change in Inlet Temperature, Int. J. Heat & Mass Transfer,
37, no. 17, 26992706.
Guedes, R. O. C. , M. N. ziik and R. M. Cotta . (1992). Conjugated Periodic Turbulent Forced
Convection in a Parallel Plate Channel, 1992 National Heat Transfer Conference, Vol. 201,
HTD, San Diego, CA, pp. 6370.
Guedes, R. O. C. , M. N. ziik and R. M. Cotta . (1994). Conjugated Periodic Turbulent Forced
Convection in a Parallel Plate Channel, J. Heat Transf., 116, 4046.
Gupta, R. S. (1974). Moving Grid Method without Interpolations, Comput. Meth. Appl. Mech.
Eng., 4, 143152.
Gupta, R. S. and D. Kumar . (1980). A Modified Variable Time Step Method for One-
Dimensional Stefan Problem, Comp. Meth. Appl. Mech. Eng., 23, 101109.
Gupta, R. S. and D. Kumar . (1981). Variable Time Step Methods for One-Dimensional Stefan
Problem with Mixed Boundary Condition, Int. J. Heat Mass Transf., 24, 251259.
Hageman, L. A. and D. M. Young . (1981). Applied Iterative Methods, Academic Press, New
York.
Hamming, R. W. (1962). Numerical Methods for Scientists and Engineers, McGraw-Hill, New
York.
Hatay, F. F. , W. Li , S. Kaka and F. Mayinger . (1991). Numerical and Experimental Analysis of
Unsteady Laminar Forced Convection in Channels, Int. Comm. Heat Mass Transf., 18, no. 4,
407417.
Hauser, J. and C. Taylor . (1986). Numerical Grid Generation in Computational Fluid Dynamics,
Pineridge Press, Swansea, UK.
Hellwig, G. (1977). Partial Differential Equations, B. G. Teubner, Stuttgard.
Hirsch, C. (1988). Numerical Computation of Internal and External Flows, Vol. 1, Wiley, New
York.
Hirsch, C. (1990). Numerical Computation of Internal and External FlowsVolume 2, Wiley,
Chichester.
Hogge, M. A. (1981). A Comparison of Two-and-Three-Level Integration Schemes for Non-
linear Heat Conduction, in Numerical Methods in Heat Transfer, R. W. Lewis , K. Morgan and
O. C. Zienkiewicz (Eds.), Wiley, New York, pp. 7590.
Isenberg, J. and G. de Vahl Davis . (1975). Finite Difference Methods in Heat and Mass
Transfer, in Topics in Transport Phenomena, C. Gutfinger (Ed.), Hemisphere, New York, pp.
457553.
554 Jaime, R. A. O. , R. L. Q. Basto , B. Lamien , H. R. B. Orlande , S. Eibner and O. Fudym .
(2013). Fabrication Methods of Phantoms Simulating Optical and Thermal Properties, Procedia
Eng., 59, 3036.
Jaluria, Y. and K. E. Torrance . (1986). Computational Heat Transfer, Hemisphere, New York.
Johnson, B. H. (1982). Numerical Modelling of Estuarine Hydrodynamics on a Boundary-Fitted
Coordinate System, in Numerical Grid Generation, J. F. Thompson (Ed.), Elsevier Science,
Amsterdam, pp. 409436.
Kaka, S. and R. M. Cotta . (1993). Experimental and Theoretical Investigation on Transient
Cooling of Electronic Systems, Proceedings of the NATO Advanced Study Institute on Cooling
of Electronic Systems, Invited Lecture, NATO ASI Series E: Applied Sciences, Vol. 258, Turkey,
pp. 239275, June/July.
Kaka, S. , W. Li and R. M. Cotta . (1990). Unsteady Laminar Forced Convection in Ducts with
Periodic Variation of Inlet Temperature, J. Heat Transf., 112, 913920.
Kaka, S. , C. A. C. Santos , M. R. Avelino and R. M. Cotta . (2001). Computational Solutions
and Experimental Analysis of Transient Forced Convection in Ducts (Invited Paper), Int. J.
Transp. Phenom., 3, 117.
Kaminski, W. (1990). Hyperbolic Heat Conduction Equation for Materials with a
Nonhomogeneous Inner Structure, J. Heat Transf., 112, 555560.
Katnasis, T. (1967). A Computer Program for Calculating Velocities and Streamlines for Two-
Dimensional Incompressible Flow in Axial Blade Rows, NASA-TN D-3762, January.
Kays, W. M. and M. E. Crawford . (1980). Convective and Mass Transfer, McGraw-Hill, New
York.
Keller, H. B. (1970). A New Difference Scheme for Parabolic Problems, in Numerical Solution of
Partial Differential Equations, Vol. 2, J. Bramble (Ed.), Academic Press, New York, pp. 327350.
Kim, W. S. , R. M. Cotta and M. N. ziik . (1990). Laminar Internal Forced Convection with
Periodically Varying, Arbitrarily Shaped Inlet Temperature, Proceedings of the 9th International
Heat Transfer Conference, Israel, Paper # 16-TR-17, pp. 383388.
Kim, S. H. and K. Y. Huh . (2000). A New Angular Discretization Scheme of the Finite Volume
Method for 3-D Radiative Heat Transfer in Absorbing, Emitting and Anisotropically Scattering
Media, Int. J. Heat Mass Transf., 43, 12331242.
Kim, W. S. and M. N. ziik . (1987). Transient Laminar Forced Convection in Ducts with
Suddenly Applied Uniform Wall Heat Flux, Int. J. Heat Mass Transf., 30, 17531756.
Kim, W. S. and M. N. ziik . (1989). Turbulent Forced Convection Inside a Parallel-Plate Channel
with Periodic Variation of Inlet Temperature, J. Heat Transf., 111, 882888.
Knupp, D. C. , R. M. Cotta and C. P. Naveira-Cotta . (2013b). Heat Transfer in Microchannels
with UpstreamDownstream Regions Coupling and Wall Conjugation Effects, Num. Heat Transf.
B Fund., 64, 365387.
Knupp, D. C. , R. M. Cotta , C. P. Naveira-Cotta and S. Kaka . (2015a). Transient Conjugated
Heat Transfer in Microchannels: Integral Transforms with Single Domain Formulation, Int. J.
Therm. Sci., 88, 248257.
Knupp, D. C. , C. P. Naveira-Cotta and R. M. Cotta . (2012). Theoretical Analysis of Conjugated
Heat Transfer with a Single Domain Formulation and Integral Transforms, Int. Comm. Heat
Mass Transf., 39, no. 3, 355362.
555 Knupp, D. C. , C. P. Naveira-Cotta and R. M. Cotta . (2013a). Conjugated Convection-
Conduction Analysis in Microchannels with Axial Diffusion Effects and a Single Domain
Formulation, ASME J. Heat Transf., 135, 091401.
Knupp, D. C. , C. P. Naveira-Cotta and R. M. Cotta . (2014). Theoretical-Experimental Analysis
of Conjugated Heat Transfer in Nanocomposite Heat Spreaders with Multiple Microchannels,
Int. J. Heat Mass Transf., 74, 306318.
Knupp, D. C. , C. P. Naveira-Cotta , A. Renfer , M. K. Tiwari , R. M. Cotta and D. Poulikakos .
(2015b). Analysis of Conjugated Heat Transfer in Micro-Heat Exchangers via Integral
Transforms and Non-Intrusive Optical Techniques, Int. J. Num. Meth. Heat Fluid Flow, 25, no.
6, 14441462.
Knupp, P. and S. Steinberg . (1993). Fundamentals of Grid Generation, CRC Press, Boca
Raton, FL.
Kober, H. (1957). Dictionary of Conformal Representation, 2nd ed., Dover Publications, New
York.
Koshlyakov, N. S. (1936). Fundamental Differential Equations of Mathematical Physics, 4th
edition, ONTI, Moscow.
Kubiek, M. and V. Hlavacek . (1983). Numerical Solution of Nonlinear Boundary Value
Problems with Applications, Prentice Hall, Englewood Cliffs, NJ.
Lage, P. L. C. (1995). Interpolation Functions for Convection-Diffusion Problems:
Approximations of Exponential-Based Functions and Solution Accuracy, Proceedings of the
15th Brazilian Congress of Mechanical Engineering, Aguas de Lindia, So Paulo.
Lamien, B. , H. Orlande and G. Eliabe . (2014). Computer Simulation of Laser Heating of Soft
Tissue Phantoms Loaded with Plasmonic Nanoparticles, 15th Brazilian Congress of Thermal
Sciences and Engineering, Belm, PA, Brazil, 1013 November.
Lamien, B. , H. Orlande and G. Eliabe . (2016a). Inverse Problem in the Hyperthermia Therapy
of Cancer with Laser Heating and Plasmonic Nanoparticles, Inv. Prob. Sci. Eng, 25, 124.
Lamien, B. , H. Orlande and G. Eliabe . (2016b). Particle Filter and Approximation Error Model
for State Estimation in Hyperthermia, ASME J. Heat Transf, 139, 012001012012.
Lamien, B. , H. Orlande , G. Eliabe and L. Varon . (2016c). State Estimation in Bioheat
Transfer: A Comparison of Particle Filter Algorithms, Int. J. Num. Meth. Heat Fluid Flow, 27,
615638.
Lamien, B. , H. Orlande and G. Eliabe . (2017). Inverse problem in the hyperthermia therapy of
cancer with laser heating and plasmonic nanoparticles. Inverse Problems in Science and
Engineering, 25, 608631.
Lancaster, P. (1970). Explicit Solutions of Linear Matrix Equations, SIAM Rev., 12, 544566.
Laney, C. (1998). Computational Gasdynamics, Cambridge University Press, Cambridge.
Lapidus, L. and G. F. Pinder . (1982). Numerical Solution of Partial Differential Equations in
Science and Engineering, Wiley-Interscience, New York.
Larkin, B. K. (1964). Some Stable Explicit Difference Approximations to the Diffusion Equation,
Math. Comput., 18, 196202.
Lax, P. D. (1954). Weak Solutions of Nonlinear Hyperbolic Equations and their Numerical
Computations, Comm. Pure Appl. Math., 7, 159193.
Lee, J. S. and U. C. Fung . (1970). Flow in a Locally Constricted Tubes at Low Reynolds
Numbers, J. Appl. Mech., 37, 917.
Lentini, M. and V. Pereyra . (1968). SIAM J. Num. Anal., 15, 59.
556 Leonard, B. P. (1979). A Stable and Accurate Convective Modelling Procedure Based on
Quadratic Upstream Interpolation, Comput. Meth. Appl. Mech. Eng., 19, 5998.
Leonard, B. P. (1991). The Ultimate Conservative Difference Scheme Applied to Unsteady
One-Dimensional Advection, Comput. Meth. Appl. Mech. Eng., 88, 1774.
Leonard, B. P. (1997). Bounded High-Order Upwind Multidimensional Finite-Volume
Convection-Diffusion Algorithms, in Advances in Numerical Heat Transfer, W. J. Minkowycz
and E. M. Sparrow (Eds.), Vol. 1, Taylor & Francis, New York, pp. 157.
Leonard, B. P. , M. K. MacVean and A. P. Lock . (1995). The Flux Integral Method for
Multidimensional Convection and Diffusion, Appl. Math. Model., 19, 333342.
Leonard, B. P. and S. Mokhtari . (1990). Beyond First-Order Upwinding: The Ultra-Sharp
Alternative for Non-Oscillatory Steady-State Simulation of Convection, Int. J. Num. Meth. Eng.,
30, 729766.
Leonard, B. P. and H. S. Niknafs . (1991). Sharp Monotonic Resolution of Discontinuities
without Clipping of Narrow Extrema, Comput. Fluids, 19, 141154.
Liseikin, V. (2010). Grid Generation Methods, 2nd ed., Springer, Dordrecht.
Liu, S.-L. (1967). Numerical Solution of Two-Point Boundary Value Problems in Simultaneous
Second Order Nonlinear Ordinary Differential Equations, Chem. Eng. Sci., 22, 871.
Luikov, A. V. (1968). Analytical Heat Diffusion Theory, Academic Press, New York.
Luikov, A. V. (1980). Heat and Mass Transfer, Mir Publishers, Moscow.
MacCormack, R. and B. Baldwin . (1975). A Numerical Method for Solving the Navier-Stokes
Equations with Application to Shock-Boundary Layer Interactions, AIAA Paper 75-1, AIAA 13th
Aerospace Sciences Meeting, Pasadena, CA.
MacCormack, R. W. (1969). The Effect of Viscosity on Hypervelocity Impact Conference, AIAA
Paper 69354, 4th Aerodynamic Testing Conference, Cincinnati, OH.
MacCormack, R. W. (1971). Numerical Solution of the Interaction of a Shock Wave with a
Laminar Boundary Layer, Proceedings Second International Conference Numerical Methods
Fluid Dynamics, Lecture Notes in Physics, Vol. 8, Springer-Verlag, New York, pp. 151163.
Maliska, C. R. (1981). A Solution Method for Three-Dimensional Parabolic Fluid Flow Problems
in Nonorthogonal Coordinates, Ph.D. Thesis, University of Waterloo, Waterloo, Canada.
Mallison, G. D. and D. G. De Vahl . (1973). The Method of False Transient for the Solution of
Coupled Elliptic Equations, J. Comput. Phys., 12, 435.
Masiulaniec, K. C. , T. G. Keith, Jr . and K. J. Dewitt . (1984). Finite Difference Solution of Heat
Conduction Problems in Multi-layered Bodies with Complex Geometries, ASME Paper 84-HT-
58, National Heat Transfer Conference, Niagara Falls, NY.
Mastanaiah, K. (1976). On the Numerical Solution of Phase Change Problems in Transient
Non-Linear Heat Conduction, Int. J. Numer. Meth. Eng., 10, 833844.
Mastin, C. W. (1982). Error Induced by Coordinate Systems, in Numerical Grid Generation, J.
F. Thompson (Ed.), New York and Amsterdam, North-Holland, pp. 3140
Mastin, C. W. , C. Wayne and J. F. Thompson . (1978). Elliptic Systems and Numerical
Transformations, J. Math. Anal. Appl., 62, 52.
Maxwell, J. C. (1867). On the Dynamical Theory of Gases, Phil. Trans. Roy. Soc., 157, 4988.
McWhorter, J. C. and M. H. Sadd . (1980). Numerical Anisotropic Heat Conduction Solutions
Using Boundary-Fitted Coordinate System, J. Heat Transf., 102, 308311.
557 Meyer, G. H. (1973). Multidimensional Stefan Problems, SIAM J. Numer. Anal., 10,
522528.
Mikhailov, M. D. (1975). On the Solution of the Heat Equation with Time Dependent Coefficient,
Int. J. Heat Mass Transf., 18, 344345.
Mikhailov, M. D. and R. M. Cotta . (1994). Integral Transform Method for Eigenvalue Problems,
Commum. Num. Meth. Eng., 10, 827835.
Mikhailov, M. D. and R. M. Cotta . (1996). Ordering Rules for Double and Triple Eigenseries in
the Solution of Multidimensional Heat and Fluid Flow Problems, Int. Commun. Heat Mass
Transf., 23, 299303.
Mikhailov, M. D. and M. N. ziik . (1984a). An Alternative General Solution of the Steady-State
Heat Diffusion Equation, Int. J. Heat Mass Transf., 23, 609612.
Mikhailov, M. D. and M. N. ziik . (1984b). Unified Analysis and Solutions of Heat and Mass
Diffusion, Wiley, New York.
Milne-Thompson, L. M. (1950). Theoretical Hydrodynamics, 2nd ed., MacMillan, New York.
Minkowycz, W. J. , E. M. Sparrow , G. E. Schneider and R. H. Plecher . (1988). Handbook of
Numerical Heat Transfer, Wiley-Interscience, New York.
Mitchell, A. R. (1969). Computational Methods in Partial Differential Equations, Wiley, New
York.
Modest, M. (2013). Radiative Heat TransferThird Edition, Elsevier, Amsterdam.
Moreira Filho, E. , M. Mejias , H. Orlande and A. Leiroz . (2002). Computational Aspects of
Metrics Evaluation for the Finite Volume Method, 9th Brazilian Congress of Thermal
Engineering and Sciences, Paper CIT020623, Caxambu.
Murray, W. D. and F. Landis . (1959). Numerical and Machine Solutions of Transient Heat
Conduction Problems Involving Melting or Freezing, J. Heat Transf., 81, 106112.
Naveira, C. P. , M. Lachi , R. M. Cotta and J. Padet . (2009). Hybrid Formulation and Solution
for Transient Conjugated Conduction-External Convection, Int. J. Heat Mass Transf., 52, no. 12,
112123.
Naveira-Cotta, C. P. , R. M. Cotta , H. R. B. Orlande and O. Fudym . (2009). Eigenfunction
Expansions for Transient Diffusion in Heterogeneous Media, Int. J. Heat Mass Transf., 52,
50295039.
Nbrega, P. , H. R. B. Orlande and J.-L. Battaglia . (2011). Bayesian Estimation of
Thermophysical Parameters of Thin Metal Films Heated by Fast Laser Pulses, Int. Commun.
Heat Mass Transf., 38, 11721177.
Nunes, J. S. , R. M. Cotta , M. R. Avelino and S. Kaka . (2010). Conjugated Heat Transfer in
Microchannels, in Microfluidics Based Microsystems: Fundamentals and Applications, S. Kaka ,
B. Kosoy and A. Pramuanjaroenkij (Eds.), Vol. 1, NATO Science for Peace and Security Series
A: Chemistry and Biology, Springer, Dordrecht, The Netherlands, pp. 6182.
Oleinik, O. A. (1960). A Method of Solution of the General Stefan Problem, Sov. Math. Dokl., 1,
13501354.
Orivouri, S. (1979). Efficient Method for Solution of Nonlinear Heat Conduction Problems, Int. J.
Numer. Meth. Eng., 14, 14611476.
Orlande, H. R. B. , M. N. ziik and D. Y. Tzou . (1995). Inverse Analysis for Estimating the
ElectronPhonon Coupling Factor, J. Appl. Phys., 78, 18431899.
Ortega, J. M. (1989). Introduction to Parallel and Vector Solution of Linear Systems, Plenum
Press, New York, pp. 160163.
Ortega, J. M. and W. C. Reinholdt . (1970). Iterative Solution of Nonlinear Equations in Several
Variables, Academic Press, New York.
558 ziik, M. N. (1968). Boundary Value Problems of Heat Conduction, International Textbook,
Scranton, PA.
ziik, M. N. (1973). Radiative transfer and interactions with conduction and convection, Wiley,
New York.
ziik, M. N. (1977). Basic Heat Transfer, McGraw-Hill, New York.
ziik, M. N. (1985). Heat Transfer a Basic Approach, McGraw-Hill, New York.
ziik, M. N. (1993). Heat Conduction, Wiley, New York.
ziik, M. N. and R. L. Murray . (1974). On the Solution of Linear Diffusion Problems with Variable
Boundary Condition Parameters, J. Heat Transf., 96c, 4851.
ziik, M. N. and D. Y. Tzou . (1994). On the Wave Theory in Heat Conduction, ASME J. Heat
Transf., 116, 526535.
ziik, M. N. and B. Vick . (1984). Propagation and Reflection of Thermal Waves in a Finite
Medium, Int. J. Heat Mass Transf., 27, 18451854.
Pao, Y. H. and R. J. Daugherty . (1969). Time Dependent Viscous Incompressible Flow Past a
Finite Flat Plate, Boeing Scientific Research Laboratories, Technical Report DI-82-0822, Boeing
Sci. Res. Lab. (Flight Sciences Lab), January.
Paris, J. and S. Whitaker . (1965). Confined WakesA Numerical Solution of Navier-Stokes
Equations, Am. Inst. Chem. Eng., 11, 10331041.
Park, T. S. and J. H. Kwon . (1996). An Improved Multistage Time Stepping for Second-Order
Upwind TVD Schemes, Comput. Fluids, 25, 629645.
Patankar, S. V. (1975). Numerical Prediction of Three-Dimensional Flows, in Studies in
Convection: Theory, Measurement and Applications, Vol. 1, ed., B. E. Launder, Academic
Press, New York.
Patankar, S. V. (1979). A Calculation Procedure for Two-Dimensional Elliptic Situations, Numer.
Heat Transf, 4, 409425.
Patankar, S. V. (1980). Numerical Heat Transfer and Fluid Flow, Hemisphere Publishing Corp.,
New York.
Patankar, S. V. (1988). Parabolic Systems: Finite-Difference Method I, in Handbook of
Numerical Heat Transfer, W. J. Minkowycz , E. M. Sparrow , G. E. Schneider and R. H.
Pletcher (Eds.), Wiley, New York.
Patankar, S. V. and D. B. Spalding . (1967a). A Finite-Difference Procedure for Solving the
Equations of the Two-Dimensional Boundary Layers, Int. J. Heat Mass Transf., 10, 13691412.
Patankar, S. V. and D. B. Spalding . (1967b). Heat and Mass Transfer in Boundary Layers,
Morgan-Grampian Books, London.
Patankar, S. V. and D. B. Spalding . (1970). Heat and Mass Transfer in Boundary Layers, 2nd
edn, Intertext, London.
Patankar, S. V. and D. B. Spalding . (1972). A Calculation Procedure for Heat and Momentum
Transfer in Three-Dimensional Parabolic Flows, Int. J. Heat Mass Transf., 15, 17871806.
Peaceman, D. W. and H. H. Rachford . (1955). The Numerical Solution of Parabolic and Elliptic
Differential Equation, J. Soc. Ind. Appl. Math., 3, 2841.
Pereira, L. M. , R. M. Cotta and J. S. Prez-Guerrero . (2000). Forced and Natural Convection in
Annular Concentric Channels and Cavities by Integral Transforms, 8th Brazilian Congress of
Thermal Engineering and Sciences, Porto Alegre, Brazil, October 2000.
Peyret, R. and T. D. Taylor . (1983). Computational Methods for Fluid Flow, Springer- Verlag,
New York.
559 Pham, Q. (1985). A Fast Unconditionally Stable Finite-Difference Scheme for Heat
Conduction with Phase Change, Int. J. Heat Mass Transf., 28, 20792084.
Piperno, S. and S. Depeyre , S. (1996). Criteria for the Design of Limiters Yielding Efficient High
Resolution TVD Schemes, Comput. Fluids, 27, 183197.
Pletcher, R. H. , J. C. Tannehill and D. A. Anderson . (2012). Computational Fluid Mechanics
and Heat TransferThird Edition, CRC Press, Boca Raton, FL.
Poirier, D. and M. Salcudean . (1988). On Numerical Methods Used in Mathematical Modelling
of Phase Change in Liquid Metals, J. Heat Transf., 110, 562570.
Press, W. H. , S. A. Teukolsky , W. T. Vetterling and B. P. Flannery . (1992). Numerical Recipes
in Fortran 77: The Art of Scientific Computing, 2nd ed., Cambridge University Press,
Cambridge, UK.
Price, R. H. and M. R. Slack . (1954). The effect of Latent Heat on Numerical Solutions of the
Heat Flow Equation, Br. J. Appl. Phys., 5, 285287.
Projahn, V. , H. Rieger and H. Beer . (1981). Heat Conduction in Anisotropic Composites of
Arbitrary Shape (A Numerical Analysis), Wrme Stoffbertr., 15, 223232.
Qiu, T. Q. , T. Juhasz , C. Suarez , W. E. Bron and C. L. Tien . (1994). Femtosecond Laser
Heating of Multi-Layer MetalsII. Experiments, Int. J. Heat Mass Transf., 37, 27992808.
Qiu, T. Q. and C. L. Tien . (1992). Short-Pulse Laser Heating on Metals, Int. J. Heat Mass
Transf., 35, 719726.
Qiu, T. Q. and C. L. Tien . (1993). Size Effects on Nonequilibrium Laser Heating of Metal Films,
ASME J. Heat Transf., 115, 842847.
Qiu, T. Q. and C. L. Tien . (1994). Femtosecond Laser Heating of Multi-Layer MetalsI. Analysis,
Int. J. Heat Mass Transf., 37, 27892797.
Quaresma, J. , E. Macedo , H. Fonseca and H. Orlande . (2010). An Analysis of Heat
Conduction Models for Nanofluids, Heat Trans. Eng., 31, 11261136.
Raithby, G. D. (1976). Skew Upstream Differencing Schemes for Problems Involving Fluid
Flow, Comput. Meth. Appl. Mech. Eng., 9, 153164.
Raithby, G. D. (1999). Discussion of the Finite-Volume Method for Radiation, and Its Application
Using 3D Unstructured Meshes, Numer. Heat Transf. B, 35, 389405.
Raithby, G. D. and E. H. Chui . (1990). A Finite-Volume Method for Predicting a Radiant Heat
Transfer in Enclosures with Participating Media, ASME J. Heat Transf., 112, 415423.
Raithby, G. D. and G. E. Schneider . (1988). Elliptic Systems: Finite-Difference Method II, in
Handbook of Numerical Heat Transfer, eds., W. J. Minkowycz, E. M. Sparrow, G. E. Schneider,
and R. H. Pletcher, Wiley, New York, pp. 241291.
Raithby, G. D. and K. E. Torrance . (1974). Upstream-Weighted Differencing Schemes and
Their Application to Elliptic Problems Involving Fluid Flow, Comput. Fluids, 2, 191206.
Ralston, A. and P. Rabinowitz . (1978). A First Course in Numerical Analysis, 2nd ed., McGraw-
Hill, New York.
Ranchal, A. K. and M. Wolfstein . (1969). J. Mech. Eng. Sci., 11, 445453.
Rappaz, M. (1989) Modelling of Microstructure Formation in Solidification Processes, Int. Mater.
Rev., 34, 93123.
Richardson, L. F. (1910). The Approximate Arithmetical Solution by Finite Differences of
Physical Problems Involving Differential Equations, with Applications to the Stresses in a
Masonry Dam, Philos. Trans. R. Soc. London, Ser. A, 210, 307357.
560 Richtmeyer, R. D. and K. W. Morton . (1967). Difference-Methods in Initial-Value Problems,
2nd ed., Interscience, New York.
Rieger, H. , U. Projahn and H. Beer . (1982). Analysis of the Heat Transfer Mechanisms During
Melting Around a Horizontal Cylinder, Int. J. Heat Mass Transf., 25, 137147.
Roache, P. (1975). The LAD, NOS and SPLIT NOS Methods for the Steady-State Navier-
Stokes Equations, Comput. Fluids, 3, 179195.
Roache, P. J. (1976). Computational Fluid Dynamics, Hermosa Publishers, Albuquerque, NM.
Roberts, G. O. (1971). Computational Meshes for Boundary Layer Problems, Proceedings of
the Second International Conference Numerical Methods Fluid Dynamics, Vol. 8, Lecture Notes
in Physics, Springer-Verlag, New York, pp. 171177.
Rose, M. E. (1960). A Method for Calculating Solutions of Parabolic Equations with a Free
Boundary, Math. Comput., 14, 249256.
Runchal, A. K. , D. B. Spalding and Wolfstein . (1969). Numerical Solution of the Elliptic
Equations for Transport for Vorticity, Heat and Matter in Two-Dimensional Flow, Phys. Fluids ,
12, Suppl. II, 11211128.
Saltzman, J. and J. Brackbill . (1982). Application and Generalization of Variational Methods for
Generating Adaptive Meshes, in Numerical Grid Generation, J. F. Thompson (Ed.), Elsevier,
New York, pp. 865884.
Santos, C. A. C. , R. M. Cotta and M. N. ziik . (1988). Laminar Forced Convection Inside
Externally Finned Tubes, Proceedings of the 2nd National Thermal Sciences Meeting, Sao
Paulo, Brazil, ENCIT-88, pp. 8790.
Santos, C. A. C. , R. M. Cotta and M. N. ziik . (1991). Heat Transfer Enhancement in Laminar
Flow within Externally Finned Tubes, Int. J. Heat Technol., 9, 4668.
Santos, C. A. C. , M. J. Medeiros , R. M. Cotta and S. Kaka . (1998). Theoretical Analysis of
Transient Laminar Forced Convection in Simultaneous Developing Flow in Parallel-Plate
Channel, 7th AIAA/ASME Joint Themophysics and Heat Transfer Conference, AIAA Paper #97-
2678, Albuquerque, NM, June.
Santos, C. A. C. , J. N. N. Quaresma and J. A. Lima . (2001). Convective Heat Transfer in
Ducts: The Integral Transform Approach, ABCM Mechanical Sciences Series, Editora E-
Papers, Rio de Janeiro, Brazil.
Saulyev, V. K. (1957). On a Method of Numerical Integration of a Diffusion Equation, Dokl.
Akad. Nauk SSSR, 115, 10771079. (In Russian).
Schlichting, H. (1979). Boundary Layer Theory, 7th ed., McGraw-Hill, New York.
Seidel, P. L. (1874). Uber ein Verfahren, die Gleinchungen, auf welche die Methode der
kleinsten quadrate furht, sowie lineare Gleinchungen uberhaupt, durch successive Annaherung
aufzulosen, Abh. Bayer. Akad, 11, 81108.
Serfaty, R. and R. M. Cotta . (1990). Integral Transform Solutions of Diffusion Problems with
Nonlinear Equation Coefficients, Int. Comm. Heat Mass Transf., 17, no. 6, 851864.
Shamsundar, N. and E. M. Sparrow . (1975). Analysis of Multi-dimensional Conduction Phase
Change via the Enthalpy Method, J. Heat Transf., 97, 333340.
Shih, T. M. (1984). Numerical Heat Transfer, Hemisphere/McGraw-Hill, New York.
Shih, T. M. and H. J. Huang . (1981). A Method of Solving Nonlinear Differential Equations for
Boundary-Layer Flows, Numer. Heat Transf., 4, 159178.
Siegel, R. and J. Howell . (2002). Thermal Radiation Heat Transfer4th Edition, Taylor & Francis,
New York.
561 Sieniutycz, S. (1977). The Variational Principle of Classical Type for Non-Coupled Non-
Stationary Irreversible Transport Processes with Convective Motion and Relaxation, Int. J. Heat
Mass Transf., 20, 12211231.
Sieniutycz, S. (1981). Thermodynamics of Coupled Heat, Mass and Momentum Transport with
Finite Wave Speed IBasic Ideas of Theory, Int. J. Heat Mass Transf., 24, 17231732.
Singh, P. and Liburdy, J. A. (1986), Effect of Plate Inclination on Natural Convection From a
Plate to Its Cylindrical Enclosure, J. Heat Transfer., 108, 770775.
Smith, G. D. (1978). Numerical Solution of Partial Differential Equations: Finite Difference
Methods, 2nd ed., Oxford University Press, London.
Smith, R. E. (1982). Algebraic Grid Generation, in Numerical Grid Generation, J. F. Thompson
(Ed.), North-Holland, New York, pp. 137.
Sommeljer, B. P. , P. J. van der Houwen and J. G. Verwer . (1981). On the Treatment of Time-
Dependent Boundary Conditions in Splitting Methods for Parabolic Differential Equations, Int. J.
Numer. Methods Eng., 17, 335346.
Sorenson, R. L. (1980). A Computer Program to Generate Two-Dimensional Grids about
Airfoils and Other Shapes by the Use of Poissons Equations, NASA-Technical-Memorandum
81198, NASA AMES Research Center, Moffett Field, CA.
Sottos, N. R. and S. I. Gceri . (1986). Residual and Transient Thermal Stresses in Laminar
Orthotopic Composites, in Numerical Grid Generation in Computational Fluid Dynamics, Hau
ser and Taylor (Eds.), Pineridge Press, UK, pp. 741754.
Spalding, D. B. (1972). A Novel Finite-Difference Formulation for Differential Expressions
Involving Both First and Second Derivatives, Int. J. Numer. Method Eng., 4, 551.
Spalding, D. B. (1977). Genmix: A General Computer Program for Two-Dimensional Parabolic
Phenomena, Pergamon Press, Oxford.
Sparrow, E. M. and Cess, R. D. (1978). Radiation Heat Transfer. Brooks/Cole, Belmont, Calif.,
1966 and 1970., New Augmented Edition.
Sphaier, L. A. and R. M. Cotta . (2000). Integral Transform Analysis of Multidimensional
Eigenvalue Problems within Irregular Domains, Numer. Heat Transf. Part B Fund., 38, 157175.
Sphaier, L. A. , R. M. Cotta , C. P. Naveira-Cotta and J. N. N. Quaresma . (2011). The UNIT
Algorithm for Solving One-Dimensional Convection-Diffusion Problems via Integral Transforms,
Int. Commun. Heat Mass Transf., 38, 565571.
Spirou, G. M. , A. A. Oraevsky , I. A. Vitkin and W. M. Whelan . (2005). Optical and Acoustic
Properties at 1064 nm of Polyvinyl Chloride-Plastisol for Use as a Tissue Phantom in
Biomedical Optoacoustics, Phys. Med. Biol., 50, N141N143.
Stefan, J. (1891). Uber die Theorie der Eisbildung, insbesondere fiber die Eisbildung im
Polarmeere, Ann. Phys. Chemie (Wiedemannsche Annalen), 42, 269286.
Subbiah, S. , D. L. Trafford and S. I. Guceri . (1989). Non-Isothermal Flow of Polymers into
Two-Dimensional Thin Cavity Molds: A Numerical Grid Generation Approach, Int. J. Heat Mass
Transf., 32, 415434.
Swaminathan, C. R. and Voller, V. R. (1997). Towards a General Numerical Scheme for
Solidification Systems, Int. J. Heat Mass Transf., 40, 28592868.
Szekely, J. and R. G. Lee . (1968). The Effects of Slag Thickness on Heat Loss from Ladles
Holding Molten Steel, Trans. Am. Inst. Min. Engrs., 242, 961.
Tacke, K. H. (1985). Discretization of the Explicit Enthalpy Method for Planar Phase Change,
Int. J. Num. Methods Eng., 21, 543554.
562 Tafti, D. (1996). Comparison of Some Upwind-Biased High-Order Formulations with a
Second-Order Central-Difference Scheme for Time Integration of the Incompressible Navier-
Stokes Equations, Comput. Fluids, 25, no. 7, 647665.
Tanaka, T. (1981). Gels. Sci. Am ., 244, 124136, 138.
Tannehill, J. C. , T. L. Hoist and J. V. Rakish . (1975). Numerical Computation of Two-
Dimensional Viscous Blunt Body Hows with an Impinging Shock, AIAA Paper 75-154, AIAA
13th Aerospace Sciences Meeting, Pasadena, CA.
Temperton, C. (1979). Direct Methods for the Solution of the Discrete Poissons Equation: Some
Comparisons, J. Comput. Phys., 31, 120.
Thoman, D. C. and A. A. Szewczyk . (1966). Numerical Solutions of Time Dependent Two-
Dimensional Flow of a Viscous, Incompressible Fluid Over Stationary and Rotating Cylinders,
Tech. Rep., 6614, Heat Transfer and Fluid Mechanics Laboratory, Department of Mechanical
Engineering, University of Notre Dame, Notre Dame, IN.
Thomas, L. H. (1949). Elliptic Problems in Linear Difference Equations Over a Network, Sci.
Comp. Lab. Rept., Columbia University, New York.
Thomson, J. , B. Soni and N. Weatherill . (1999). Handbook of Numerical Grid Generation,
CRC-Press, Boca Raton, FL.
Thompson, J. F. (1982). Elliptic Grid generation, Elsevier Publishing Co. Inc., New York, pp.
79105.
Thompson, J. F. (1983). A Survey of Grid Generation Techniques in Computational Fluid
Dynamics, AIAA Paper No. 83-0447, AIAA 21st Aerospace Sciences Meeting, January, Reno,
Nevada.
Thompson, J. F. (1984). Grid Generation Techniques in Computational Fluid Dynamics, AIAA
J., 22, 15051523.
Thompson, J. F. (1985). A Survey of Dynamically Adaptive Grids in the Numerical Solution of
Partial Differential Equations, Appl. Numer. Math., 1, 329.
Thompson, J. F. , F. C. Thames and C. W. Mastin . (1974). Automatic Numerical Generation of
Body-Fitted Curvilinear Coordinate System for Field Containing any Number of Arbitrary Two-
Dimensional Bodies, J. Comput. Phys., 15, 299319.
Thompson, J. F. , F. C. Thames and C. W. Mastin . (1977). TOMCATA Code for Numerical Grid
Generation of Boundary-Fitted Coordinate System of Fields Containing any Number of Arbitrary
Two Dimensional Bodies, J. Comput. Phys., 24, 274302.
Thompson, J. F. , Z. U. A. Varsi and C. W. Mastin . (1982). Boundary-Fitted Coordinate
Systems for Numerical Solution of Partial Differential EquationsA Review, J. Comput. Phys., 48,
1108.
Thompson, J. F. , Z. U. A. Varsi and C. Mastin . (1985). Numerical Grid Generation
Foundations and Applications, North-Holland, Elsevier Science Publishers, Amsterdam, The
Netherlands.
Toro, E. F. (1999). Riemann Solvers and Numerical Methods for Fluid Dynamics, 2nd ed.,
Berlin, Springer.
Traub, J. (1964). Iterative Methods for the Solution of Equations, Prentice-Hall, Englewood
Cliffs, NJ.
Trefethen, L. N. (1980). Numerical computation of the SchwarzChristoffel transformation, SIAM
Journal on Scientific and Statistical Computing, 1, 82102.
Tucker, C. L. and E. C. Bernhardt (Ed.). (1989). Fundamentals of Computer Modelling for
Polymer Processing, Hanser Publishers, Munich, Germany.
563 Tzou, D. Y. (1996). Macro- To Micro-Scale Heat Transfer: The Lagging Behavior, CRC
Press, Boca Raton, FL.
Tzou, D. Y. , R. J. Chiffelle and M. N. ziik . (1994). On the Wave Behavior of Heat Conduction in
the Two-Step Model for Microscale Heat Transfer, ASME J. Heat Transf., 116, 10341041.
Ushikawa, S. and R. Takeda . (1985). Use of Boundary-fitted Coord. Transformation for
Unsteady Heat Cond. Prob. in Multiconnected Regions with Arbitrarily Shaped Boundary, J.
Heat Transf., 107, 494498.
Van Wylen, G. , R. Sonntag and C. Borgnakke . (1994). Fundamentals of Classical
Thermodynamics, Wiley, New York.
Varon, L. , H. Orlande , G. Eliabe and L. Varon . (2015). Estimation of State Variables in the
Hyperthermia Therapy of Cancer with Heating Imposed by Radiofrequency Electromagnetic
Waves, Int. J. Therm. Sci., 98, 228236.
Varon, L. , H. Orlande , G. Eliabe and L. Varon . (2016). Combined Parameter and State
Estimation in the Radiofrequency Hyperthermia Treatment of Cancer, Numer. Heat Transf. Part
A: Applications, 70, 581594.
Vernotte, P. (1958). Les Panadoxes de la Theorie Continue de Lequation de la Chaleauv, C. r.
Acad. Sci. Paris, 246, 31543155.
Vick, B. and M. N. ziik . (1983). Growth and Decay of a Thermal Pulse Predicted by the
Hyperbolic Heat Conduction Equation, J. Heat Transf., 105, 902907.
Vick, B. and R. G. Wells . (1986). Laminar Flow with an Axially Varying Heat Transfer
Coefficient, Int. J. Heat Mass Transf., 29, no. 12, 18811889.
Voller, V. and M. Cross . (1981). Accurate Solutions of Moving Boundary Problems Using she
Enthalpy Method, Int. J. Heat Mass Transf., 24, 545556.
Voller, V. and M. Cross . (1983). An Explicit Numerical Method to Track a Moving Phase-
Change Front, Int. J. Heat Mass Transf., 26, 147150.
Voller, V. R. (2004). An Explicit Scheme for Coupling Temperature and Concentration Fields in
Solidification Models, Appl. Math. Model., 28, 7994.
Voller, V. R. , A. D. Brent and C. Prakash . (1989). The Modeling of Heat, Mass and Solute
Transport in Solidification Systems, Int. J. Heat Mass Transf., 32, 17191731.
Vuik, C. (1993). Some Historical Notes about the Stefan Problem, Nieuw Arch. voor Wiskunde,
11, 157167.
Wang, L. , X. Zhou and X. Wei . (2010). Heat Conduction: Mathematical Models and Analytical
Solutions, Springer, New York.
Warming, R. F. and R. M. Beam . (1975). Upwind Second-Order Difference Schemes and
Applications in Unsteady Aerodynamic Flow, Proceedings of the AIAA 2nd Computational Fluid
Dynamics Conference, Hartford, CT, pp. 1728.
Warming, R. F. and R. M. Beam . (1976). Upwind Second-Order Difference Schemes and
Applications in Aerodynamic Flows, AIAA J., 14, 12411249.
Warming, R. F. and B. S. Hyett . (1974). The Modified Equation Approach to the Stability and
Accuracy Analysis of Finite-Difference Methods, J. Comput. Phys., 14, 159179.
Webb, B. W. and R. Viskanta . (1986). Analysis of Heat Transfer During Melting the Pure Metal
from an Isothermal Vertical Wall, Num. Heat Transf., 9, 539558.
Weinstock, R. (1952). Calculus of Variations with Applications to Physics and Engineering,
McGraw-Hill, New York.
Wellele, O. , H. Orlande , N. Ruperti , Jr., M. Colao and A. Delmas . (2006). Coupled
ConductionRadiation in Semi-Transparent Materials at High Temperatures, J. Phys. Chem.
Solid., 67, 22302240.
564 Westlake, J. R. (1968). A Handbook of Numerical Matrix Inversion and Solution of Linear
Equations, Wiley, New York.
Weymann, H. D. (1967). Finite Speed of Propagation in Heat conduction, Diffusion and Viscous
Shear Motion, Am. J. Phys., 35, 488496.
White, F. M. (1974). Viscous Fluid Flows, McGraw-Hill, New York.
Wilhemson, R. B. and J. H. Ericksen . (1977). Direct Solutions for Poissons Equation in Three
Dimensions, J. Comput. Phys., 25, 319331.
Williams, S. D. and D. M. Curry . (1977). An Implicit-Iterative Solution of the Heat Conduction
Equation with a Radiation Boundary Condition, Int. J. Numer. Method Eng., 11, 16051619.
Wolfram, S. (2015). The Mathematica Book, Wolfram, version 10, Champaign, IL.
Wu, J. C. (1961). On the Finite-Difference Solution of Laminar Boundary Layer Problem,
Proceedings of the Heat Transfer and Fluid Mechanics Institute, Stanford University Press,
Stanford, CA.
Xiu, D. (2010). Numerical Methods for Stochastic Computations: A Spectral Method Approach,
Princeton University Press, Princeton, NJ.
Xu, T. , C. Zhang , X. Wang , L. Zhang and J. Tian . (2003). Measurement and Analysis of Light
Distribution in Intralipid-10% at 650nm, Appl. Opt., 42, 57775784.
Yanenko, N. N. (1971). The Method of Fractional Steps: The Solution of Problem of
Mathematical Physics in Several Variables, M. Holt (Ed.), Springer-Verlag, New York, pp. 160.
Yee, H. C. (1981). Numerical Approximation of Boundary Conditions with Applications to
Inviscid Equations of Gas Dynamics, NASA Technical Memorandum 81265, NASA Ames
Research Center, Moffett Field, CA.
Young, D. (1954). Iterative Methods for Solving Partial Differential Equations of Elliptic Type,
Trans. Am. Math. Soc., 76, 92111.
Young D. M. (1971). Iterative Solution of Large Linear Systems, Academic Press, New York.
Yuen, W. W. and L. W. Wong . (1980). An Efficient Algorithm for the Numerical Solution of the
Transient Diffusion Equation with an Implicit Formulation, Numer. Heat Transf., 3, 373380.
Zabaras, N. and D. Samanta . (2004). A Stabilized Volume-Averaging Finite Element Method
for Flow in Porous Media and Binary Alloy Solidification Processes, Int. J. Numer. Method Eng.,
60, 11031138.
Zachmanoglou, E. C. and D. W. Thoe . (1976). Introduction to Partial Differential Equations with
Applications, Williams & Wilkinson, Baltimore, MD.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy