ECE 695 Numerical Simulations Lecture 12: Thermomechanical FEM. Prof. Peter Bermel February 6, 2017

Size: px
Start display at page:

Download "ECE 695 Numerical Simulations Lecture 12: Thermomechanical FEM. Prof. Peter Bermel February 6, 2017"

Transcription

1 ECE 695 Numerical Simulations Lecture 12: Thermomechanical FEM Prof. Peter Bermel February 6, 2017

2 Outline Static Equilibrium Dynamic Equilibrium Thermal transport mechanisms Thermal transport modeling in MATLAB 2/6/2017 ECE 695, Prof. Bermel 2

3 Static Equilibrium Newton s Law for a 1D wire : P 2 w + q = μ x2 w In static equilibrium, forces balance exactly: P 2 w x 2 + q = 0 Define residual error in solution such that: r B = P 2 w x 2 + q 2/6/2017 ECE 695, Prof. Bermel 3

4 Galerkin Method In general, we want to apply Galerkin method with trial functions η j : 0 L dx η j x r B x, t = 0 Analogy: stuff balloon into box, with each trial function a single finger. Substituting: L 0 dx ηj x P 2 w x 2 + q = 0 2/6/2017 ECE 695, Prof. Bermel 4

5 Galerkin Method Integrating by parts: L L 0 = η j P w + dx η x j q η j w P 0 0 x x Letting boundary terms vanish and substituting linear basis (w = i N i w i ) yields: 0 = 0 L dx η j q N i=1 0 L 0 = b Kw dx η j x P N i x w i 2/6/2017 ECE 695, Prof. Bermel 5

6 Static Equilibrium Numerical solution Analytical solution Numerical solution matches analytical solution closely at key 2/6/2017 ECE 695, Prof. Bermel 6

7 Dynamic Equilibrium Restoring time dependence will require tracking another second derivative term. In analogy with previous procedure, we can create another matrix, which yields: 0 = b Kw M w In absence of restoring force (q = 0), we have harmonic solutions (w = φe iωt ), so that: Kφ ω 2 Mφ = 0 2/6/2017 ECE 695, Prof. Bermel 7

8 Dynamic Equilibrium Convergence for first 5 frequencies as a function of the number of elements 2/6/2017 ECE 695, Prof. Bermel 8

9 Thermal Transport Mechanisms Convection: heat transfer by surface contact with gas or fluid molecules Conduction: volumetric heat transfer by propagation of phonons Radiative thermal transfer: emission of thermal photons from source to receiver 2/6/2017 ECE 695, Prof. Bermel 9

10 Thermal Transport: Convection Heat transfer by gas or fluid molecules Transfer rate per unit area given by: Q = h T 1 T 2 Heat transfer constant h determined by many factors, including material choice, microstructures, fluid flow environment, etc. 2/6/2017 ECE 695, Prof. Bermel 10

11 Thermal Transport: Conduction Volumetric heat transfer through phonon transfer Change in heat energy per unit time is: du dt = c t V T dv = q ds + Q dv V V Applying the divergence theorem thus yields: T c V + q Q dv = 0 t V 2/6/2017 ECE 695, Prof. Bermel 11

12 Thermal Transport: Conduction Local conservation of energy yields: u = Q q t Heat transfer rate quantified by Fourier s law: q = k T Combining with previous result yields thermal diffusion equation: u t Q = k 2 T = k 2 u α 2 u ρc v 2/6/2017 ECE 695, Prof. Bermel 12

13 Thermal Transport: Conduction 2/6/2017 ECE 695, Prof. Bermel 13

14 Thermal Transport: Conduction Can formulate residual as: T r B = c V k T Q t Writing down Galerkin method: V ηr B dv = 0 Integrating by parts and dropping boundary yields: T ηc V + η k T ηq dv = 0 t V 2/6/2017 ECE 695, Prof. Bermel 14

15 Thermal Transport: Conduction Now assume η = N i and T = i N i T i : i N j c V N i ds T i t + N j k N i ds T i N j Q ds = 0 This can be simplified as: i C ji T i t + K jit i L j = 0 2/6/2017 ECE 695, Prof. Bermel 15

16 Thermal Transport: Radiative Transfer Heat transfer via photon emission For a blackbody, total emission follows Stefan- Boltmann law: P = σt 4 Net thermal transfer between two infinite surfaces becomes: Q = σ T 1 4 T 2 4 2/6/2017 ECE 695, Prof. Bermel 16

