ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer. q 0 = εσ ( T 4 T 4) Figure 1: Computational Domain for Problem 1.

Size: px
Start display at page:

Download "ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer. q 0 = εσ ( T 4 T 4) Figure 1: Computational Domain for Problem 1."

Transcription

1 ME 68 Numerical Methods in Heat, Mass, and Momentum Transfer Mid-Term Examination Solution Date: March 1, 21 6: 8: PM Instructor: J. Murthy Open Book, Open Notes Total: 1 points 1. Consider steady 1D conduction in a 1D domain consisting of 3 equal-sized cells as shown in Fig. 1. The right boundary (x=) is irradiated with a radiative heat flux given by: q = εσ ( T 4 T 4) while the right boundary (x = L) is held at a constant temperature T = T b. The thermal conductivity k is constant. (a) Using the finite volume method, develop nominally-linear discrete equations for the unknown temperatures T, T 1, T 2 and T 3. Indicate current iterate values with a * superscript. (b) Develop a discrete equation for the unknown boundary flux at x = L, q L. (c) Describe step by step how you would solve this problem to obtain numerical values of the discrete temperatures and the boundary heat flux. Do not attempt to actually solve the problem. q T= T b x Linearize q as: Figure 1: Computational Domain for Problem 1 q = q + q (T T ) T = ( εσt 4 + 3εσT 4 ) 4εσT 3 = S C + S P T T where S C = ( εσt 4 S P = 4εσT 3 + 3εσT 4 ) 1

2 (a) The discrete equations for the boundary face and cell temperatures are given below. Boundary Face Cell 1 q = T T 1 x = S C + S P T ( T S P + 2k ) = 2k x x T 1 + S C Cell 2 Cell 3 (b) The right boundary heat flux q b may be found from q = k x (T 1 T 2 ) k x T 1 = k x T 2 + S C + S P T 2k x T 2 = k x T 1 + k x T 3 3k x T 3 = 2k x T b + k x T 2 q b = 2k x (T 3 T b ) (c) The problem is non-linear because of the radiative boundary condition. So the solution procedure requires iteration, and is given below. (a) Guess the boundary temperature T. This is the current iterate T. (b) Evaluate S C and S P from T. (c) Find the discrete coefficients for all the cells. (d) Use a TDMA to solve the cell temperature and boundary face temperature. (e) Check for convergence. If converged, stop. If not, go to Step 2. 2

3 2. Consider diffusion in the 1D computational domain of length L with two cells, as shown in shown in Fig. 2. Cell 2 has a heat source S in it. The left boundary of the domain is insulated, while the right boundary loses heat commensurate with the heat generation, i.e., q = Sdx L where q is the heat flux leaving the domain. The thermal conductivity k is constant. The mesh may be assumed uniform, with a mesh spacing x. Develop discrete equations for the temperatures T 1 and T 2 for the following 3 cases. (a) Steady state, S=constant. (b) Steady state, S = A BT, A >, B > (c) Unsteady state, S=constant. Use the fully-implicit scheme, and develop the discrete equations for time t + given the discrete temperatures T at time t. In each case, answer the following questions: (a) Can you use a direct solver to solve your discrete equation set? Why or why not? State your reasons clearly. (b) Can you use an iterative solver to solve you discrete equation set? Why or why not? State your reasons clearly. Adiabatic Heat Source S 1 2 q x Figure 2: Computational Domain for Problem 2 Cases (a) and (b) Cell 1 k x (T 1 T 2 ) = T 1 = T 2 Cell 2 k x (T 1 T 2 ) + S x S x = T 1 = T 2 The above is still true even if S = A BT. Thus, the two cell equations are not linearly independpent and therefore the resulting discrete set cannot be solved using a direct method. It can be solved using an iterative method, but T 1 and T 2 3

4 are unique only upto an additive constant, i.e., only T 1 T 2 may be uniquely determined. The Scarborough criterion is only satisfied in the equality, and so convergene is not guaranteed unless under-relaxation is used. Case (c) For Case c, the governing equation is T ρc p = k T + S t Discretizing using a fully-implicit scheme, we have the following. Cell 1 Cell 2 ρc p x ( T1 T ) 1 ( ρcp x T 1 + k ) x = k x (T 2 T 1 ) = k x T 2 + ρc p x T1 ρc p x T 2 ( ρcp x ( T2 T2 ) + k x ) = q + k x (T 1 T 2 ) + S x = + k x (T 1 T 2 ) = k x T 1 + ρc p x T2 These two equations are linearly independent and can be solved using a direct method. The presence of the a P term gives them linear independence. They can also be solved using an iterative method. The equations have diagonal dominance, and the Scarborough criterion is satisfied, again because of the a p term. Therefore, convergence of the linear system using an iterative solver is guaranteed in each time step. 4

