26-th ECMI Modelling Week Final Report Dresden, Germany

Size: px
Start display at page:

Download "26-th ECMI Modelling Week Final Report Dresden, Germany"

Transcription

1 26-th ECMI Modelling Week Final Report Dresden, Germany

2 Group 3 Modeling of a storage water heater Stefan Eberhard Dresden University of Technology, Germany Marina Ferreira University of Coimbra, Portugal Nicolai S. Johnsen Technical University of Denmark, Kongens Lyngby, Denmark Laura S. Mendoza University of Strasbourg, France Igor Zarvansky National Technical University of Ukraine, Kiev, Ukraine Instructor: Joachim Krenciszek Kaiserslautern University of Technology, Germany 2

3 Abstract Nowadays, hot water is needed on a daily basis. In many households the hot water is provided by a storage water heater. As the water is heated at a relatively slow rate, the question arises how long it takes to heat fresh water up to a desired temperature when the supply of hot water is running low in the tank. The present work documents our attempts to find a model for the heating process as well as an optimal shape for the heating element, such that the time required to heat up the water is minimized.

4 2 Modeling of a storage water heater 3.1 Introduction Hot water has long become indispensable for domestic use, such as cooking, cleaning or personal hygiene. Storage water heaters are appliances providing a sufficiently constant supply of hot water. They consist of a water tank which is used for storing the hot water. It is equipped with a heating element that often is a closed water circuit, e.g. a pipe. That is due to the high heat capacity of water and the fact that it is also non-toxic and low in cost. However, the water is heated at a relatively slow rate, necessitating an optimization of the shape of the heating element, such that time required for the heating process is minimized. Because of various assumptions that we have to make, we optimize the heating element in terms of the radius of the pipes versus the number of loops in the coil. We investigate a case in which the starting temperature of the water in the tank is 15 C while the desired average temperature at the end of the heating process is 45 C. The water inside the heating element is assumed to be 80 C constant. We initially consider the general heat equation describing the diffusion of the temperature inside the tank. We solve this equation by discretizing the domain in order to implement a finite element method in Matlab. We modify that model by then mimicking the advection, which is the bulk motion of the fluid, in accordance with our expectations. Finally, we draw conclusions on our results and propose possible ways to improve our model. 3.2 The model Description of the industrial problem we are considering The water tank in question is of cylindric shape. The heating element is a regularly-shaped coil revolving around a straight tube in its center (cf. Figure 3.1). Figure 3.1: dimensions of the water tank

5 26th ECMI modelling week 3 The diameter of the heating pipes is the same for both the coil and its straight center piece. We further specify our problem as follows: volume of the tank: 200l surface area of the heating element : 1m 2 temperature of the heating pipes : 80 C starting temperature of the water : 15 C desired average temperature of the water : 45 C Assumptions For reasons of simplicity we assume that the tank is perfectly insulated which means that the heat can neither leak from the tank nor be absorbed from the outside. Likewise, we assume that the temperature of the heating element is not affected by the surrounding water in the tank. As we also neglect the fact that the heating pipes would realistically need time to heat up, we can state that the temperature of the heating element is 80 C constant. Since computing three-dimensional models is very costly we decided to limit our model to two dimensions. We study three different 2D cross sections. In order to keep the results as comparable as possible, we assume that the heating system - that is, the coil and the central straight pipe - goes all the way through the tank. This can be modeled in any of the considered cross sections. Mathematical setup To begin with, we only consider the diffusion of heat which means that we study the heat distribution while neglecting the bulk motion of the fluid, from now on referred to as advection. This is described by the heat equation where : ρ = 1000 kg m 3 W κ = 0.58 m K J c = 1000 kg K u t = κ ρc u density thermal conductivity specific heat capacity One might expect a source term in the heat equation. We neglected that as we chose to define the heat sources as boundaries. The sources are therefore

6 4 Modeling of a storage water heater inner boundaries on which a Dirichlet boundary condition is imposed. On the outer boundary we impose a Neumann boundary condition which relates to the aforementioned perfect insulation of the tank which enables us to disregard potential flux. Additionally, we set the initial condition for all non-boundary points of the domain Ω R 2. outer boundary Γ 1 : Neumann boundary condition u n = 0, x Γ 1 inner boundary Γ 2 : Dirichlet boundary condition u(x, t) = 80, t 0, x Γ 2 initial condition : u(x, 0) = 15, x Ω The different cross sections The diffusion - and optionally the advection - of heat is considered in three different sections of the tank in order to obtain different viewpoints, hopefully yielding information on the approximate behaviour of the actual threedimensional tank. These three sections are (a) the circular cross section, (b) the horizontal rectangular cross section and (c) the vertical rectangular cross section of the tank. See figures 3.2a, 3.2b and 3.2c, respectively. (a) circular (b) horizontal rectangular (c) vertical rectangular Figure 3.2: the three sections to be considered In the circular cross section, the coil is represented by nine circular inner boundaries Γ 2 with radius r. (cf. Figure 3.3.) The central circle corresponds to the straight tube in the coil. Although the coil only intersects twice with the cross section plane, the additional heat from the nearby parts of the coil should be taken into account. This fact is represented by the 8 surrounding circles which all impact the heat distribution equally. This only provides a crude estimate and more realistic setups may be derived by accounting for