17 Thermal Transport: Radiative Transfer Emission for real materials depends on emissivity In thermal equilibrium, Kirchoff s law states emissivity=absorptivity at each wavelength Emission spectrum is given by: dq dλ = 2πhc2 ε(λ) λ 5 e hc/λkt 1 Blackbody result recovered by setting ε λ = 1 and integrating 2/6/2017 ECE 695, Prof. Bermel 17

18 Thermal Transport: Modeling Convection amounts to a boundary condition in most problems Will thus be first combined with conduction Strategy: Create FEM grid for thermal conduction Impose BC s from convection (Optionally) include radiative transfer from disconnected bodies 2/6/2017 ECE 695, Prof. Bermel 18

19 Thermal Transport FEM Employ Galerkin method to reduce to linear algebra problem as before (see Petr Krysl s step-by-step introduction, Chapter 6): Where: C T + (K + H)T = L i i 2/6/2017 ECE 695, Prof. Bermel 19

20 FAESOR: MATLAB FEM Toolbox Full rationale / background provided here: MATLAB code download here: _publish.html Links also on course webpage 2/6/2017 ECE 695, Prof. Bermel 20

21 FAESOR: MATLAB FEM Toolbox 1D Meshing routine: Construct finite element block: 2/6/2017 ECE 695, Prof. Bermel 21

22 FAESOR: MATLAB FEM Toolbox Apply boundary conditions: Assemble and solve equations: 2/6/2017 ECE 695, Prof. Bermel 22

23 Results Steady-state solution for a thermally insulating medium, with a variable temperature placed along one surface 2/6/2017 ECE 695, Prof. Bermel 23

24 Results Steady-state solution for heat diffusion in an inhomogeneous medium 2/6/2017 ECE 695, Prof. Bermel 24

25 Thermal Conduction: Results Steady-state thermal gradient between two adjoining walls with different temperatures 2/6/2017 ECE 695, Prof. Bermel 25

26 Thermal Conduction: Results Example of adaptive mesh on T4 NAFEMS benchmark 2/6/2017 ECE 695, Prof. Bermel 26

27 Thermal Conduction: Results Coarse model High temp, adaptive mesh Low temp, adaptive mesh Coarse model Transient cooling of a shrink-fitted assembly 2/6/2017 ECE 695, Prof. Bermel 27

28 Error Evaluation Error for linear elements T3 higher overall than quadratic elements T6 Both decrease almost quadratically with mesh size T3 elements faster to compute 2/6/2017 ECE 695, Prof. Bermel 28

29 Next Class We will cover electronic transport 2/6/2017 ECE 695, Prof. Bermel 29

Chapter 1 INTRODUCTION AND BASIC CONCEPTS

Chapter 1 INTRODUCTION AND BASIC CONCEPTS Heat and Mass Transfer: Fundamentals & Applications 5th Edition in SI Units Yunus A. Çengel, Afshin J. Ghajar McGraw-Hill, 2015 Chapter 1 INTRODUCTION AND BASIC CONCEPTS Mehmet Kanoglu University of Gaziantep

More information

Mechanical Engineering. Postal Correspondence Course HEAT TRANSFER. GATE, IES & PSUs

Mechanical Engineering. Postal Correspondence Course HEAT TRANSFER. GATE, IES & PSUs Heat Transfer-ME GATE, IES, PSU 1 SAMPLE STUDY MATERIAL Mechanical Engineering ME Postal Correspondence Course HEAT TRANSFER GATE, IES & PSUs Heat Transfer-ME GATE, IES, PSU 2 C O N T E N T 1. INTRODUCTION

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

First Law of Thermodynamics

First Law of Thermodynamics First Law of Thermodynamics During an interaction between a system and its surroundings, the amount of energy gained by the system must be exactly equal to the amount of energy lost by the surroundings.

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. 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

Heat Transfer: Physical Origins and Rate Equations. Chapter One Sections 1.1 and 1.2

Heat Transfer: Physical Origins and Rate Equations. Chapter One Sections 1.1 and 1.2 Heat Transfer: Physical Origins and Rate Equations Chapter One Sections 1.1 and 1. Heat Transfer and Thermal Energy What is heat transfer? Heat transfer is thermal energy in transit due to a temperature

More information

Lecture 9 Thermal Analysis

Lecture 9 Thermal Analysis Lecture 9 Thermal Analysis 16.0 Release Introduction to ANSYS Mechanical 1 2015 ANSYS, Inc. February 27, 2015 Chapter Overview In this chapter, performing steady-state thermal analyses in Mechanical will

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

Lecture 3a: Surface Energy Balance

Lecture 3a: Surface Energy Balance Lecture 3a: Surface Energy Balance Instructor: Prof. Johnny Luo http://www.sci.ccny.cuny.edu/~luo Surface Energy Balance 1. Factors affecting surface energy balance 2. Surface heat storage 3. Surface

