Lecture Objectives: Answer questions related to HW 2

Slides:



Advertisements
Similar presentations
Transient Conduction: The Lumped Capacitance Method
Advertisements

Using MatLab and Excel to Solve Building Energy Simulation Problems Jordan Clark
Numerical modeling example A simple s teel reheat furnace model – pg Reheat furnace Hot steel slabRolling mill Final product.
Chapter 8 Elliptic Equation.
A NEW ORIGINAL UNCODITIONALY STABLE MIXED FINITE ELEMENT APPROACH IN TRANSIENT HEAT ANALYSIS WITHOUT DIMENSIONAL REDUCTION Dubravka Mijuca, Bojan Medjo.
Chapter 3 Steady-State Conduction Multiple Dimensions
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac Professor of Aerospace Engineering.
MECh300H Introduction to Finite Element Methods
CHE/ME 109 Heat Transfer in Electronics LECTURE 12 – MULTI- DIMENSIONAL NUMERICAL MODELS.
CE An Intro Problem—will lead to first homework Fluid is contained in along square duct, see cross section below, three faces of the duct are kept.
1 Lecture 11: Unsteady Conduction Error Analysis.
Parabolic PDEs Generally involve change of quantity in space and time Equivalent to our previous example - heat conduction.
CHE/ME 109 Heat Transfer in Electronics LECTURE 11 – ONE DIMENSIONAL NUMERICAL MODELS.
With Derivation Heat balance on arbitrary FIXED area in domain Net rate of heat in = rate of increase in area  density c specific heat divergence = Fixed.
Heat Transfer Rates Conduction: Fourier’s Law
Lecture Objectives: Review discretization methods for advection diffusion equation Accuracy Numerical Stability Unsteady-state CFD Explicit vs. Implicit.
Tutorial 5: Numerical methods - buildings Q1. Identify three principal differences between a response function method and a numerical method when both.
Lecture Objectives: Analyze the unsteady-state heat transfer Conduction Introduce numerical calculation methods Explicit – Implicit methods.
ASRAE Student Branch meeting Speaker: Kenneth Simpson USGBC – LEED rating system Today at 5 pm ECJ
Lecture Objectives: Discuss –solar radiation and heat transfer through windows –Internal heat loads Introduce Homework Assignment 1b –solve 1/3 of the.
Transient Conduction: Finite-Difference Equations and Solutions Chapter 5 Section 5.9  
Engineering Analysis – Computational Fluid Dynamics –
An Introduction to Heat Transfer Morteza Heydari.
Lecture Objectives: Finish with External Boundary Conditions Introduce Internal Surface Energy Balance.
HW2 Due date Next Tuesday (October 14). Lecture Objectives: Unsteady-state heat transfer - conduction Solve unsteady state heat transfer equation for.
HEAT CONDUCTION EQUATION
Lecture Objectives: Discuss the HW1b solution Learn about the connection of building physics with HVAC Solve part of the homework problem –Introduce Mat.
Finite Deference Method
Lecture Objectives: -Define the midterm project -Lean about eQUEST -Review exam problems.
Lecture Objectives: Finish with system of equation for
Lecture Objectives: Continue with linearization of radiation and convection Example problem Modeling steps.
Lecture Objectives: Review, Discuss HW1a, and correct some typos Define Typical Meteorological Year (TMY) Boundary Conditions at Internal Surfaces.
Lecture Objectives: Learn about Boundary Conditions at Internal Surfaces solar radiation and heat transfer through windows Internal heat loads Introduce.
Announcement Course Exam: Next class: November 3rd In class: 90 minutes long Examples are posted on the course website.
ERT 216 HEAT & MASS TRANSFER Sem 2/ Dr Akmal Hadi Ma’ Radzi School of Bioprocess Engineering University Malaysia Perlis.
1 LECTURE 6 Stability of Parabolic PDEs. 2 Aim of Lecture Last week we discussed Parabolic PDEs –Looked at Explicit and Implicit Methods –Advantages and.
Equation solvers Scilab Matlab
Lecture Objectives: - Numerics. Finite Volume Method - Conservation of  for the finite volume w e w e l h n s P E W xx xx xx - Finite volume.
Transient Conduction: The Lumped Capacitance Method
differential equations of heat transfer
ME 322: Instrumentation Lecture 25
Finite Difference Methods
Chapter 30.
Conduction.
Heat Transfer Transient Conduction.
Announcement by Travis Potter
Lecture Objectives: Introduce Internal Surface Energy Balance.
Lecture Objectives: Review Explicit vs. Implicit
Lecture Objectives: Answer questions related to HW 1
Chapter 2. Mathematical Expression of Conduction
Announcement MATHCAD for solving system of equation for HW1b
Introduction to Partial Differential Equations
HW2 Example MatLab Code is posted on the course website
Lecture Objectives: Answer questions related to HW 1
Lecture Objectives: Answer questions related to HW 2
Announcement MATHCAD for solving system of equation for HW1b
Finite Volume Method for Unsteady Flows
Chapter 6: Dirichlet and Neumann Problems
Lecture Objectives: Analysis of unsteady state heat transfer HW3.
Objective Numerical methods Finite volume.
Lecture Objectives Review for exam Discuss midterm project
Lecture Objectives: Energy balance and modeling HW1b.
Lecture Objectives: Energy balance and modeling HW1b.
HEAT TRANSFER Transient Conduction.
Lecture Objectives: Review linearization of nonlinear equation for unsteady state problems Learn about whole building modeling equations.
Make up: Project presentation class at the end of the semester
topic4: Implicit method, Stability, ADI method
Lecture Objectives: Discuss HW3
Steady-State Heat Transfer (Initial notes are designed by Dr
Topic 3 Discretization of PDE
Presentation transcript:

Lecture Objectives: Answer questions related to HW 2 Write energy balance equations Show Matlab example Start analyzing unsteady state Conducting

Homework assignment 1b Top view Te_o Te_i Tinter_surf Tair_in IDIR Styrofoam Te_o Tinter_surf Te_i 2.5 m Tair_in Surface to surface radiation 8 m 8 m IDIR Idif Tw_i South East Tw_o IDIR Tair_out Idif Glass Surface to surface radiation

MatLab Example Example code is posted on the class website MatLab at: http://www.ece.utexas.edu/it/student-licensing

Conductive heat transfer k - conductivity of material Steady-state Unsteady-state Boundary conditions Dirichlet Tsurface = Tknown Neumann TS1 TS2 L h Tair

Unsteady-state heat transfer (Explicit – Implicit methods) Example: To - known and changes in time Tw - unknown Ti - unknown Ai=Ao=6 m2 (mcp)i=648 J/K (mcp)w=9720 J/K Initial conditions: To = Tw = Ti = 20oC Boundary conditions: hi=ho=1.5 W/m2 Tw Ti To Ao=Ai Conservation of energy: Time [h] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 To 20 30 35 32 10 15 Time step Dt=0.1 hour = 360 s

Implicit methods - example After rearranging: 2 Equations with 2 unknowns!  =0 To Tw Ti  =36 system of equation Tw Ti  =72 system of equation Tw Ti

Explicit methods - example  =360 sec  =0 To Tw Ti  =360 To Tw Ti  =720 To Tw Ti Time There is NO system of equations! UNSTABILE

Problems with stability !!! Often requires very small time steps Explicit method Problems with stability !!! Often requires very small time steps

Explicit methods - example  =0 To Tw Ti  =36 To Tw Ti  =72 To Tw Ti Stable solution obtained by time step reduction 10 times smaller time step Time  =36 sec

Explicit methods information progressing during the calculation Tw Ti To

Unsteady-state conduction - Wall q Dx Nodes for numerical calculation

Discretization of a non-homogeneous wall structure Section considered in the following discussion Discretization in space Discretization in time