7 26th ECMI modelling week 5 a smooth descent of the magnitude of heat from the two circles at which the coil in fact intersects to the remaining heat sources. Due to lack of time, however, we stuck with the initial setup which was also more easily implemented in MatLab. In the rectangular cross sections, the heating element is represented by an inner rectangular boundary and circular boundaries on each side, corresponding to the straight central tube and the intersections of the coil, respectively. The approach is of a simplified nature yet again as we did not address the lack of a bond between the heat sources. The diffusion in the cross sections 3.2a and 3.2b is modeled in MatLab and solved by applying a finite element method. In addition to the diffusion of heat, it was suggested by the instructor to modify the heat flow in order to imitate the behaviour of advection. That is, to create an artificial flow of heat allowing hot water to circulate to the top of the tank and cold water to the bottom of the tank. We realized this by implementing a MatLab function which rotates the water on predefined elliptic paths, cf. Figure 3.3b. In the vertical rectangular cross section (cf. Figure 3.2c) a completely different approach was used. We modeled the problem in Python by solving a conservation equation with a dedicated advection term using a finite volume method. 3.3 Numerical analysis and implementation FEM - a description of the general procedure In the cross sections 3.2a and 3.2b, we solve the heat equation using the Finite Element Method. Before explaining the procedure, we will state some important concepts, namely the space L 2 and the Hilbert space H0 1. Definition 1 Let Ω R n be measurable. We define: L 2 (Ω) = {f : Ω R f is measurable and f(x) 2 dx < } and H 1 0 = {u L 2 (Ω) xi u L 2 (Ω), i = 1,..., n}, where xi u denotes the i-th weak derivative of u. From the heat equation u t = κ ρc u we obtain the weak formulation by multiplying by the test functions v (Ω) and by integrating by parts H 1 0 Ω u t v = κ ρc Ω Ω u v, v H 1 0 (Ω). (3.1)