More information

Chapter 2. Energy and the First Law of Thermodynamics

Chapter 2. Energy and the First Law of Thermodynamics Chapter 2 Energy and the First Law of Thermodynamics Closed System Energy Balance Energy is an extensive property that includes the kinetic and gravitational potential energy of engineering mechanics.

More information

A Pragmatic Introduction to Finite Element Analysis for Structural Engineers

A Pragmatic Introduction to Finite Element Analysis for Structural Engineers Petr Krysl A Pragmatic Introduction to Finite Element Analysis for Structural Engineers With the Matlab toolbox SOFEA October 25, 2005 Pressure Cooker Press San Diego Contents Part I Introducing the Galerkin

More information

Finite difference method for solving Advection-Diffusion Problem in 1D

Finite difference method for solving Advection-Diffusion Problem in 1D Finite difference method for solving Advection-Diffusion Problem in 1D Author : Osei K. Tweneboah MATH 5370: Final Project Outline 1 Advection-Diffusion Problem Stationary Advection-Diffusion Problem in

More information

Radiation Heat Transfer. Introduction. Blackbody Radiation. Definitions ,

Radiation Heat Transfer. Introduction. Blackbody Radiation. Definitions , Radiation Heat Transfer Reading Problems 5-5-7 5-27, 5-33, 5-50, 5-57, 5-77, 5-79, 5-96, 5-07, 5-08 Introduction A narrower band inside the thermal radiation spectrum is denoted as the visible spectrum,

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

Unit B-4: List of Subjects

Unit B-4: List of Subjects ES312 Energy Transfer Fundamentals Unit B: First Law of Thermodynamics ROAD MAP... B-1: The Concept of Energy B-2: Work Interactions B-3: First Law of Thermodynamics B-4: Heat Transfer Fundamentals Unit

More information

Thermal Systems Design

Thermal Systems Design 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

- Apply closed system energy balances, observe sign convention for work and heat transfer.

- Apply closed system energy balances, observe sign convention for work and heat transfer. CHAPTER : ENERGY AND THE FIRST LAW OF THERMODYNAMICS Objectives: - In this chapter we discuss energy and develop equations for applying the principle of conservation of energy. Learning Outcomes: - Demonstrate

More information

Reading Problems , 15-33, 15-49, 15-50, 15-77, 15-79, 15-86, ,

Reading Problems , 15-33, 15-49, 15-50, 15-77, 15-79, 15-86, , Radiation Heat Transfer Reading Problems 15-1 15-7 15-27, 15-33, 15-49, 15-50, 15-77, 15-79, 15-86, 15-106, 15-107 Introduction The following figure shows the relatively narrow band occupied by thermal

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

13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs)