5 3. Consider steady convection of a scalar variable φ in the 1-D domain shown below. At the x = boundary, a mass flux m kg/m2 s enters the domain, bringing in φ with a value φ = φ. Diffusion may be ignored. (a) Consider the case when there is a volumetric mass source ṁ s kg/m 3 s in the domain,bringing in φ with a value φ = φ s. i. Derive the discrete equations for points 1,2 and 3 using the first-order upwind difference scheme on the mesh shown in Fig. 3. The control volume faces are denoted by f, f 1, f 2 and f 3. Comment on the discrete equations in terms of the boundedness of the solution and the satisfaction of the Scarborough criterion ii. Compute the numerical values of φ at the points 1, 2 and 3. (b) Now consider the case when there is a volumetric mass sink ṁ s loss is at the local value φ(x). kg/m 3 s in the domain. Assume that the mass i. Derive the discrete equations for points 1, 2 and 3 using the first-order upwind difference scheme on the mesh shown in Fig. 3. Comment on the discrete equations in terms of the boundedness of the solution and the satisfaction of the Scarborough criterion ii. Compute the numerical values of φ at the points 1, 2 and 3. For the purposes of computation, you may assume: m = 1 φ = 1., x = 1. ṁ s = 1. and φ s =.5 Assume all units are consistent so that no unit conversions need be performed. x m" f f1 f2 f3 y =1. φ x Figure 3: Computational Domain for Problem 3 First write the continuity equation: Integrate the continuity equation to find Thus at the control volume faces we have: dm dx = ṁ s m = m + ṁ s x m 1 = m + ṁ s x m 2 = m 1 + ṁ s x m 3 = m 2 + ṁ s x 5

6 (a)(i)the numerical values of the face mass flow rates are: m = 1 m 1 = 11 m 2 = 12 m 3 = 13 Now write cell balances for cells 1,2 and 3 using first-order upwind scheme and no diffusion term: m φ + ṁ s φ s x = ( m + ṁ s x ) φ 1 m 1φ 1 + ṁ s φ s x = ( m 1 + ṁ s x ) φ 2 m 2φ 2 + ṁ s φ s x = ( m 2 + ṁ s x ) φ 3 We see that because of continuity, the value of φ in any cell will come out to be the weighted average of the upwind cell s φ and φ s ; the weighting factors are related to the mass flow rates associated with each neighbor φ. The Scarborough criterion is satisfied in the inequality at all points, and therefore iterative schemes are guaranteed to converge. (a)(ii) We can sweep the mesh from cell 1 to cell 3 to find: φ 1 =.9545 φ 2 =.9166 φ 3 =.8846 (b) (i) The numerical values of the face mass flow rates are: m = 1 m 1 = 9 m 2 = 8 m 3 = 7 Now write cell balances for cells 1,2 and 3 using first-order upwind scheme and no diffusion term: We can move the φ P term on the LHS to the right to get: m φ ṁ s φ 1 x = ( m ṁ s x ) φ 1 m 1φ 1 ṁ s φ 2 x = ( m 1 ṁ s x ) φ 2 m 2φ 2 ṁ s φ 3 x = ( m 2 ṁ s x ) φ 3 m φ = m φ 1 m 1φ 1 = m 1φ 2 m 2φ 2 = m 2φ 3 We see that the value of φ in any cell will come out to be value of φ in the upwind cell. The Scarborough criterion is satisfied in the equality in cells 2 and 3, and in the inequality in cell 1 because the upwind cell value φ is known. Therefore iterative schemes are guaranteed to converge. (b)(ii) We can sweep the mesh from cell 1 to cell 3 to find: φ 1 = 1. φ 2 = 1. φ 3 = 1. The answer should not be surprising. If you have a hole in a bucket of water at temperature T, the leakage will not cause the temperature of the water in the bucket to drop! 6

ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer

ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer Solution to Final Examination Date: May 4, 2011 1:00 3:00 PM Instructor: J. Murthy Open Book, Open Notes Total: 100 points Use the finite volume

More information

Draft Notes ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer

Draft Notes ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer Draft Notes ME 608 Numerical Methods in Heat, Mass, and Momentum Transfer Instructor: Jayathi Y. Murthy School of Mechanical Engineering Purdue University Spring 00 c 1998 J.Y. Murthy and S.R. Mathur.

More information

Discretization of Convection Diffusion type equation

Discretization of Convection Diffusion type equation Discretization of Convection Diffusion type equation 10 th Indo German Winter Academy 2011 By, Rajesh Sridhar, Indian Institute of Technology Madras Guides: Prof. Vivek V. Buwa Prof. Suman Chakraborty

More information

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions

Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions Project 4: Navier-Stokes Solution to Driven Cavity and Channel Flow Conditions R. S. Sellers MAE 5440, Computational Fluid Dynamics Utah State University, Department of Mechanical and Aerospace Engineering

More information

Solution Methods. Steady convection-diffusion equation. Lecture 05

Solution Methods. Steady convection-diffusion equation. Lecture 05 Solution Methods Steady convection-diffusion equation Lecture 05 1 Navier-Stokes equation Suggested reading: Gauss divergence theorem Integral form The key step of the finite volume method is to integrate

More information

Calculating equation coefficients

Calculating equation coefficients Fluid flow Calculating equation coefficients Construction Conservation Equation Surface Conservation Equation Fluid Conservation Equation needs flow estimation needs radiation and convection estimation

More information

Solution Methods. Steady State Diffusion Equation. Lecture 04

Solution Methods. Steady State Diffusion Equation. Lecture 04 Solution Methods Steady State Diffusion Equation Lecture 04 1 Solution methods Focus on finite volume method. Background of finite volume method. Discretization example. General solution method. Convergence.

More information

Introduction to Heat and Mass Transfer. Week 9

Introduction to Heat and Mass Transfer. Week 9 Introduction to Heat and Mass Transfer Week 9 補充! Multidimensional Effects Transient problems with heat transfer in two or three dimensions can be considered using the solutions obtained for one dimensional