8 6 Modeling of a storage water heater As we can see, the second order derivative disappeared and we only have the gradient, which makes the problem much easier to compute. The solutions of the initial equation are also solutions of the new equation, so the task now is to find u(t) H0 1 (Ω), for all t (0, T ) such that it satisfies (3.1). The next step is to find an approximation of the solution using a Galerkin method. To do that we first discretize Ω using triangulation and then define a finite dimensional subspace V h H0 1(Ω) to find an approximation u h(t) V h, for all t (0, T ), so that with Ω u h t v h = κ ρc Ω u h v h, v h V h, (3.2) u h (x, 0) = 15. The space V h with dimension N h and basis {ϕ j } j=1,...,nh where is defined by V h = {v h C(Ω) v T h Π 1, T T h, v Γ2 h = 80, v h n Γ1 = 0}. Π 1 is the set of the polynomial functions of degree 0 or 1, T h is the set of the triangles of the triangulation, T is a triangle in T h. Each function v h V h is uniquely determined by its values at the points {P j } j=1,...,nh of T h. These functions can therefore have the form N h v h (x, t) = α j (t)ϕ j (x), x Ω, t (0, T ) j=1 with α j = v h (P j ), j = 1,..., N h. Substituting that into (3.2) leads to N h j=1 α j t (t) N h ϕ j (x)ϕ i (x)dx = κ Ω ρc }{{} j=1 M ij Rewritten in matricial form we obtain α j (t) M α t (t) = κ ρc A α(t) ϕ j (x) ϕ i (x)dx, i = 1,..., N h. Ω } {{ } A ij which is a linear system of ODEs. We solved this system using a MatLab function that implements the Runge-Kutta method. For a more detailed description [3] and [5] are recommended.

9 26th ECMI modelling week 7 A short description of the programming tools As mentioned before, the diffusion in the cross sections 3.2a and 3.2b is modeled in MatLab, where an FEM procedure is applied to solve the 2D heat equation. By triangulating the mesh and using a weak formulation of the PDE a system of ODEs is obtained. The system is solved by the built-in MatLab routine ode45, which is based on an explicit one-step Runge-Kutta (4,5) method. (Source: MatLab help, ode23, ode45, ode113, ode15s, ode23s, ode23t, ode23tb ). The triangulation of the domain is obtained by the distmesh mesh generator, which applies a Delaunay triangulation method (cf. [4]). The important property of the Delaunay triangulation is that it maximizes the minimum angle among all faces, yielding a rather regular mesh. For reasons of simplicity a uniform mesh was chosen with a initial edge lengths of 0.010m and 0.015m for the circular cross section and rectangular cross sections, respectively. The initial lengths are used to create the triangles, before the algorithm iterates to obtain a Delaunay triangulation. The MatLab implementation allows for the possibility of generating a short film, which displays the heat distribution at any specified time step. In order to make our model more adaptable and functional on arbitrary meshes, the average temperature at a given time t, u(t) is determined by the weighted sum of the mean temperature of each face (triangle), that is u(t) = 1 3 n i=1 A i (v i1 (t) + v i2 (t) + v i3 (t)) n i=1 A i where A i is the face area of the i-th face with vertex heat values v ij, j = 1, 2, 3 and n is the number of faces. Due to the Delaunay triangulation all triangles are shaped quite regularly, which makes it reasonable to use the mean of the vertex values as the face value. For information on the Python implementation refer to [1] and [2]. Motivation and description of the artificial convection function As previously stated it is of interest to modify the heat distribution to obtain an approximation of the advection in the circular cross section (cf. Figure 3.2a). The water is assumed to follow a pattern, where hot water moves upwards from the center of the tank section and cold water moves down on each side of the cross section. The flow is depicted in Figure 3.3a. We modeled this pattern by circulation on elliptic paths, meaning we implemented a MatLab function that rotates the temperature values of vertices along the ellipses. The function takes the shape, center point and rotation of an ellipsis along with the mesh data as input. It then detects the vertices closest to

10 8 Modeling of a storage water heater (a) sketch of heat flow (b) implementation to mimic heat flow by rotation of heat along ellipses Figure 3.3: implementing the advection the specified ellipse and rotates the respective temperature values without modifying the position of the vertices. We did use a rotation by 180 degrees, although, naturally, any value could be set. In total, twelve elliptic rotations of heat were applied in order to obtain a subjectively satisfying imitation of the advection, cf. Figure 3.3b. Since the rotation of heat is performed independently of the FEM procedure, a merging of the two procedures was required. For every 100 seconds (with 200 time steps in each interval) the advection procedure is called to rotate the heat as depicted in Figure 3.3b, corresponding to an advection pulse. Optimization Using the notations in Figure 3.4 we can fix H coil = H tank = 1m while we remember that the surface area of the heating element is 1m 2. Within the Figure 3.4: Model notations

11 26th ECMI modelling week 9 system of assumptions we work under, there are three parameters we could potentially modify : N, the number of loops, W coil, the width of the coil and r, the radius of the heating pipes. As W coil is dependent on the two other parameters, we will only study two cases. First of all, let us state a few reminders of the relationships between the different parameters: A T otal = L T otal 2 π r = 1 L T otal = H coil + L coil Where L coil the length of the coil and L T otal the length of the entire heating system. We notice that the formula for the area of the coil is the formula for the area of a cylinder. If we want to study the influence of the radius (r) with a fixed number of loops (N) over the width of the coil W coil we can use the following formula : (Lcoil ) 2 ( ) 2 Hcoil W coil = 1 π N N L coil can be calculated in function of r as we can see in the formula of the area of the coil. That is : L coil = 1 2 π r H coil If we wanted to study the influence of the number of loops of the coil (N) with a fixed radius of the pipe (r) over the width of the coil (W coil ) we could naturally use the same formula. 3.4 Results As far as the artificial convection function is concerned, we can see that the heat distribution is no longer symmetrical as before (cf. Figure 3.5a), but does instead lean towards the top of the tank (cf. Figure 3.5b), which is what we expected. The time required to reach the 45 C termination condition was reduced from 197 minutes to 130 minutes, accordingly (cf. Figure 3.6a). Both of these times were obtained with the optimal radius r = m (cf. Figure 3.6b). We can therefore conclude that the advection plays a major role. We would, however, have surmised that the difference would even be larger. That is a strong indication that the artificial convection function is not really an adequate substitute for more precise mathematical descriptions, although it might have seemed so at first glance. When we optimize the coil parameters for the horizontal rectangular cross section, we find that for N = 7 loops the optimal radius is r = The heating process takes 139 minutes in this case (cf. figures 3.7a and 3.8). We have found, however, that

12 10 Modeling of a storage water heater (a) final state - diffusion only (b) final state - artificial advection Figure 3.5: comparison: diffusion only vs. artificial advection 80 Mean temperature as a function of time 260 Time required to reach 45 degrees as a function of coil radius Mean temperature [C] Time [min] Convection Diffusion only Time [min] (a) comparison - with and without artificial advection Radius of coil [m] (b) optimizing the radius of the pipe for N = 7 Figure 3.6: circular cross section for N = 8 loops we get an even better setting with a radius of r = 0.25m. For these parameters, it takes 134 minutes for the tank to heat up to the desired average temperature of 45 C. (cf. Figure 3.7b) These findings raise the question why the results for the circular cross section and the horizontal rectangular cross section, respectively, differ so distinctly when only diffusion is taken into account. We suspected this to be down to different ratios of source boundary length versus domain area. For the circular cross section, the inner boundaries have a combined length of L c = m. The area of the domain is A c = m 2 which leads to a ratio of Lc A c = For the rectangular cross sections we get L r = m and A r = m 2 leading to a ratio of Lr A r = We therefore find our suspicions confirmed, as the sources - or, more precisely,

13 26th ECMI modelling week Time required to reach 45 degrees as a function of coil width 280 Time required to reach 45 degrees as a function of the number of loops Time [min] 200 Time [min] Radius of the coil [m] (a) optimizing the radius of the pipe for N = Number of loops in the coil (b) optimizing the number of loops for r = 0.025m Figure 3.7: horizontal rectangular cross section Figure 3.8: final state - horizontal rectangular cross section the inner boundaries - indeed have a greater impact in the rectangular cross sections. Finally, we also found an optimal setting for the Python implementation in the vertical rectangular cross section. For N = 7 loops, we found a radius r = m to be optimal. This setup leads to a heating time of 71 minutes (cf. Figure 3.9).

14 12 Modeling of a storage water heater Figure 3.9: optimizing the radius of the pipe for N = 7 in the vertical rectangular cross section

15 26th ECMI modelling week Conclusion and perspective We proposed two models for which we could also optimize the geometry of the heating element. We did, however, have to make a lot of concessions. The assumption that the heating element has to be of equal height to the tank was only made to facilitate working on the different cross sections with more or less the same setup. We do now see that there is no real comparability of the results we obtain for the different cross sections. The results support similar statements, e.g. that the time required to heat up the water drops significantly when considering a form of advection in addition to the general diffusion of heat. That was to be expected, though, and on reflection we have to accept that the actual values obtained for the different cross sections do not relate greatly. Therefore, the circular cross section could be abandoned for future work which would lead to a lessened need for assumptions on the coil. Additionally to that, the circular cross section is particularly inaccurate near the circular end pieces of the tank, as strong turbulence is to be expected in these areas. Another aspect that could be improved is the termination condition. It is not awfully realistic to aspire to an average temperature if only a small part of the water in the tank might be demanded at any given time. One could assume that the tank is filled with water at the bottom while the hot water is removed at the top which would speed up the heating process as the warm water naturally moves upwards, anyway. This would clearly necessitate a different type of termination condition, however. One should also aspire to solve more accurate mathematical equations, e.g. the incompressible Navier Stokes equations. However, there already exists a multitude of tailor-made software for both 2D and 3D simulations, respectively, as it is a rather well-researched field - thus raising the question, whether or not future work is expedient.

16 Bibliography [1] General conservation equation URL equation.html [2] et al., JEG. Fipy manual, release , URL [3] Larsson, S. Partial Differential Equations with Numerical Methods. Texts in Applied Mathematics, Vol. 45. Springer, Berlin, Corrected 2nd printing ISBN [4] Per-Olof Persson, UB, Department of Mathematics. Distmesh - a simple mesh generator in matlab URL [5] Stoffel, A. Finite Elemente und Wärmeleitung: Eine Einführung. VCH, ISBN URL 14

Diffusion Processes. Lectures INF2320 p. 1/72

Diffusion Processes. Lectures INF2320 p. 1/72 Diffusion Processes Lectures INF2320 p. 1/72 Lectures INF2320 p. 2/72 Diffusion processes Examples of diffusion processes Heat conduction Heat moves from hot to cold places Diffusive (molecular) transport

More information

DUE: WEDS MARCH 26TH 2018

DUE: WEDS MARCH 26TH 2018 HOMEWORK # 2: FINITE DIFFERENCES MAPPING AND TWO DIMENSIONAL PROBLEMS DUE: WEDS MARCH 26TH 2018 NOTE: In this homework, you will choose ONE of the following three questions to perform and hand-in. Each

More information

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES)

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) RAYTCHO LAZAROV 1 Notations and Basic Functional Spaces Scalar function in R d, d 1 will be denoted by u,