13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs) 13 PDEs on spatially bounded domains: initial boundary value problems (IBVPs) A prototypical problem we will discuss in detail is the 1D diffusion equation u t = Du xx < x < l, t > finite-length rod u(x,

More information

Radiative heat transfer

Radiative heat transfer Radiative heat transfer 22 mars 2017 Energy can be transported by the electromagnetic field radiated by an object at finite temperature. A very important example is the infrared radiation emitted towards

More information

If light travels past a system faster than the time scale for which the system evolves then t I ν = 0 and we have then

If light travels past a system faster than the time scale for which the system evolves then t I ν = 0 and we have then 6 LECTURE 2 Equation of Radiative Transfer Condition that I ν is constant along rays means that di ν /dt = 0 = t I ν + ck I ν, (29) where ck = di ν /ds is the ray-path derivative. This is equation is the

More information

ME 476 Solar Energy UNIT TWO THERMAL RADIATION

ME 476 Solar Energy UNIT TWO THERMAL RADIATION ME 476 Solar Energy UNIT TWO THERMAL RADIATION Unit Outline 2 Electromagnetic radiation Thermal radiation Blackbody radiation Radiation emitted from a real surface Irradiance Kirchhoff s Law Diffuse and

More information

Mechanisms of heat transfer

Mechanisms of heat transfer Lecture 4 Mechanisms of heat transfer Pre-reading: 17.7 Review Heat can be transferred from one object to another due to a temperature difference. The properties of many objects change with temperature:

More information

Boundary conditions. Diffusion 2: Boundary conditions, long time behavior

Boundary conditions. Diffusion 2: Boundary conditions, long time behavior Boundary conditions In a domain Ω one has to add boundary conditions to the heat (or diffusion) equation: 1. u(x, t) = φ for x Ω. Temperature given at the boundary. Also density given at the boundary.

More information

Chapter 6. Finite Element Method. Literature: (tiny selection from an enormous number of publications)

Chapter 6. Finite Element Method. Literature: (tiny selection from an enormous number of publications) Chapter 6 Finite Element Method Literature: (tiny selection from an enormous number of publications) K.J. Bathe, Finite Element procedures, 2nd edition, Pearson 2014 (1043 pages, comprehensive). Available

More information

ELEC9712 High Voltage Systems. 1.2 Heat transfer from electrical equipment

ELEC9712 High Voltage Systems. 1.2 Heat transfer from electrical equipment ELEC9712 High Voltage Systems 1.2 Heat transfer from electrical equipment The basic equation governing heat transfer in an item of electrical equipment is the following incremental balance equation, with

More information

Heat processes. Heat exchange

Heat processes. Heat exchange Heat processes Heat exchange Heat energy transported across a surface from higher temperature side to lower temperature side; it is a macroscopic measure of transported energies of molecular motions Temperature

More information

General Physics I. Lecture 14: Sinusoidal Waves. Prof. WAN, Xin ( 万歆 )

General Physics I. Lecture 14: Sinusoidal Waves. Prof. WAN, Xin ( 万歆 ) General Physics I Lecture 14: Sinusoidal Waves Prof. WAN, Xin ( 万歆 ) xinwan@zju.edu.cn http://zimp.zju.edu.cn/~xinwan/ Motivation When analyzing a linear medium that is, one in which the restoring force

More information

Discretization- Finite difference, Finite element methods

Discretization- Finite difference, Finite element methods Discretization- Finite difference, Finite element methods Q. Identify the natural and essential boundary conditions of the following differential equation: d d y a( ) b( ) + =, for < < ; subject to the

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 16

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 16 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 16 In the last lectures, we have seen one-dimensional boundary value

More information

Transient Heat Transfer Experiment. ME 331 Introduction to Heat Transfer. June 1 st, 2017

Transient Heat Transfer Experiment. ME 331 Introduction to Heat Transfer. June 1 st, 2017 Transient Heat Transfer Experiment ME 331 Introduction to Heat Transfer June 1 st, 2017 Abstract The lumped capacitance assumption for transient conduction was tested for three heated spheres; a gold plated

More information

Lecture 22: 1-D Heat Transfer.

Lecture 22: 1-D Heat Transfer. Chapter 13: Heat Transfer and Mass Transport. We will focus initially on the steady state heat transfer problem. Start by looking at the transfer of thermal energy along one dimension. With no convection

More information

Transport processes. 7. Semester Chemical Engineering Civil Engineering

Transport processes. 7. Semester Chemical Engineering Civil Engineering Transport processes 7. Semester Chemical Engineering Civil Engineering 1. Elementary Fluid Dynamics 2. Fluid Kinematics 3. Finite Control Volume Analysis 4. Differential Analysis of Fluid Flow 5. Viscous

More information

Introduction to Heat Transfer Analysis

Introduction to Heat Transfer Analysis Introduction to Heat Transfer Analysis Thermal Network Solutions with TNSolver Bob Cochran Applied Computational Heat Transfer Seattle, WA TNSolver@heattransfer.org ME 331 Introduction to Heat Transfer

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 Methods for Problems with Moving Fronts Orthogonal Collocation on Finite Elements

Numerical Methods for Problems with Moving Fronts Orthogonal Collocation on Finite Elements Electronic Text Provided with the Book Numerical Methods for Problems with Moving Fronts by Bruce A. Finlayson Ravenna Park Publishing, Inc., 635 22nd Ave. N. E., Seattle, WA 985-699 26-524-3375; ravenna@halcyon.com;www.halcyon.com/ravenna

More information

Indo-German Winter Academy

Indo-German Winter Academy Indo-German Winter Academy - 2007 Radiation in Non-Participating and Participating Media Tutor Prof. S. C. Mishra Technology Guwahati Chemical Engineering Technology Guwahati 1 Outline Importance of thermal

More information

Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems

Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems Discretization of PDEs and Tools for the Parallel Solution of the Resulting Systems Stan Tomov Innovative Computing Laboratory Computer Science Department The University of Tennessee Wednesday April 4,

More information

Advanced Heat and Mass Transfer by Amir Faghri, Yuwen Zhang, and John R. Howell

Advanced Heat and Mass Transfer by Amir Faghri, Yuwen Zhang, and John R. Howell Heat Transfer Heat transfer rate by conduction is related to the temperature gradient by Fourier s law. For the one-dimensional heat transfer problem in Fig. 1.8, in which temperature varies in the y-

More information

a. Fourier s law pertains to conductive heat transfer. A one-dimensional form of this law is below. Units are given in brackets.

a. Fourier s law pertains to conductive heat transfer. A one-dimensional form of this law is below. Units are given in brackets. QUESTION An understanding of the basic laws governing heat transfer is imperative to everything you will learn this semester. Write the equation for and explain the following laws governing the three basic

More information

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2)

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) The ABL, though turbulent, is not homogeneous, and a critical role of turbulence is transport and mixing of air properties, especially in the