More information

ECE309 INTRODUCTION TO THERMODYNAMICS & HEAT TRANSFER. 12 June 2006

ECE309 INTRODUCTION TO THERMODYNAMICS & HEAT TRANSFER. 12 June 2006 ECE309 INTRODUCTION TO THERMODYNAMICS & HEAT TRANSFER 1 June 006 Midterm Examination R. Culham This is a hour, closed-book examination. You are permitted to use one 8.5 in. 11 in. crib sheet (one side

More information

Computation of Incompressible Flows: SIMPLE and related Algorithms

Computation of Incompressible Flows: SIMPLE and related Algorithms Computation of Incompressible Flows: SIMPLE and related Algorithms Milovan Perić CoMeT Continuum Mechanics Technologies GmbH milovan@continuummechanicstechnologies.de SIMPLE-Algorithm I - - - Consider

More information

Introduction to Heat and Mass Transfer. Week 7

Introduction to Heat and Mass Transfer. Week 7 Introduction to Heat and Mass Transfer Week 7 Example Solution Technique Using either finite difference method or finite volume method, we end up with a set of simultaneous algebraic equations in terms

More information

Finite volume method for CFD

Finite volume method for CFD Finite volume method for CFD Indo-German Winter Academy-2007 Ankit Khandelwal B-tech III year, Civil Engineering IIT Roorkee Course #2 (Numerical methods and simulation of engineering Problems) Mentor:

More information

Introduction to Partial Differential Equations

Introduction to Partial Differential Equations Introduction to Partial Differential Equations Partial differential equations arise in a number of physical problems, such as fluid flow, heat transfer, solid mechanics and biological processes. These

More information

Thermal Systems. What and How? Physical Mechanisms and Rate Equations Conservation of Energy Requirement Control Volume Surface Energy Balance

Thermal Systems. What and How? Physical Mechanisms and Rate Equations Conservation of Energy Requirement Control Volume Surface Energy Balance Introduction to Heat Transfer What and How? Physical Mechanisms and Rate Equations Conservation of Energy Requirement Control Volume Surface Energy Balance Thermal Resistance Thermal Capacitance Thermal

More information

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations

Pressure-velocity correction method Finite Volume solution of Navier-Stokes equations Exercise: Finish solving the Navier Stokes equations Today's Lecture 2D grid colocated arrangement staggered arrangement Exercise: Make a Fortran program which solves a system of linear equations using an iterative method SIMPLE algorithm Pressure-velocity

More information

Active Flux for Advection Diffusion

Active Flux for Advection Diffusion Active Flux for Advection Diffusion A Miracle in CFD Hiroaki Nishikawa National Institute of Aerospace! NIA CFD Seminar! August 25, 2015 In collaboration with the University of Michigan Supported by NASA

More information

One Dimensional Convection: Interpolation Models for CFD

One Dimensional Convection: Interpolation Models for CFD One Dimensional Convection: Interpolation Models for CFD ME 448/548 Notes Gerald Recktenwald Portland State University Department of Mechanical Engineering gerry@pdx.edu ME 448/548: 1D Convection-Diffusion

More information

Introduction to Heat and Mass Transfer. Week 8

Introduction to Heat and Mass Transfer. Week 8 Introduction to Heat and Mass Transfer Week 8 Next Topic Transient Conduction» Analytical Method Plane Wall Radial Systems Semi-infinite Solid Multidimensional Effects Analytical Method Lumped system analysis

More information

Parabolic Flow in Parallel Plate Channel ME 412 Project 4

Parabolic Flow in Parallel Plate Channel ME 412 Project 4 Parabolic Flow in Parallel Plate Channel ME 412 Project 4 Jingwei Zhu April 12, 2014 Instructor: Surya Pratap Vanka 1 Project Description The objective of this project is to develop and apply a computer

More information

MAE 598 Project #1 Jeremiah Dwight

MAE 598 Project #1 Jeremiah Dwight MAE 598 Project #1 Jeremiah Dwight OVERVIEW A simple hot water tank, illustrated in Figures 1 through 3 below, consists of a main cylindrical tank and two small side pipes for the inlet and outlet. All

More information

Computation of Unsteady Flows With Moving Grids

Computation of Unsteady Flows With Moving Grids Computation of Unsteady Flows With Moving Grids Milovan Perić CoMeT Continuum Mechanics Technologies GmbH milovan@continuummechanicstechnologies.de Unsteady Flows With Moving Boundaries, I Unsteady flows

More information

Fall 2014 Qualifying Exam Thermodynamics Closed Book

Fall 2014 Qualifying Exam Thermodynamics Closed Book Fall 2014 Qualifying Exam Thermodynamics Closed Book Saturated ammonia vapor at 200 O F flows through a 0.250 in diameter tube. The ammonia passes through a small orifice causing the pressure to drop very

More information

Essay 4. Numerical Solutions of the Equations of Heat Transfer and Fluid Flow

Essay 4. Numerical Solutions of the Equations of Heat Transfer and Fluid Flow Essay 4 Numerical Solutions of the Equations of Heat Transfer and Fluid Flow 4.1 Introduction In Essay 3, it was shown that heat conduction is governed by a partial differential equation. It will also

More information

SOE3213/4: CFD Lecture 3

SOE3213/4: CFD Lecture 3 CFD { SOE323/4: CFD Lecture 3 @u x @t @u y @t @u z @t r:u = 0 () + r:(uu x ) = + r:(uu y ) = + r:(uu z ) = @x @y @z + r 2 u x (2) + r 2 u y (3) + r 2 u z (4) Transport equation form, with source @x Two

More information

Transient, Source Terms and Relaxation

Transient, Source Terms and Relaxation F. Moukalled L. Mangani M. Darwish An Advanced Introduction with OpenFOAM and Matlab This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in Computational

More information

Chapter 5. Formulation of FEM for Unsteady Problems

Chapter 5. Formulation of FEM for Unsteady Problems Chapter 5 Formulation of FEM for Unsteady Problems Two alternatives for formulating time dependent problems are called coupled space-time formulation and semi-discrete formulation. The first one treats

More information

Effect of Periodic Variation of Sol-air Temperature on the Performance of Integrated Solar Collector Storage System

Effect of Periodic Variation of Sol-air Temperature on the Performance of Integrated Solar Collector Storage System Engineering, 2010, 2, 832-840 doi:10.4236/eng.2010.210106 Published Online October 2010 (http://www.scirp.org/journal/eng) Effect of Periodic Variation of Sol-air Temperature on the Performance of Integrated

More information

1D Heat equation and a finite-difference solver

1D Heat equation and a finite-difference solver 1D Heat equation and a finite-difference solver Guillaume Riflet MARETEC IST 1 The advection-diffusion equation The original concept applied to a property within a control volume from which is derived

More information

Nonlinear Iterative Solution of the Neutron Transport Equation

Nonlinear Iterative Solution of the Neutron Transport Equation Nonlinear Iterative Solution of the Neutron Transport Equation Emiliano Masiello Commissariat à l Energie Atomique de Saclay /DANS//SERMA/LTSD emiliano.masiello@cea.fr 1/37 Outline - motivations and framework

More information

ME 315 Final Examination Solution 8:00-10:00 AM Friday, May 8, 2009 CIRCLE YOUR DIVISION

ME 315 Final Examination Solution 8:00-10:00 AM Friday, May 8, 2009 CIRCLE YOUR DIVISION ME 315 Final Examination Solution 8:00-10:00 AM Friday, May 8, 009 This is a closed-book, closed-notes examination. There is a formula sheet at the back. You must turn off all communications devices before

More information

Natural convection adjacent to a sidewall with three fins in a differentially heated cavity

Natural convection adjacent to a sidewall with three fins in a differentially heated cavity ANZIAM J. 48 (CTAC2006) pp.c806 C819, 2007 C806 Natural convection adjacent to a sidewall with three fins in a differentially heated cavity F. Xu 1 J. C. Patterson 2 C. Lei 3 (Received 31 August 2006;

More information

ME 354 THERMODYNAMICS 2 MIDTERM EXAMINATION. Instructor: R. Culham. Name: Student ID Number: Instructions

ME 354 THERMODYNAMICS 2 MIDTERM EXAMINATION. Instructor: R. Culham. Name: Student ID Number: Instructions ME 354 THERMODYNAMICS 2 MIDTERM EXAMINATION February 14, 2011 5:30 pm - 7:30 pm Instructor: R. Culham Name: Student ID Number: Instructions 1. This is a 2 hour, closed-book examination. 2. Answer all questions

More information

v ( ) x (b) Using Navier-Stokes equations, derive an expression

v ( ) x (b) Using Navier-Stokes equations, derive an expression Problem 1: Microscopic Momentum Balance In sweep flow filtration (see Figure below), a pressure drop forces fluid containing particles between two porous plates and there is a transverse (cross) flow that

More information

Computational Engineering Introduction to Numerical Methods

Computational Engineering Introduction to Numerical Methods Michael Schafer Computational Engineering Introduction to Numerical Methods With 204 Figures 4y Springer ire discussed. The following, structural mechanics, fluid 1 grids, finite-volume meth- n, properties

More information

The Riccati transformation method for linear two point boundary problems

The Riccati transformation method for linear two point boundary problems Chapter The Riccati transformation method for linear two point boundary problems The solution algorithm for two point boundary value problems to be employed here has been derived from different points

More information

1D and 3D Simulation. C. Hochenauer

1D and 3D Simulation. C. Hochenauer Solar thermal flat-plate l t collectors 1D and 3D Simulation C. Hochenauer Introduction Description of a solar thermal flat-plate collector 1D Simulation - Description of the model - Simulation vs. measurement

More information

Numerical simulation of fluid flow in a monolithic exchanger related to high temperature and high pressure operating conditions

Numerical simulation of fluid flow in a monolithic exchanger related to high temperature and high pressure operating conditions Advanced Computational Methods in Heat Transfer X 25 Numerical simulation of fluid flow in a monolithic exchanger related to high temperature and high pressure operating conditions F. Selimovic & B. Sundén

More information

AME 513. " Lecture 7 Conservation equations

AME 513.  Lecture 7 Conservation equations AME 51 Principles of Combustion Lecture 7 Conservation equations Outline Conservation equations Mass Energy Chemical species Momentum 1 Conservation of mass Cubic control volume with sides dx, dy, dz u,

More information

Natural Convection in Parabolic Enclosure Heated from Below

Natural Convection in Parabolic Enclosure Heated from Below www.ccsenet.org/mas Modern Applied Science Vol. 5, No. 3; June 011 Natural Convection in Parabolic Enclosure Heated from Below Dr. Ahmed W. Mustafa (Corresponding auther) University of Tikrit, College

More information

Modeling using conservation laws. Let u(x, t) = density (heat, momentum, probability,...) so that. u dx = amount in region R Ω. R

Modeling using conservation laws. Let u(x, t) = density (heat, momentum, probability,...) so that. u dx = amount in region R Ω. R Modeling using conservation laws Let u(x, t) = density (heat, momentum, probability,...) so that u dx = amount in region R Ω. R Modeling using conservation laws Let u(x, t) = density (heat, momentum, probability,...)

More information

3.0 FINITE ELEMENT MODEL

3.0 FINITE ELEMENT MODEL 3.0 FINITE ELEMENT MODEL In Chapter 2, the development of the analytical model established the need to quantify the effect of the thermal exchange with the dome in terms of a single parameter, T d. In

More information

Thermal Systems Design MARYLAND. Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects

Thermal Systems Design MARYLAND. Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects Internal power generation Environmental temperatures Conduction Thermal system components 2002 David L. Akin - All

More information

Numerical Investigation of Combined Buoyancy and Surface Tension Driven Convection in an Axi-Symmetric Cylindrical Annulus

Numerical Investigation of Combined Buoyancy and Surface Tension Driven Convection in an Axi-Symmetric Cylindrical Annulus Nonlinear Analysis: Modelling and Control, 2007, Vol. 12, No. 4, 541 552 Numerical Investigation of Combined Buoyancy and Surface Tension Driven Convection in an Axi-Symmetric Cylindrical Annulus M. Sankar

More information

Open boundary conditions in numerical simulations of unsteady incompressible flow

Open boundary conditions in numerical simulations of unsteady incompressible flow Open boundary conditions in numerical simulations of unsteady incompressible flow M. P. Kirkpatrick S. W. Armfield Abstract In numerical simulations of unsteady incompressible flow, mass conservation can

More information

The method of lines (MOL) for the diffusion equation

The method of lines (MOL) for the diffusion equation Chapter 1 The method of lines (MOL) for the diffusion equation The method of lines refers to an approximation of one or more partial differential equations with ordinary differential equations in just

More information

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow

Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow Develpment of NSCBC for compressible Navier-Stokes equations in OpenFOAM : Subsonic Non-Reflecting Outflow F. Piscaglia, A. Montorfano Dipartimento di Energia, POLITECNICO DI MILANO Content Introduction

More information

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf**

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** Controlled CO 2 Diversified fuels Fuel-efficient vehicles Clean refining Extended reserves Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** *: Laboratoire J.L.Lions **:Université

More information

PAPER 68 ACCRETION DISCS

PAPER 68 ACCRETION DISCS MATHEMATICAL TRIPOS Part III Tuesday, 2 June, 2009 9:00 am to 11:00 am PAPER 68 ACCRETION DISCS There are THREE questions in total Full marks can be obtained by completing TWO questions The questions carry

More information

SW103: Lecture 2. Magnetohydrodynamics and MHD models

SW103: Lecture 2. Magnetohydrodynamics and MHD models SW103: Lecture 2 Magnetohydrodynamics and MHD models Scale sizes in the Solar Terrestrial System: or why we use MagnetoHydroDynamics Sun-Earth distance = 1 Astronomical Unit (AU) 200 R Sun 20,000 R E 1

More information

Heat Transfer Modeling using ANSYS FLUENT

Heat Transfer Modeling using ANSYS FLUENT Lecture 2 - Conduction Heat Transfer 14.5 Release Heat Transfer Modeling using ANSYS FLUENT 2013 ANSYS, Inc. March 28, 2013 1 Release 14.5 Agenda Introduction Energy equation in solids Equation solved

More information

This section develops numerically and analytically the geometric optimisation of

This section develops numerically and analytically the geometric optimisation of 7 CHAPTER 7: MATHEMATICAL OPTIMISATION OF LAMINAR-FORCED CONVECTION HEAT TRANSFER THROUGH A VASCULARISED SOLID WITH COOLING CHANNELS 5 7.1. INTRODUCTION This section develops numerically and analytically

More information

PROBLEM 1.2 ( ) 25 C 15 C dx L 0.30 m Ambient air temperature, T2 (C)

PROBLEM 1.2 ( ) 25 C 15 C dx L 0.30 m Ambient air temperature, T2 (C) PROBLEM 1.2 KNOWN: Inner surface temperature and thermal conductivity of a concrete wall. FIND: Heat loss by conduction through the wall as a function of ambient air temperatures ranging from -15 to 38

More information

Introduction to Heat and Mass Transfer. Week 10

Introduction to Heat and Mass Transfer. Week 10 Introduction to Heat and Mass Transfer Week 10 Concentration Boundary Layer No concentration jump condition requires species adjacent to surface to have same concentration as at the surface Owing to concentration

More information

Steady and Unsteady Computational Results of Full 2 Dimensional Governing Equations for Annular Internal Condensing Flows

Steady and Unsteady Computational Results of Full 2 Dimensional Governing Equations for Annular Internal Condensing Flows Steady and Unsteady Computational Results of Full 2 Dimensional Governing Equations for Annular Internal Condensing Flows Ranjeeth Naik, Soumya Mitra, Amitabh Narain, Nikhil Shankar Acknowledgments: NSF-CBET-1033591

More information

7 Mathematical Methods 7.6 Insulation (10 units)

7 Mathematical Methods 7.6 Insulation (10 units) 7 Mathematical Methods 7.6 Insulation (10 units) There are no prerequisites for this project. 1 Introduction When sheets of plastic and of other insulating materials are used in the construction of building

More information

Solving Linear Systems

Solving Linear Systems Solving Linear Systems Iterative Solutions Methods Philippe B. Laval KSU Fall 207 Philippe B. Laval (KSU) Linear Systems Fall 207 / 2 Introduction We continue looking how to solve linear systems of the

More information

Review for Exam 2 Ben Wang and Mark Styczynski

Review for Exam 2 Ben Wang and Mark Styczynski Review for Exam Ben Wang and Mark Styczynski This is a rough approximation of what we went over in the review session. This is actually more detailed in portions than what we went over. Also, please note

More information

Computational Modeling of a Solar Thermoelectric Generator

Computational Modeling of a Solar Thermoelectric Generator Computational Modeling of a Solar Thermoelectric Generator Undergraduate Thesis Presented in Partial Fulfillment of the Requirements for Graduation with Research Distinction at The Ohio State University

More information

This chapter focuses on the study of the numerical approximation of threedimensional

This chapter focuses on the study of the numerical approximation of threedimensional 6 CHAPTER 6: NUMERICAL OPTIMISATION OF CONJUGATE HEAT TRANSFER IN COOLING CHANNELS WITH DIFFERENT CROSS-SECTIONAL SHAPES 3, 4 6.1. INTRODUCTION This chapter focuses on the study of the numerical approximation

More information

PROBLEM Node 5: ( ) ( ) ( ) ( )

PROBLEM Node 5: ( ) ( ) ( ) ( ) PROBLEM 4.78 KNOWN: Nodal network and boundary conditions for a water-cooled cold plate. FIND: (a) Steady-state temperature distribution for prescribed conditions, (b) Means by which operation may be extended

More information

QUESTION ANSWER. . e. Fourier number:

QUESTION ANSWER. . e. Fourier number: QUESTION 1. (0 pts) The Lumped Capacitance Method (a) List and describe the implications of the two major assumptions of the lumped capacitance method. (6 pts) (b) Define the Biot number by equations and

More information

Application of Dual Time Stepping to Fully Implicit Runge Kutta Schemes for Unsteady Flow Calculations

Application of Dual Time Stepping to Fully Implicit Runge Kutta Schemes for Unsteady Flow Calculations Application of Dual Time Stepping to Fully Implicit Runge Kutta Schemes for Unsteady Flow Calculations Antony Jameson Department of Aeronautics and Astronautics, Stanford University, Stanford, CA, 94305

More information

Computational Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Computational Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Computational Fluid Dynamics Prof. Dr. Suman Chakraborty Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture No. #12 Fundamentals of Discretization: Finite Volume Method

More information

Part I. Discrete Models. Part I: Discrete Models. Scientific Computing I. Motivation: Heat Transfer. A Wiremesh Model (2) A Wiremesh Model

Part I. Discrete Models. Part I: Discrete Models. Scientific Computing I. Motivation: Heat Transfer. A Wiremesh Model (2) A Wiremesh Model Part I: iscrete Models Scientific Computing I Module 5: Heat Transfer iscrete and Continuous Models Tobias Neckel Winter 04/05 Motivation: Heat Transfer Wiremesh Model A Finite Volume Model Time ependent

More information

Numerical Oscillations and how to avoid them

Numerical Oscillations and how to avoid them Numerical Oscillations and how to avoid them Willem Hundsdorfer Talk for CWI Scientific Meeting, based on work with Anna Mozartova (CWI, RBS) & Marc Spijker (Leiden Univ.) For details: see thesis of A.

More information

PROBLEM 1.3. dt T1 T dx L 0.30 m

PROBLEM 1.3. dt T1 T dx L 0.30 m PROBLEM 1.3 KNOWN: Inner surface temperature and thermal conductivity of a concrete wall. FIND: Heat loss by conduction through the wall as a function of outer surface temperatures ranging from -15 to

More information

Iterative Solvers. Lab 6. Iterative Methods

Iterative Solvers. Lab 6. Iterative Methods Lab 6 Iterative Solvers Lab Objective: Many real-world problems of the form Ax = b have tens of thousands of parameters Solving such systems with Gaussian elimination or matrix factorizations could require

More information

5. FVM discretization and Solution Procedure

5. FVM discretization and Solution Procedure 5. FVM discretization and Solution Procedure 1. The fluid domain is divided into a finite number of control volumes (cells of a computational grid). 2. Integral form of the conservation equations are discretized

More information

Multigrid Methods and their application in CFD

Multigrid Methods and their application in CFD Multigrid Methods and their application in CFD Michael Wurst TU München 16.06.2009 1 Multigrid Methods Definition Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential

More information

Two-Dimensional Unsteady Flow in a Lid Driven Cavity with Constant Density and Viscosity ME 412 Project 5

Two-Dimensional Unsteady Flow in a Lid Driven Cavity with Constant Density and Viscosity ME 412 Project 5 Two-Dimensional Unsteady Flow in a Lid Driven Cavity with Constant Density and Viscosity ME 412 Project 5 Jingwei Zhu May 14, 2014 Instructor: Surya Pratap Vanka 1 Project Description The objective of

More information

Mathematics Qualifying Exam Study Material

Mathematics Qualifying Exam Study Material Mathematics Qualifying Exam Study Material The candidate is expected to have a thorough understanding of engineering mathematics topics. These topics are listed below for clarification. Not all instructors

More information

Machine Learning Applied to 3-D Reservoir Simulation

Machine Learning Applied to 3-D Reservoir Simulation Machine Learning Applied to 3-D Reservoir Simulation Marco A. Cardoso 1 Introduction The optimization of subsurface flow processes is important for many applications including oil field operations and

More information

Optimal design with EGM approach in conjugate natural convection with

Optimal design with EGM approach in conjugate natural convection with Optimal design with EGM approach in conjugate natural convection with surface radiation in a two-dimensional enclosure Mohammad Amin Dashti *, Ali Safavinejad Department of Mechanical Engineering, University

More information

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Introduction The purpose of this tutorial is to illustrate the use of user-defined scalars (UDS) and user defined

More information

Enhancement of Heat Transfer Effectiveness of Plate-pin fin heat sinks With Central hole and Staggered positioning of Pin fins

Enhancement of Heat Transfer Effectiveness of Plate-pin fin heat sinks With Central hole and Staggered positioning of Pin fins Enhancement of Heat Transfer Effectiveness of Plate-pin fin heat sinks With Central hole and Staggered positioning of Pin fins Jubin Jose 1, Reji Mathew 2 1Student, Dept. of Mechanical Engineering, M A

More information

Unsteady MHD Couette Flow with Heat Transfer in the Presence of Uniform Suction and Injection

Unsteady MHD Couette Flow with Heat Transfer in the Presence of Uniform Suction and Injection Mechanics and Mechanical Engineering Vol. 12, No. 2 (2008) 165 176 c Technical University of Lodz Unsteady MHD Couette Flow with Heat Transfer in the Presence of Uniform Suction and Injection Hazem A.

More information

THERMAL PERFORMANCE EVALUATION OF AN INNOVATIVE DOUBLE GLAZING WINDOW

THERMAL PERFORMANCE EVALUATION OF AN INNOVATIVE DOUBLE GLAZING WINDOW THERMAL PERFORMANCE EVALUATION OF AN INNOVATIVE DOUBLE GLAZING WINDOW Luigi De Giorgi, Carlo Cima, Emilio Cafaro Dipartimento di Energetica, Politecnico di Torino, Torino, Italy Volfango Bertola School

More information

Flux Conference Analysis of a Tubular PM Motor with Integrated Contactless Energy Transfer

Flux Conference Analysis of a Tubular PM Motor with Integrated Contactless Energy Transfer Flux Conference 2012 Analysis of a Tubular PM Motor with Integrated Contactless Energy Transfer D.C.J. Krop, MSc R.L.J. Sprangers MSc Prof. Dr. E.A. Lomonova Date : 18 October 2012 Introduction Eindhoven

More information

IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2. 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide

IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2. 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide IMPLEMENTATION OF PRESSURE BASED SOLVER FOR SU2 3rd SU2 Developers Meet Akshay.K.R, Huseyin Ozdemir, Edwin van der Weide Content ECN part of TNO SU2 applications at ECN Incompressible flow solver Pressure-based

More information

A Zone Model for Fast Verification of Release of Ultrafine Water Mist for Fire Extinction in Compartments

A Zone Model for Fast Verification of Release of Ultrafine Water Mist for Fire Extinction in Compartments 25 th ICDERS August 2 7, 2015 Leeds, UK A Zone Model for Fast Verification of Release of Ultrafine Water Mist for Fire Extinction in Compartments Francesco Saverio Marra Istituto di Ricerche sulla Combustione

More information

MATLAB Solution of Flow and Heat Transfer through a Porous Cooling Channel and the Conjugate Heat Transfer in the Surrounding Wall

MATLAB Solution of Flow and Heat Transfer through a Porous Cooling Channel and the Conjugate Heat Transfer in the Surrounding Wall MATLAB Solution of Flow and Heat Transfer through a Porous Cooling Channel and the Conjugate Heat Transfer in the Surrounding Wall James Cherry, Mehmet Sözen Grand Valley State University, cherryj1@gmail.com,

More information

Taylor Dispersion Created by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 2005

Taylor Dispersion Created by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 2005 Taylor Dispersion Created by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 005 In this problem you will simulate a tubular reactor with fluid flowing in laminar flow. The governing equations

More information

Due Tuesday, November 23 nd, 12:00 midnight

Due Tuesday, November 23 nd, 12:00 midnight Due Tuesday, November 23 nd, 12:00 midnight This challenging but very rewarding homework is considering the finite element analysis of advection-diffusion and incompressible fluid flow problems. Problem

More information

Shape, Convection and Convergence

Shape, Convection and Convergence Presented at the COMSOL Conference 2008 Boston Shape, Convection and Convergence,VP Research, Inc. Who is? Who is? We are: A Technical Consultation firm in business since 1993 Who is? We are: A Technical

More information

( ρ Adx) = ρ AV t (1) ρ A V ρ + dx A + dxv + dx x x x Neglecting higher order derivatives and using the definition of material derivative, Eq. (1) can

( ρ Adx) = ρ AV t (1) ρ A V ρ + dx A + dxv + dx x x x Neglecting higher order derivatives and using the definition of material derivative, Eq. (1) can 16 th Australasian Fluid Mechanics Conference Crown Plaza, Gold Coast, Australia -7 December 007 Numerical Simulation of Pig Motion through Gas Pipelines S.M. Hosseinalipour 1, A. Zarif Khalili 1, and

More information

Thermal Systems Design MARYLAND. Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects

Thermal Systems Design MARYLAND. Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects Thermal Systems Design Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects Internal power generation Environmental temperatures Conduction Thermal system components

More information

Numerical Solution Techniques in Mechanical and Aerospace Engineering

Numerical Solution Techniques in Mechanical and Aerospace Engineering Numerical Solution Techniques in Mechanical and Aerospace Engineering Chunlei Liang LECTURE 3 Solvers of linear algebraic equations 3.1. Outline of Lecture Finite-difference method for a 2D elliptic PDE

More information

Influence of the Heat Transfer on the Pressure Field in Radial Diffusers Flows

Influence of the Heat Transfer on the Pressure Field in Radial Diffusers Flows Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2010 Influence of the Heat Transfer on the Pressure Field in Radial Diffusers Flows Jose

More information

x n+1 = x n f(x n) f (x n ), n 0.

x n+1 = x n f(x n) f (x n ), n 0. 1. Nonlinear Equations Given scalar equation, f(x) = 0, (a) Describe I) Newtons Method, II) Secant Method for approximating the solution. (b) State sufficient conditions for Newton and Secant to converge.

More information

Chapter 2: Heat Conduction. Dr Ali Jawarneh Department of Mechanical Engineering, Hashemite University

Chapter 2: Heat Conduction. Dr Ali Jawarneh Department of Mechanical Engineering, Hashemite University Chapter : Heat Conduction Equation Dr Ali Jawarneh Department of Mechanical Engineering, Hashemite University Objectives When you finish studying this chapter, you should be able to: Understand multidimensionality

More information

JMBC Computational Fluid Dynamics I Exercises by A.E.P. Veldman

JMBC Computational Fluid Dynamics I Exercises by A.E.P. Veldman JMBC Computational Fluid Dynamics I Exercises by A.E.P. Veldman The exercises will be carried out on PC s in the practicum rooms. Several (Matlab and Fortran) files are required. How these can be obtained

More information

Physical Pharmacy. Diffusion

Physical Pharmacy. Diffusion Physical Pharmacy Diffusion Diffusion Diffusion is defined as a process of mass transfer of individual molecules of a substance brought about by random molecular motion and associated with a driving force

More information

CFD ANALYSIS OF TRIANGULAR ABSORBER TUBE OF A SOLAR FLAT PLATE COLLECTOR

CFD ANALYSIS OF TRIANGULAR ABSORBER TUBE OF A SOLAR FLAT PLATE COLLECTOR Int. J. Mech. Eng. & Rob. Res. 2013 Basavanna S and K S Shashishekar, 2013 Research Paper ISSN 2278 0149 www.imerr.com Vol. 2, No. 1, January 2013 2013 IJMERR. All Rights Reserved CFD ANALYSIS OF TRIANGULAR

More information

A First Course on Kinetics and Reaction Engineering Example 38.2

A First Course on Kinetics and Reaction Engineering Example 38.2 Example 38.2 Problem Purpose This example illustrates some limitations to the use of the effectiveness factor and shows how to model an isothermal packed bed reactor by writing mole balances separately

More information

Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging

Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging 11 th International Conference on Quantitative InfraRed Thermography Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging by J. Sousa*, L. Villafane*, S. Lavagnoli*, and

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Soft body physics Soft bodies In reality, objects are not purely rigid for some it is a good approximation but if you hit

More information

WUFI Workshop at NTNU /SINTEF Fundamentals

WUFI Workshop at NTNU /SINTEF Fundamentals WUFI Workshop at NTNU /SINTEF 2008 Fundamentals Contents: From steady-state to transient Heat storage and -transport Moisture storage and -transport Calculation of coupled transport Model limitations 2

More information

Analytical Modeling of Laser Moving Sources

Analytical Modeling of Laser Moving Sources Analytical Modeling of Laser Moving Sources Contains: Heat flow equation Analytic model in one dimensional heat flow Heat source modeling Point heat source Line heat source Plane heat source Surface heat

More information

Lecture 7. Heat Conduction. BENG 221: Mathematical Methods in Bioengineering. References

Lecture 7. Heat Conduction. BENG 221: Mathematical Methods in Bioengineering. References BENG 221: Mathematical Methods in Bioengineering Lecture 7 Heat Conduction References Haberman APDE, Ch. 1. http://en.wikipedia.org/wiki/heat_equation Lecture 5 BENG 221 M. Intaglietta Heat conduction

More information

Nodalization. The student should be able to develop, with justification, a node-link diagram given a thermalhydraulic system.

Nodalization. The student should be able to develop, with justification, a node-link diagram given a thermalhydraulic system. Nodalization 3-1 Chapter 3 Nodalization 3.1 Introduction 3.1.1 Chapter content This chapter focusses on establishing a rationale for, and the setting up of, the geometric representation of thermalhydraulic

More information