More information

The dependence of the cross-sectional shape on the hydraulic resistance of microchannels

The dependence of the cross-sectional shape on the hydraulic resistance of microchannels 3-weeks course report, s0973 The dependence of the cross-sectional shape on the hydraulic resistance of microchannels Hatim Azzouz a Supervisor: Niels Asger Mortensen and Henrik Bruus MIC Department of

More information

Solving PDEs with freefem++

Solving PDEs with freefem++ Solving PDEs with freefem++ Tutorials at Basque Center BCA Olivier Pironneau 1 with Frederic Hecht, LJLL-University of Paris VI 1 March 13, 2011 Do not forget That everything about freefem++ is at www.freefem.org

More information

Project #1 Internal flow with thermal convection

Project #1 Internal flow with thermal convection Project #1 Internal flow with thermal convection MAE 494/598, Fall 2017, Project 1 (20 points) Hard copy of report is due at the start of class on the due date. The rules on collaboration will be released

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

Homework 4 in 5C1212; Part A: Incompressible Navier- Stokes, Finite Volume Methods

Homework 4 in 5C1212; Part A: Incompressible Navier- Stokes, Finite Volume Methods Homework 4 in 5C11; Part A: Incompressible Navier- Stokes, Finite Volume Methods Consider the incompressible Navier Stokes in two dimensions u x + v y = 0 u t + (u ) x + (uv) y + p x = 1 Re u + f (1) v

More information

Chapter 7. Electrodynamics

Chapter 7. Electrodynamics Chapter 7. Electrodynamics 7.2 Electromagnetic Induction 7.2.1 Faraday's Law In 1831 Michael Faraday reported on a series of experiments: Experiment 1. He pulled a loop of wire to the right through a magnetic

More information

Principles of Food and Bioprocess Engineering (FS 231) Problems on Heat Transfer

Principles of Food and Bioprocess Engineering (FS 231) Problems on Heat Transfer Principles of Food and Bioprocess Engineering (FS 1) Problems on Heat Transfer 1. What is the thermal conductivity of a material 8 cm thick if the temperature at one end of the product is 0 C and the temperature

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

Numerical methods for the Navier- Stokes equations

Numerical methods for the Navier- Stokes equations Numerical methods for the Navier- Stokes equations Hans Petter Langtangen 1,2 1 Center for Biomedical Computing, Simula Research Laboratory 2 Department of Informatics, University of Oslo Dec 6, 2012 Note:

More information

The Lattice Boltzmann method for hyperbolic systems. Benjamin Graille. October 19, 2016

The Lattice Boltzmann method for hyperbolic systems. Benjamin Graille. October 19, 2016 The Lattice Boltzmann method for hyperbolic systems Benjamin Graille October 19, 2016 Framework The Lattice Boltzmann method 1 Description of the lattice Boltzmann method Link with the kinetic theory Classical

More information

Helical Coil Flow: a Case Study

Helical Coil Flow: a Case Study Excerpt from the Proceedings of the COMSOL Conference 2009 Milan Helical Coil Flow: a Case Study Marco Cozzini Renewable Energies and Environmental Technologies (REET) Research Unit, Fondazione Bruno Kessler

More information

Staple or bind all pages together. DO NOT dog ear pages as a method to bind.

Staple or bind all pages together. DO NOT dog ear pages as a method to bind. Math 3337 Homework Instructions: Staple or bind all pages together. DO NOT dog ear pages as a method to bind. Hand-drawn sketches should be neat, clear, of reasonable size, with axis and tick marks appropriately

More information

Chapter 5 MATHEMATICAL MODELING OF THE EVACATED SOLAR COLLECTOR. 5.1 Thermal Model of Solar Collector System

Chapter 5 MATHEMATICAL MODELING OF THE EVACATED SOLAR COLLECTOR. 5.1 Thermal Model of Solar Collector System Chapter 5 MATHEMATICAL MODELING OF THE EVACATED SOLAR COLLECTOR This chapter deals with analytical method of finding out the collector outlet working fluid temperature. A dynamic model of the solar collector

More information

Physics 1308 Exam 2 Summer 2015

Physics 1308 Exam 2 Summer 2015 Physics 1308 Exam 2 Summer 2015 E2-01 2. The direction of the magnetic field in a certain region of space is determined by firing a test charge into the region with its velocity in various directions in

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

Physics 1308 Exam 2 Summer Instructions

Physics 1308 Exam 2 Summer Instructions Name: Date: Instructions All Students at SMU are under the jurisdiction of the Honor Code, which you have already signed a pledge to uphold upon entering the University. For this particular exam, you may

More information

An Extended Finite Element Method for a Two-Phase Stokes problem

An Extended Finite Element Method for a Two-Phase Stokes problem XFEM project An Extended Finite Element Method for a Two-Phase Stokes problem P. Lederer, C. Pfeiler, C. Wintersteiger Advisor: Dr. C. Lehrenfeld August 5, 2015 Contents 1 Problem description 2 1.1 Physics.........................................

More information

Finite Element Model of a complex Glass Forming Process as a Tool for Control Optimization

Finite Element Model of a complex Glass Forming Process as a Tool for Control Optimization Excerpt from the Proceedings of the COMSOL Conference 29 Milan Finite Element Model of a complex Glass Forming Process as a Tool for Control Optimization Felix Sawo and Thomas Bernard Fraunhofer Institute

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

Partial Differential Equations II

Partial Differential Equations II Partial Differential Equations II CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Justin Solomon CS 205A: Mathematical Methods Partial Differential Equations II 1 / 28 Almost Done! Homework

More information

A Hybrid Method for the Wave Equation. beilina

A Hybrid Method for the Wave Equation.   beilina A Hybrid Method for the Wave Equation http://www.math.unibas.ch/ beilina 1 The mathematical model The model problem is the wave equation 2 u t 2 = (a 2 u) + f, x Ω R 3, t > 0, (1) u(x, 0) = 0, x Ω, (2)