More information

TRANSMISSION OF HEAT

TRANSMISSION OF HEAT TRANSMISSION OF HEAT Synopsis :. In general heat travels from one point to another whenever there is a difference of temperatures.. Heat flows from a body at higher temperature to a lower temperature..

More information

Chapter 5: The First Law of Thermodynamics: Closed Systems

Chapter 5: The First Law of Thermodynamics: Closed Systems Chapter 5: The First Law of Thermodynamics: Closed Systems The first law of thermodynamics can be simply stated as follows: during an interaction between a system and its surroundings, the amount of energy

More information

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen CIV-E16 Engineering Computation and Simulation Examination, December 12, 217 / Niiranen This examination consists of 3 problems rated by the standard scale 1...6. Problem 1 Let us consider a long and tall

More information

AMS 529: Finite Element Methods: Fundamentals, Applications, and New Trends

AMS 529: Finite Element Methods: Fundamentals, Applications, and New Trends AMS 529: Finite Element Methods: Fundamentals, Applications, and New Trends Lecture 3: Finite Elements in 2-D Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Finite Element Methods 1 / 18 Outline 1 Boundary

More information

12/21/2014 7:39 PM. Chapter 2. Energy and the 1st Law of Thermodynamics. Dr. Mohammad Suliman Abuhaiba, PE

12/21/2014 7:39 PM. Chapter 2. Energy and the 1st Law of Thermodynamics. Dr. Mohammad Suliman Abuhaiba, PE Chapter 2 Energy and the 1st Law of Thermodynamics 1 2 Homework Assignment # 2 Problems: 1, 7, 14, 20, 30, 36, 42, 49, 56 Design and open end problem: 2.1D Due Monday 22/12/2014 3 Work and Kinetic Energy

More information

Lecture # 04 January 27, 2010, Wednesday Energy & Radiation

Lecture # 04 January 27, 2010, Wednesday Energy & Radiation Lecture # 04 January 27, 2010, Wednesday Energy & Radiation Kinds of energy Energy transfer mechanisms Radiation: electromagnetic spectrum, properties & principles Solar constant Atmospheric influence

More information

Thermal Analysis with SOLIDWORKS Simulation 2016 and Flow Simulation 2016

Thermal Analysis with SOLIDWORKS Simulation 2016 and Flow Simulation 2016 Thermal Analysis with SOLIDWORKS Simulation 2016 and Flow Simulation 2016 Paul M. Kurowski SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit

More information

Chapter 3. Formulation of FEM for Two-Dimensional Problems

Chapter 3. Formulation of FEM for Two-Dimensional Problems Chapter Formulation of FEM for Two-Dimensional Problems.1 Two-Dimensional FEM Formulation Many details of 1D and 2D formulations are the same. To demonstrate how a 2D formulation works we ll use the following

More information

Thermal Network Analysis with TNSolver

Thermal Network Analysis with TNSolver Thermal Network Analysis with TNSolver Steady Conduction - The Composite Wall Problem Bob Cochran Applied Computational Heat Transfer Seattle, WA rjc@heattransfer.org ME 331 Introduction to Heat Transfer

More information

Scientific Computing I

Scientific Computing I Scientific Computing I Session 11: Basics of Partial Differential Equations Tobias Weinzierl Winter 2010/2011 Session 11: Basics of Partial Differential Equations, Winter 2010/2011 1 Motivation Instead

More information

Courant and all that. Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy

Courant and all that. Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy c dx ε 1 he goal of this lecture is to understand how to find suitable parameters (i.e., grid spacing

More information

Applied Thermodynamics HEAT TRANSFER. Introduction What and How?

Applied Thermodynamics HEAT TRANSFER. Introduction What and How? LANDMARK UNIVERSITY, OMU-ARAN LECTURE NOTE: 3 COLLEGE: COLLEGE OF SCIENCE AND ENGINEERING DEPARTMENT: MECHANICAL ENGINEERING PROGRAMME: ENGR. ALIYU, S.J Course code: MCE 311 Course title: Applied Thermodynamics

More information

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON PHYS1013W1 SEMESTER 2 EXAMINATION 2014-2015 ENERGY AND MATTER Duration: 120 MINS (2 hours) This paper contains 8 questions. Answers to Section A and Section B must be in separate

More information

Lecture 2: Fundamentals. Sourav Saha

Lecture 2: Fundamentals. Sourav Saha ME 267: Mechanical Engineering Fundamentals Credit hours: 3.00 Lecture 2: Fundamentals Sourav Saha Lecturer Department of Mechanical Engineering, BUET Email address: ssaha09@me.buet.ac.bd, souravsahame17@gmail.com

More information

Lecture 3a: Surface Energy Balance

Lecture 3a: Surface Energy Balance Lecture 3a: Surface Energy Balance Instructor: Prof. Johnny Luo http://www.sci.ccny.cuny.edu/~luo Total: 50 pts Absorption of IR radiation O 3 band ~ 9.6 µm Vibration-rotation interaction of CO 2 ~

More information

Getting started: CFD notation

Getting started: CFD notation PDE of p-th order Getting started: CFD notation f ( u,x, t, u x 1,..., u x n, u, 2 u x 1 x 2,..., p u p ) = 0 scalar unknowns u = u(x, t), x R n, t R, n = 1,2,3 vector unknowns v = v(x, t), v R m, m =

More information

FINITE ELEMENTS ANALYSIS OF THERMAL STEADY STATE, USING ANSYS

FINITE ELEMENTS ANALYSIS OF THERMAL STEADY STATE, USING ANSYS FINITE ELEMENTS ANALYSIS OF THERMAL STEADY STATE, USING ANSYS Gavril GREBENIŞAN 1, Ioan Eugen RADU 2 Ioan ANTON 3 1 University of Oradea, grebe@uoradea.ro 2 University of Oradea, iradu@uoradea.ro 3 GMAB

More information

Outline. Today we will learn what is thermal radiation

Outline. Today we will learn what is thermal radiation Thermal Radiation & Outline Today we will learn what is thermal radiation Laws Laws of of themodynamics themodynamics Radiative Radiative Diffusion Diffusion Equation Equation Thermal Thermal Equilibrium

More information

Chapter 2. General concepts. 2.1 The Navier-Stokes equations

Chapter 2. General concepts. 2.1 The Navier-Stokes equations Chapter 2 General concepts 2.1 The Navier-Stokes equations The Navier-Stokes equations model the fluid mechanics. This set of differential equations describes the motion of a fluid. In the present work

More information

Heat Transfer Analysis

Heat Transfer Analysis Heat Transfer 2011 Alex Grishin MAE 323 Chapter 8: Grishin 1 In engineering applications, heat is generally transferred from one location to another and between bodies. This transfer is driven by differences

More information

Modeling and Analysis of Dynamic Systems

Modeling and Analysis of Dynamic Systems Modeling and Analysis of Dynamic Systems Dr. Guillaume Ducard Fall 2017 Institute for Dynamic Systems and Control ETH Zurich, Switzerland G. Ducard c 1 / 46 Outline 1 Lecture 6: Electromechanical Systems

More information

kg meter ii) Note the dimensions of ρ τ are kg 2 velocity 2 meter = 1 sec 2 We will interpret this velocity in upcoming slides.

kg meter ii) Note the dimensions of ρ τ are kg 2 velocity 2 meter = 1 sec 2 We will interpret this velocity in upcoming slides. II. Generalizing the 1-dimensional wave equation First generalize the notation. i) "q" has meant transverse deflection of the string. Replace q Ψ, where Ψ may indicate other properties of the medium that

More information

Fundamentals of Fluid Dynamics: Elementary Viscous Flow

Fundamentals of Fluid Dynamics: Elementary Viscous Flow Fundamentals of Fluid Dynamics: Elementary Viscous Flow Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI bluebox.ippt.pan.pl/ tzielins/ Institute of Fundamental Technological Research

More information

Diffusion - The Heat Equation

Diffusion - The Heat Equation Chapter 6 Diffusion - The Heat Equation 6.1 Goal Understand how to model a simple diffusion process and apply it to derive the heat equation in one dimension. We begin with the fundamental conservation

More information

MARYLAND. Fundamentals of heat transfer Radiative equilibrium Surface properties Non-ideal effects. Conduction Thermal system components

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

More information

Statistical Physics. Problem Set 4: Kinetic Theory

Statistical Physics. Problem Set 4: Kinetic Theory Statistical Physics xford hysics Second year physics course Dr A. A. Schekochihin and Prof. A. Boothroyd (with thanks to Prof. S. J. Blundell) Problem Set 4: Kinetic Theory PROBLEM SET 4: Collisions and