More information

2. FLUID-FLOW EQUATIONS SPRING 2019

2. FLUID-FLOW EQUATIONS SPRING 2019 2. FLUID-FLOW EQUATIONS SPRING 2019 2.1 Introduction 2.2 Conservative differential equations 2.3 Non-conservative differential equations 2.4 Non-dimensionalisation Summary Examples 2.1 Introduction Fluid

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

Q ( q(m, t 0 ) n) S t.

Q ( q(m, t 0 ) n) S t. THE HEAT EQUATION The main equations that we will be dealing with are the heat equation, the wave equation, and the potential equation. We use simple physical principles to show how these equations are

More information

Lesson 7: Thermal and Mechanical Element Math Models in Control Systems. 1 lesson7et438a.pptx. After this presentation you will be able to:

Lesson 7: Thermal and Mechanical Element Math Models in Control Systems. 1 lesson7et438a.pptx. After this presentation you will be able to: Lesson 7: Thermal and Mechanical Element Math Models in Control Systems ET 438a Automatic Control Systems Technology Learning Objectives After this presentation you will be able to: Explain how heat flows

More information

Solar Flat Plate Thermal Collector

Solar Flat Plate Thermal Collector Solar Flat Plate Thermal Collector INTRODUCTION: Solar heater is one of the simplest and basic technologies in the solar energy field. Collector is the heart of any solar heating system. It absorbs and

More information

Spotlight on Laplace s Equation

Spotlight on Laplace s Equation 16 Spotlight on Laplace s Equation Reference: Sections 1.1,1.2, and 1.5. Laplace s equation is the undriven, linear, second-order PDE 2 u = (1) We defined diffusivity on page 587. where 2 is the Laplacian

More information

Faculté Polytechnique

Faculté Polytechnique Faculté Polytechnique The use of heat transfer functions for heat flow computation through multilayer walls Master Thesis Xavier Botey i Bassols Under the supervision of teachers Mr. Eric DUMONT Mr. Renato

More information

INTRODUCTION TO FINITE ELEMENT METHODS

INTRODUCTION TO FINITE ELEMENT METHODS INTRODUCTION TO FINITE ELEMENT METHODS LONG CHEN Finite element methods are based on the variational formulation of partial differential equations which only need to compute the gradient of a function.

More information

Numerical simulations of hardening and cooling of the early-age concrete

Numerical simulations of hardening and cooling of the early-age concrete Numerical simulations of hardening and cooling of the early-age concrete Grzegorz Knor IPPT PAN, 5b Pawińskiego str., 02-106 Warsaw, Poland gknor@ippt.pan.pl received 26 September 2013, in final form 30

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

1 Exercise: Linear, incompressible Stokes flow with FE

1 Exercise: Linear, incompressible Stokes flow with FE Figure 1: Pressure and velocity solution for a sinking, fluid slab impinging on viscosity contrast problem. 1 Exercise: Linear, incompressible Stokes flow with FE Reading Hughes (2000), sec. 4.2-4.4 Dabrowski

More information

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies

Soft Bodies. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Soft-Body Physics Soft Bodies Realistic objects are not purely rigid. Good approximation for hard ones. approximation breaks when objects break, or deform. Generalization: soft (deformable) bodies Deformed

More information

Chapter 9 NATURAL CONVECTION

Chapter 9 NATURAL CONVECTION Heat and Mass Transfer: Fundamentals & Applications Fourth Edition in SI Units Yunus A. Cengel, Afshin J. Ghajar McGraw-Hill, 2011 Chapter 9 NATURAL CONVECTION PM Dr Mazlan Abdul Wahid Universiti Teknologi

More information

Math 76 Practice Problems for Midterm II Solutions

Math 76 Practice Problems for Midterm II Solutions Math 76 Practice Problems for Midterm II Solutions 6.4-8. DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You may expect to

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

See animations and interactive applets of some of these at. Fall_2009/Math123/Notes

See animations and interactive applets of some of these at.   Fall_2009/Math123/Notes MA123, Chapter 7 Word Problems (pp. 125-153) Chapter s Goal: In this chapter we study the two main types of word problems in Calculus. Optimization Problems. i.e., max - min problems Related Rates See

More information

ANALYSIS OF FLOW IN A CONCENTRIC ANNULUS USING FINITE ELEMENT METHOD

ANALYSIS OF FLOW IN A CONCENTRIC ANNULUS USING FINITE ELEMENT METHOD Nigerian Journal of Technology (NIJOTECH) Vol 35, No 2, April 2016, pp 344 348 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 wwwnijotechcom

More information

Analysis of the Cooling Design in Electrical Transformer

Analysis of the Cooling Design in Electrical Transformer Analysis of the Cooling Design in Electrical Transformer Joel de Almeida Mendes E-mail: joeldealmeidamendes@hotmail.com Abstract This work presents the application of a CFD code Fluent to simulate the

More information

Lab 5: Post Processing and Solving Conduction Problems. Objective:

Lab 5: Post Processing and Solving Conduction Problems. Objective: Lab 5: Post Processing and Solving Conduction Problems Objective: The objective of this lab is to use the tools we have developed in MATLAB and SolidWorks to solve conduction heat transfer problems that

More information

In Proc. of the V European Conf. on Computational Fluid Dynamics (ECFD), Preprint

In Proc. of the V European Conf. on Computational Fluid Dynamics (ECFD), Preprint V European Conference on Computational Fluid Dynamics ECCOMAS CFD 2010 J. C. F. Pereira and A. Sequeira (Eds) Lisbon, Portugal, 14 17 June 2010 THE HIGH ORDER FINITE ELEMENT METHOD FOR STEADY CONVECTION-DIFFUSION-REACTION

More information

10 minutes reading time is allowed for this paper.

10 minutes reading time is allowed for this paper. EGT1 ENGINEERING TRIPOS PART IB Tuesday 31 May 2016 2 to 4 Paper 4 THERMOFLUID MECHANICS Answer not more than four questions. Answer not more than two questions from each section. All questions carry the

More information

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids

Math background. Physics. Simulation. Related phenomena. Frontiers in graphics. Rigid fluids Fluid dynamics Math background Physics Simulation Related phenomena Frontiers in graphics Rigid fluids Fields Domain Ω R2 Scalar field f :Ω R Vector field f : Ω R2 Types of derivatives Derivatives measure

More information

An Optimised High Current Impulse Source

An Optimised High Current Impulse Source An Optimised High Current Impulse Source S. Kempen, D. Peier Institute of High Voltage Engineering, University of Dortmund, Germany Abstract Starting from a predefined 8/0 µs impulse current, the design

More information

Shape Optimization Tutorial

Shape Optimization Tutorial Shape Optimization Tutorial By Stephan Schmidt Exercise 1. The first exercise is to familiarise with Python and FEniCS. We can use the built-in FEniCS tutorial to implement a small solver for the Laplacian

More information

CALC 3 CONCEPT PACKET Complete

CALC 3 CONCEPT PACKET Complete CALC 3 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

More information

Finite Volume Method for Scalar Advection in 2D

Finite Volume Method for Scalar Advection in 2D Chapter 9 Finite Volume Method for Scalar Advection in D 9. Introduction The purpose of this exercise is to code a program to integrate the scalar advection equation in two-dimensional flows. 9. The D

More information

FORSCHUNGS- UND TESTZENTRUM FÜR SOLARANLAGEN. Institut für Thermodynamik und Wärmetechnik Universität Stuttgart

FORSCHUNGS- UND TESTZENTRUM FÜR SOLARANLAGEN. Institut für Thermodynamik und Wärmetechnik Universität Stuttgart FORSCHUNGS- UND TESTZENTRUM FÜR SOLARANLAGEN Institut für Thermodynamik und Wärmetechnik Universität Stuttgart in Kooperation mit Professor Dr. Dr.-Ing. habil. H. Müller-Steinhagen VERSION 1 STUTTGART,

More information

Physically Based Simulations (on the GPU)

Physically Based Simulations (on the GPU) Physically Based Simulations (on the GPU) (some material from slides of Mark Harris) CS535 Fall 2014 Daniel G. Aliaga Department of Computer Science Purdue University Simulating the world Floating point

More information

Crossing Pipes Discussion

Crossing Pipes Discussion Crossing Pipes Discussion Draft 2, 9/21/06 Chapter 7 of [4] outlines a steady state thermal analysis of an assumed pipeline junction. Here alternate points of view and additional post-processing features

More information

C ONTENTS CHAPTER TWO HEAT CONDUCTION EQUATION 61 CHAPTER ONE BASICS OF HEAT TRANSFER 1 CHAPTER THREE STEADY HEAT CONDUCTION 127

C ONTENTS CHAPTER TWO HEAT CONDUCTION EQUATION 61 CHAPTER ONE BASICS OF HEAT TRANSFER 1 CHAPTER THREE STEADY HEAT CONDUCTION 127 C ONTENTS Preface xviii Nomenclature xxvi CHAPTER ONE BASICS OF HEAT TRANSFER 1 1-1 Thermodynamics and Heat Transfer 2 Application Areas of Heat Transfer 3 Historical Background 3 1-2 Engineering Heat

More information

Scientific Computing WS 2018/2019. Lecture 15. Jürgen Fuhrmann Lecture 15 Slide 1

Scientific Computing WS 2018/2019. Lecture 15. Jürgen Fuhrmann Lecture 15 Slide 1 Scientific Computing WS 2018/2019 Lecture 15 Jürgen Fuhrmann juergen.fuhrmann@wias-berlin.de Lecture 15 Slide 1 Lecture 15 Slide 2 Problems with strong formulation Writing the PDE with divergence and gradient

More information

End-of-Chapter Exercises

End-of-Chapter Exercises End-of-Chapter Exercises Exercises 1 12 are primarily conceptual questions, designed to see whether you understand the main concepts of the chapter. 1. A charged particle is moving with a constant velocity

More information

S.E. (Chemical) (Second Semester) EXAMINATION, 2012 HEAT TRANSFER (2008 PATTERN) Time : Three Hours Maximum Marks : 100