More information

Lecture 3: Specific Intensity, Flux and Optical Depth

Lecture 3: Specific Intensity, Flux and Optical Depth Lecture 3: Specific Intensity, Flux and Optical Depth We begin a more detailed look at stellar atmospheres by defining the fundamental variable, which is called the Specific Intensity. It may be specified

More information

Documentation of the Solutions to the SFPE Heat Transfer Verification Cases

Documentation of the Solutions to the SFPE Heat Transfer Verification Cases Documentation of the Solutions to the SFPE Heat Transfer Verification Cases Prepared by a Task Group of the SFPE Standards Making Committee on Predicting the Thermal Performance of Fire Resistive Assemblies

More information

Introduction to Physical Acoustics

Introduction to Physical Acoustics Introduction to Physical Acoustics Class webpage CMSC 828D: Algorithms and systems for capture and playback of spatial audio. www.umiacs.umd.edu/~ramani/cmsc828d_audio Send me a test email message with

More information

HT HT HOMOGENIZATION OF A CONDUCTIVE AND RADIATIVE HEAT TRANSFER PROBLEM, SIMULATION WITH CAST3M

HT HT HOMOGENIZATION OF A CONDUCTIVE AND RADIATIVE HEAT TRANSFER PROBLEM, SIMULATION WITH CAST3M Proceedings of HT2005 2005 ASME Summer Heat Transfer Conference July 17-22, 2005, San Francisco, California, USA HT2005-72193 HT2005-72193 HOMOGENIZATION OF A CONDUCTIVE AND RADIATIVE HEAT TRANSFER PROBLEM,

More information

Diffusion of a density in a static fluid

Diffusion of a density in a static fluid Diffusion of a density in a static fluid u(x, y, z, t), density (M/L 3 ) of a substance (dye). Diffusion: motion of particles from places where the density is higher to places where it is lower, due to

More information

Finite Volume Schemes: an introduction

Finite Volume Schemes: an introduction Finite Volume Schemes: an introduction First lecture Annamaria Mazzia Dipartimento di Metodi e Modelli Matematici per le Scienze Applicate Università di Padova mazzia@dmsa.unipd.it Scuola di dottorato

More information

Lecture No 1 Introduction to Diffusion equations The heat equat

Lecture No 1 Introduction to Diffusion equations The heat equat Lecture No 1 Introduction to Diffusion equations The heat equation Columbia University IAS summer program June, 2009 Outline of the lectures We will discuss some basic models of diffusion equations and

More information

A phase field model for the coupling between Navier-Stokes and e

A phase field model for the coupling between Navier-Stokes and e A phase field model for the coupling between Navier-Stokes and electrokinetic equations Instituto de Matemáticas, CSIC Collaborators: C. Eck, G. Grün, F. Klingbeil (Erlangen Univertsität), O. Vantzos (Bonn)

More information

Radiation Heat Transfer

Radiation Heat Transfer Heat Lectures 0- CM30 /5/06 CM30 ransport I Part II: Heat ransfer Radiation Heat ransfer In Unit Operations Heat Shields Professor Faith Morrison Department of Chemical Engineering Michigan echnological

More information

Introduction to Heat and Mass Transfer. Week 5

Introduction to Heat and Mass Transfer. Week 5 Introduction to Heat and Mass Transfer Week 5 Critical Resistance Thermal resistances due to conduction and convection in radial systems behave differently Depending on application, we want to either maximize

More information

Ministry of Higher Education And Scientific Research. University Of Technology Chemical Engineering Department. Heat Transfer

Ministry of Higher Education And Scientific Research. University Of Technology Chemical Engineering Department. Heat Transfer Ministry of Higher Education And Scientific Research University Of Technology Heat Transfer Third Year By Dr.Jamal Al-Rubeai 2008-2009 Heat Transfer 1. Modes of Heat Transfer: Conduction, Convection and

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 diffusion

Steady and unsteady diffusion Chapter 5 Steady and unsteady diffusion In this chapter, we solve the diffusion and forced convection equations, in which it is necessary to evaluate the temperature or concentration fields when the velocity

More information

Heriot-Watt University

Heriot-Watt University Heriot-Watt University Distinctly Global www.hw.ac.uk Thermodynamics By Peter Cumber Prerequisites Interest in thermodynamics Some ability in calculus (multiple integrals) Good understanding of conduction

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

LECTURE NOTES. Heat Transfer. III B. Tech II Semester (JNTUA-R15) CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS)

LECTURE NOTES. Heat Transfer. III B. Tech II Semester (JNTUA-R15) CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) LECTURE NOTES on Heat Transfer III B. Tech II Semester (JNTUA-R15) Mr. K.SURESH, Assistant Professor CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta Road, Tirupati 517

More information

Radiation Heat Transfer. Introduction. Blackbody Radiation

Radiation Heat Transfer. Introduction. Blackbody Radiation Radiation Heat Transfer Reading Problems 21-1 21-6 21-21, 21-24, 21-41, 21-61, 21-69 22-1 21-5 22-11, 22-17, 22-26, 22-36, 22-71, 22-72 Introduction It should be readily apparent that radiation heat transfer

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master Degree in Mechanical Engineering Numerical Heat and Mass Transfer 11-Radiative Heat Transfer Fausto Arpino f.arpino@unicas.it Nature of Thermal Radiation ü Thermal radiation refers to radiation

More information

Law of Heat Transfer

Law of Heat Transfer Law of Heat Transfer The Fundamental Laws which are used in broad area of applications are: 1. The law of conversion of mass 2. Newton s second law of motion 3. First and second laws of thermodynamics

More information

INTRODUCTION TO FINITE ELEMENT METHODS ON ELLIPTIC EQUATIONS LONG CHEN

INTRODUCTION TO FINITE ELEMENT METHODS ON ELLIPTIC EQUATIONS LONG CHEN INTROUCTION TO FINITE ELEMENT METHOS ON ELLIPTIC EQUATIONS LONG CHEN CONTENTS 1. Poisson Equation 1 2. Outline of Topics 3 2.1. Finite ifference Method 3 2.2. Finite Element Method 3 2.3. Finite Volume

More information

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science. CASA-Report March2008

EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science. CASA-Report March2008 EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science CASA-Report 08-08 March2008 The complexe flux scheme for spherically symmetrie conservation laws by J.H.M. ten Thije Boonkkamp,

More information

A Mixed Finite Element Formulation for Solving Phase Change Problems with Convection

A Mixed Finite Element Formulation for Solving Phase Change Problems with Convection A Mixed Finite Element Formulation for Solving Phase Change Problems with Convection Youssef Belhamadia 1, Abdoulaye S. Kane 2, and André Fortin 3 1 University of Alberta, Campus Saint-Jean and Department

More information

Outline. Stock Flow and temperature. Earth as a black body. Equation models for earth s temperature. Balancing earth s energy flows.

Outline. Stock Flow and temperature. Earth as a black body. Equation models for earth s temperature. Balancing earth s energy flows. Outline Stock Flow and temperature Earth as a black body Equation models for earth s temperature { { Albedo effect Greenhouse effect Balancing earth s energy flows Exam questions How does earth maintain

More information

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016 Prof. Dr. Eleni Chatzi Lecture 4-09. March, 2016 Fundamentals Overview Multiple DOF Systems State-space Formulation Eigenvalue Analysis The Mode Superposition Method The effect of Damping on Structural

More information

Chapter 10: Steady Heat Conduction

Chapter 10: Steady Heat Conduction Chapter 0: Steady Heat Conduction In thermodynamics, we considered the amount of heat transfer as a system undergoes a process from one equilibrium state to another hermodynamics gives no indication of

More information

Topics in Other Lectures Droplet Groups and Array Instability of Injected Liquid Liquid Fuel-Films

Topics in Other Lectures Droplet Groups and Array Instability of Injected Liquid Liquid Fuel-Films Lecture Topics Transient Droplet Vaporization Convective Vaporization Liquid Circulation Transcritical Thermodynamics Droplet Drag and Motion Spray Computations Turbulence Effects Topics in Other Lectures

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

Section 2: Lecture 1 Integral Form of the Conservation Equations for Compressible Flow

Section 2: Lecture 1 Integral Form of the Conservation Equations for Compressible Flow Section 2: Lecture 1 Integral Form of the Conservation Equations for Compressible Flow Anderson: Chapter 2 pp. 41-54 1 Equation of State: Section 1 Review p = R g T " > R g = R u M w - R u = 8314.4126

More information

Heat and Mass Transfer Unit-1 Conduction

Heat and Mass Transfer Unit-1 Conduction 1. State Fourier s Law of conduction. Heat and Mass Transfer Unit-1 Conduction Part-A The rate of heat conduction is proportional to the area measured normal to the direction of heat flow and to the temperature

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

More information

Chapter 5 Time-Dependent Conduction

Chapter 5 Time-Dependent Conduction Chapter 5 Time-Dependent Conduction 5.1 The Lumped Capacitance Method This method assumes spatially uniform solid temperature at any instant during the transient process. It is valid if the temperature

More information