S.E. (Chemical) (Second Semester) EXAMINATION, 2012 HEAT TRANSFER (2008 PATTERN) Time : Three Hours Maximum Marks : 100 Total No. of Questions 12] [Total No. of Printed Pages 7 Seat No. [4162]-187 S.E. (Chemical) (Second Semester) EXAMINATION, 2012 HEAT TRANSFER (2008 PATTERN) Time : Three Hours Maximum Marks : 100 N.B.

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions SECTION.1 Linear and Quadratic Functions Chapter Polynomial and Rational Functions Section.1: Linear and Quadratic Functions Linear Functions Quadratic Functions Linear Functions Definition of a Linear

More information

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers Applied and Computational Mathematics 2017; 6(4): 202-207 http://www.sciencepublishinggroup.com/j/acm doi: 10.11648/j.acm.20170604.18 ISSN: 2328-5605 (Print); ISSN: 2328-5613 (Online) A Robust Preconditioned

More information

Comparison of Heat and Mass Transport at the Micro-Scale

Comparison of Heat and Mass Transport at the Micro-Scale Comparison of Heat and Mass Transport at the Micro-Scale E. Holzbecher, S. Oehlmann Georg-August Univ. Göttingen *Goldschmidtstr. 3, 37077 Göttingen, GERMANY, eholzbe@gwdg.de Abstract: Phenomena of heat

More information

Calculations on a heated cylinder case

Calculations on a heated cylinder case Calculations on a heated cylinder case J. C. Uribe and D. Laurence 1 Introduction In order to evaluate the wall functions in version 1.3 of Code Saturne, a heated cylinder case has been chosen. The case

More information

ANALOGY BETWEEN ELECTROSTATIC FIELD AND HEAT TRANSFER SIMPLE MODELS

ANALOGY BETWEEN ELECTROSTATIC FIELD AND HEAT TRANSFER SIMPLE MODELS ANALOGY BETWEEN ELECTROSTATIC FIELD AND HEAT TRANSFER SIMPLE MODELS PROF. RNDR ING. MILOSLAV KOŠEK, CSC. ING. JAN VODOLAN. Abstract: The perfect analogy allows solving of heat transfer problems by a lot

More information

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand

Numerical modelling of phase change processes in clouds. Challenges and Approaches. Martin Reitzle Bernard Weigand Institute of Aerospace Thermodynamics Numerical modelling of phase change processes in clouds Challenges and Approaches Martin Reitzle Bernard Weigand Introduction Institute of Aerospace Thermodynamics

More information

Principles of Food and Bioprocess Engineering (FS 231) Exam 2 Part A -- Closed Book (50 points)

Principles of Food and Bioprocess Engineering (FS 231) Exam 2 Part A -- Closed Book (50 points) Principles of Food and Bioprocess Engineering (FS 231) Exam 2 Part A -- Closed Book (50 points) 1. Are the following statements true or false? (20 points) a. Thermal conductivity of a substance is a measure

More information

Experiment 1. Measurement of Thermal Conductivity of a Metal (Brass) Bar

Experiment 1. Measurement of Thermal Conductivity of a Metal (Brass) Bar Experiment 1 Measurement of Thermal Conductivity of a Metal (Brass) Bar Introduction: Thermal conductivity is a measure of the ability of a substance to conduct heat, determined by the rate of heat flow

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. J.M. Burgers Center Graduate Course CFD I January Least-Squares Spectral Element Methods

Introduction. J.M. Burgers Center Graduate Course CFD I January Least-Squares Spectral Element Methods Introduction In this workshop we will introduce you to the least-squares spectral element method. As you can see from the lecture notes, this method is a combination of the weak formulation derived from

More information

McGill University April 16, Advanced Calculus for Engineers

McGill University April 16, Advanced Calculus for Engineers McGill University April 16, 2014 Faculty of cience Final examination Advanced Calculus for Engineers Math 264 April 16, 2014 Time: 6PM-9PM Examiner: Prof. R. Choksi Associate Examiner: Prof. A. Hundemer

More information

PDEs, part 1: Introduction and elliptic PDEs

PDEs, part 1: Introduction and elliptic PDEs PDEs, part 1: Introduction and elliptic PDEs Anna-Karin Tornberg Mathematical Models, Analysis and Simulation Fall semester, 2013 Partial di erential equations The solution depends on several variables,

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

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *6024898353* PHYSICS 0625/31 Paper 3 Extended October/November 2009 1 hour 15 minutes Candidates

More information

Discrete Projection Methods for Incompressible Fluid Flow Problems and Application to a Fluid-Structure Interaction

Discrete Projection Methods for Incompressible Fluid Flow Problems and Application to a Fluid-Structure Interaction Discrete Projection Methods for Incompressible Fluid Flow Problems and Application to a Fluid-Structure Interaction Problem Jörg-M. Sautter Mathematisches Institut, Universität Düsseldorf, Germany, sautter@am.uni-duesseldorf.de

More information

Lab 5 - ELECTRON CHARGE-TO-MASS RATIO

Lab 5 - ELECTRON CHARGE-TO-MASS RATIO 79 Name Date Partners OBJECTIVES OVERVIEW Lab 5 - ELECTRON CHARGE-TO-MASS RATIO To understand how electric and magnetic fields impact an electron beam To experimentally determine the electron charge-to-mass

More information

Lab 5 - ELECTRON CHARGE-TO-MASS RATIO

Lab 5 - ELECTRON CHARGE-TO-MASS RATIO 81 Name Date Partners Lab 5 - ELECTRON CHARGE-TO-MASS RATIO OBJECTIVES To understand how electric and magnetic fields impact an electron beam To experimentally determine the electron charge-to-mass ratio

More information

Implicitely and Densely Discrete Black-Box Optimization Problems

Implicitely and Densely Discrete Black-Box Optimization Problems Implicitely and Densely Discrete Black-Box Optimization Problems L. N. Vicente September 26, 2008 Abstract This paper addresses derivative-free optimization problems where the variables lie implicitly

More information

Internal Flow: Heat Transfer in Pipes

Internal Flow: Heat Transfer in Pipes Internal Flow: Heat Transfer in Pipes V.Vuorinen Aalto University School of Engineering Heat and Mass Transfer Course, Autumn 2016 November 15 th 2016, Otaniemi ville.vuorinen@aalto.fi First about the

More information

11.3 MATLAB for Partial Differential Equations

11.3 MATLAB for Partial Differential Equations 276 3. Generate the shape functions N (i) j = a (i) j where i =1, 2, 3,..., m and j =1, 2, 3,..., m. + b (i) j x + c(i) j y (11.2.17) 4. Compute the integrals for matrix elements α ij and vector elements

More information

A Simple Method for Thermal Characterization of Low-Melting Temperature Phase Change Materials (PCMs)

A Simple Method for Thermal Characterization of Low-Melting Temperature Phase Change Materials (PCMs) A Simple Method for hermal Characterization of Low-Melting emperature Phase Change Materials (PCMs) L. Salvador *, J. Hastanin, F. Novello, A. Orléans 3 and F. Sente 3 Centre Spatial de Liège, Belgium,

More information

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

More information

Semiconductor thermogenerator

Semiconductor thermogenerator Semiconductor thermogenerator LEP 4.1.07 Related topics Seebeck effect (thermoelectric effect), thermoelectric e.m.f., efficiency, Peltier coefficient, Thomson coefficient, Seebeck coefficient, direct

More information

A Fast, Parallel Potential Flow Solver

A Fast, Parallel Potential Flow Solver Advisor: Jaime Peraire December 16, 2012 Outline 1 Introduction to Potential FLow 2 The Boundary Element Method 3 The Fast Multipole Method 4 Discretization 5 Implementation 6 Results 7 Conclusions Why

More information

HEAT TRANSFER 1 INTRODUCTION AND BASIC CONCEPTS 5 2 CONDUCTION

HEAT TRANSFER 1 INTRODUCTION AND BASIC CONCEPTS 5 2 CONDUCTION HEAT TRANSFER 1 INTRODUCTION AND BASIC CONCEPTS 5 2 CONDUCTION 11 Fourier s Law of Heat Conduction, General Conduction Equation Based on Cartesian Coordinates, Heat Transfer Through a Wall, Composite Wall

More information

TMA4220: Programming project - part 1

TMA4220: Programming project - part 1 TMA4220: Programming project - part 1 TMA4220 - Numerical solution of partial differential equations using the finite element method The programming project will be split into two parts. This is the first

More information

If there is convective heat transfer from outer surface to fluid maintained at T W.

If there is convective heat transfer from outer surface to fluid maintained at T W. Heat Transfer 1. What are the different modes of heat transfer? Explain with examples. 2. State Fourier s Law of heat conduction? Write some of their applications. 3. State the effect of variation of temperature

More information

Lab 6 - ELECTRON CHARGE-TO-MASS RATIO

Lab 6 - ELECTRON CHARGE-TO-MASS RATIO 101 Name Date Partners OBJECTIVES OVERVIEW Lab 6 - ELECTRON CHARGE-TO-MASS RATIO To understand how electric and magnetic fields impact an electron beam To experimentally determine the electron charge-to-mass

More information

A very short introduction to the Finite Element Method

A very short introduction to the Finite Element Method A very short introduction to the Finite Element Method Till Mathis Wagner Technical University of Munich JASS 2004, St Petersburg May 4, 2004 1 Introduction This is a short introduction to the finite element

More information

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds.

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds. Convection The convection heat transfer mode is comprised of two mechanisms. In addition to energy transfer due to random molecular motion (diffusion), energy is also transferred by the bulk, or macroscopic,

More information

Fundamentals of Transport Processes Prof. Kumaran Indian Institute of Science, Bangalore Chemical Engineering

Fundamentals of Transport Processes Prof. Kumaran Indian Institute of Science, Bangalore Chemical Engineering Fundamentals of Transport Processes Prof. Kumaran Indian Institute of Science, Bangalore Chemical Engineering Module No # 05 Lecture No # 25 Mass and Energy Conservation Cartesian Co-ordinates Welcome

More information

An example of the Rvachev function method

An example of the Rvachev function method arxiv:1603.00320v1 [physics.flu-dyn] 1 Mar 2016 An example of the Rvachev function method Alexander V. Proskurin Altai State University, Altai State Technical University, k210@list.ru Anatoly M. Sagalakov

More information

Problem C3.5 Direct Numerical Simulation of the Taylor-Green Vortex at Re = 1600

Problem C3.5 Direct Numerical Simulation of the Taylor-Green Vortex at Re = 1600 Problem C3.5 Direct Numerical Simulation of the Taylor-Green Vortex at Re = 6 Overview This problem is aimed at testing the accuracy and the performance of high-order methods on the direct numerical simulation

More information

Name: Instructor: Lecture time: TA: Section time:

Name: Instructor: Lecture time: TA: Section time: Math 222 Final May 11, 29 Name: Instructor: Lecture time: TA: Section time: INSTRUCTIONS READ THIS NOW This test has 1 problems on 16 pages worth a total of 2 points. Look over your test package right

More information

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS

AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS 1 / 43 AA214B: NUMERICAL METHODS FOR COMPRESSIBLE FLOWS Treatment of Boundary Conditions These slides are partially based on the recommended textbook: Culbert

More information

1.060 Engineering Mechanics II Spring Problem Set 3

1.060 Engineering Mechanics II Spring Problem Set 3 1.060 Engineering Mechanics II Spring 2006 Due on Monday, March 6th Problem Set 3 Important note: Please start a new sheet of paper for each problem in the problem set. Write the names of the group members

More information

meters, we can re-arrange this expression to give

meters, we can re-arrange this expression to give Turbulence When the Reynolds number becomes sufficiently large, the non-linear term (u ) u in the momentum equation inevitably becomes comparable to other important terms and the flow becomes more complicated.

More information

Elements of Matlab and Simulink Lecture 7

Elements of Matlab and Simulink Lecture 7 Elements of Matlab and Simulink Lecture 7 Emanuele Ruffaldi 12th May 2009 Copyright 2009,Emanuele Ruffaldi. This work is licensed under the Creative Commons Attribution-ShareAlike License. PARTIAL DIFFERENTIAL

More information

Domain decomposition on different levels of the Jacobi-Davidson method

Domain decomposition on different levels of the Jacobi-Davidson method hapter 5 Domain decomposition on different levels of the Jacobi-Davidson method Abstract Most computational work of Jacobi-Davidson [46], an iterative method suitable for computing solutions of large dimensional

More information

5.1 2D example 59 Figure 5.1: Parabolic velocity field in a straight two-dimensional pipe. Figure 5.2: Concentration on the input boundary of the pipe. The vertical axis corresponds to r 2 -coordinate,

More information

Numerical Simulation of Potential Flow using the Finite Element Method

Numerical Simulation of Potential Flow using the Finite Element Method Numerical Simulation of Potential Flow using the Finite Element Method Cynthia Vanessa Flores (CSUN), Eduardo Rogério Fávaro(Ibilce-Unesp) Gilberto Pereira Sassi (ICMC-USP) Leonardo Koller Sacht(UFSC)

More information

Specific heat capacity. Convective heat transfer coefficient. Thermal diffusivity. Lc ft, m Characteristic length (r for cylinder or sphere; for slab)

Specific heat capacity. Convective heat transfer coefficient. Thermal diffusivity. Lc ft, m Characteristic length (r for cylinder or sphere; for slab) Important Heat Transfer Parameters CBE 150A Midterm #3 Review Sheet General Parameters: q or or Heat transfer rate Heat flux (per unit area) Cp Specific heat capacity k Thermal conductivity h Convective

More information

Discontinuous Galerkin Methods

Discontinuous Galerkin Methods Discontinuous Galerkin Methods Joachim Schöberl May 20, 206 Discontinuous Galerkin (DG) methods approximate the solution with piecewise functions (polynomials), which are discontinuous across element interfaces.

More information