Abstract. Introduction

Size: px
Start display at page:

Download "Abstract. Introduction"

Transcription

1 Fast solution of te Sallow Water Equations using GPU tecnology A Crossley, R Lamb, S Waller JBA Consulting, Sout Barn, Brougton Hall, Skipton, Nort Yorksire, BD23 3AE. amanda.crossley@baconsulting.co.uk Abstract Te increasing reliance on 2D flood modelling provides a strong incentive to reduce model run times, especially for studies involving uncertainty analysis or simulation of multiple scenarios. Tis paper reports a 2D Sallow Water Equation (SWE) flood model tat as been developed to run on te grapics card of a desktop PC, exploiting te fast parallel floating point performance of te grapics processing unit (GPU). We give an overview of te Riemann based finite volume sceme and its implementation in serial and parallelised algoritms. We sow test results to demonstrate tat te sceme produces dept and velocity simulations tat compare well wit oter models widely used in te industry for a realistic urban flood modelling application. We also sow tat te parallel GPU implementation of our sceme runs significantly faster tan te corresponding serial code on a conventional processor. In addition to numerical results from te new SWE model, we report on practical aspects in te use of GPU tecnology for flood modelling, building on earlier experience wit a 2D diffusion wave model. We discuss recent improvements in ardware and software, and te cost-efficiency of te tecnology for flood risk modelling and researc applications. Introduction In recent years te use of two dimensional (2D) flood inundation models as become well establised in flood risk management. A range of models as emerged based on different approaces to modelling te flow of water over a variable topograpy. One of te most popular approaces is to apply te Sallow Water Equations (SWE), wic are simplifications of te Navier-Stokes fluid flow equations for dept-averaged, incompressible flows. In practical flood modelling applications tere is a need for robust, stable numerical scemes tat can cope wit features observed in real flood situations, suc as a flood wave advancing over dry ground and weir-like flows over breaks in slope. In addition, calculation is becoming particularly important because of te use of scenario analysis and tecniques suc as Monte Carlo modelling tat require many different simulations to be performed. Te calculations tat are performed to solve a numerical sceme for te sallow water equations involve tousands or millions of iterations were te same aritmetic operations are repeated. Often, parts of te solution can be written in suc a way tat aritmetic operations are carried out largely independently of eac oter. Tis makes it possible to do te numerical work in parallel, using multi-core processors were aritmetic and logic instructions can be executed concurrently on eac core. Current tecnology trends point towards greater use of parallel processing rater tan unlimited growt in te speed of eac individual core. One of te emerging tecnologies for parallel computation is te Grapics Processor Unit (GPU). Tis as been based on te development of fast, igly parallel processors to support

2 te video games and computer grapics markets. Altoug GPUs began as specialised grapics accelerators, te tecnology as now advanced suc tat grapics ardware supports scientific calculation. GPU ardware is relatively ceap and can easily be deployed in typical office workstation PCs. We ave previously applied GPU programming tecniques to accelerate a 2D diffusion wave flood model, JFLOW (Lamb et al., (2009)). Te JFLOW-GPU code as since been used to produce national flood mapping data sets for rivers (in te UK, France Czec Republic, Slovakia and Hungary) and also areas susceptible to surface water flooding, as well as numerous smaller-scale studies. However, a SWE-based model can provide better results in situations were momentum is important and also more realistic prediction of velocities. Building on te advances made in te first generation of GPU flood modelling, we ave terefore developed a SWE model for te GPU platform. Te sceme reported in tis paper is a new formulation tat will be made available in future releases of te JFLOW software, ence we refer to it as JFLOW SWE. Model formulation In two dimensions te sallow water equations can be written as U t F x G y R were U is te vector of conserved variable, F and G represent te flux terms and R is te source term vector. Te vectors can be expressed as U u, v u F u g, 2 uv v G uv and v g 2 0 R g( S0 S x f g( S0 S y f x y ) ) were is te water dept and u and v represent te velocity components in te ortogonal grid directions. Te source terms are comprised of a bed slope term and a friction component (wic can be expressed in terms of Manning s n) wereby and S x S f x z x 0, n u u S0 y v z y 2 n v u v , S 4/3 f y 4/ 3 In te absence of source terms, te model equations written in tis form describe a series of conservation laws were water dept and momentum are conserved. Te sceme we use is a finite volume implementation of Roe s sceme (Roe and Pike, 1984, Toro, 2001, Le Veque, 2002), wic can be written for a 2D system of conservation laws in te form

3 U t x * * t * * n F F G G t n1 n i, Ui, i1/ 2, i1/ 2, i, 1/ 2 i, 1/ 2 Ri, y were te numerical fluxes are F 1 F U 2 n n ~ i1, F U ~ i, k ~ k ek i1/ 2, * i 1/ 2, G 1 G U 2 n n ~ ~ ~ i, 1 G Ui, k k ek i, 1/. * i, 1/ 2 2 We make use of a regular, structured rectangular grid tat allows immediate use of raster Digital Elevation Model (DEM) data sets for flood mapping. Te i and subscripts refer to te cell indexes witin te Cartesian grid. Te use of a tilde (~) denotes a Roe averaged quantity across te specified interface, were te averaging takes account of te local wave speed. For te x direction, te average values are defined as c~ u~ ~ u 1 2 c ~ c~ u~ u, ~ 2 2 c ~ ~ u ~ c~ ~, u ~ c~, ~ u ~ 1 1 ~ e u ~ c~ 1, v~ 2 1 ~ e u ~ c~ 2, v~, ~ v v~ 3 ~ e were u ~ L L R R, u L R u v L L R R v ~, L R v ~ 2 1 L R, c~ ~ g were te operator implies te difference between te rigt and left states. Te sceme falls under te classification of a Godunov type approac and is based on te approximate solution of Riemann problems yielding an upwinded sock capturing metod. We ave cosen to implement a first order version of te sceme. It is possible to extend te metod to second order troug te introduction of flux/slope limiters. We ave also adopted a unsplit strategy for solving te 2D equations. Tis means tat te update is performed in a single sweep troug te domain. As Roe s sceme is explicit, it is subect to a stability constraint of te form t a 1 (1) x

4 were a is a caracteristic velocity and te left and side of Equation 1 is known as te Courant-Fredric-Levy (CFL) number (Courant et al. (1967)). For te 1D sallow water equations, te appropriate velocity term is a = u +c. Te maximum permissible time step for eac cell is calculated and ten te minimum of tese values over te wole grid is used for te next update. In 2D, a number of alternative formulations are possible (Brandford and Sanders, 2002, Brufau et al., 2004, Delis et al., 2008, Toro, 1992 and Zou et al., 2001). Here, a formulation based on te 1D strategy as been adopted wereby Min x y t, i 0.5. ui, ci, vi, ci, Te ground slope and friction slope enter te sceme as te source terms R. Recent studies (Bermudez, A. and Vázquez (1994), Vázquez-Cendón (1999), Brufau et al. (2002)) ave igligted te benefits of employing upwind source term treatments wereby te left and rigt components are effectively weigted based upon local wave speeds. We utilise an upwind treatment for te bed slope source term, wic, coupled wit te Roe flux, results in a well balanced metod, meaning tat a pysically realistic equilibrium solution can be obtained for a lake at rest wereby te water level is constant and te velocity is zero. Te friction source terms are calculated in a pointwise fasion. Te application of a 2D SWE code to real world situations requires some additional considerations because te domain may contain bot wet and dry regions, and cells may become flooded or may dry out during a simulation. Te situations were a special treatment is required are 1. Water surface advancing over an adverse dry bed slope. 2. Water cascading from cells of ig elevation to neigbouring cells wose water level is below te ground elevation. 3. Dry cells and cells drying out. Cases 1 and 2 are closely related and are treated essentially by applying similar calculations as for a transmissive boundary condition locally witin te model grid. A local wall condition is implemented to prevent flow advancing unrealistically over adverse bed slopes. For dry or drying cells, a dept tresold is used to determine weter to perform te flux calculations for a given cell interface. Flux calculations are only performed if te dept in one of te cells exceeds te specified value, wic may be treated as an additional model parameter. Te tresold is also used to determine wen to apply te friction formulation and te velocity components are set to zero if te dept falls below te tresold. Implementation Te sceme summarised above as been implemented in code targeted at two types of computer processor. One implementation is written in C++ for a single x86 processor core, wic is te standard type of CPU in most desktop PCs running Windows. Tis version of te algoritm is a serial code, in oter words all loops and calculations are executed one after anoter on te same processor core.

5 Te second implementation runs on NVIDIA grapics cards using te Grapics Processing Unit (GPU) as a fast parallel numerical co-processor. Tis makes use of CUDA, a language based on C and developed by NVIDIA to enable programmers to exploit te multiple aritmetic cores and fast memory available in modern grapics cards. Altoug bot codes implement an identical algoritm, tere are inevitably some subtle differences in te outputs because te two codes target radically different processor arcitectures. However, for practical purposes te results are numerically nearly identical, typically to at least five or six significant figures. Tis is an advance over te earlier GPU implementation of te JFLOW diffusion wave model, were te x86 and GPU codes produced results tat were similar, but could be visibly distinguised on plots of results suc as water level outputs. Test cases Te software implementations of te above 2D SWE solution sceme produce comparable results to tose publised by oter autors for standard idealised test cases suc as instantaneous lateral and radial dam breaks, flows over a plane surface and steady state equilibrium solutions. Suc tests are of interest in evaluating te beaviour of te numerical sceme wit respect to analytical or reference results, but are not real world applications. Here we present tests results for a realistic model application to a detailed urban flood bencmark case. Urban flood bencmark case Tis test is based on modelling flooding from a ypotetical culvert blockage scenario in an area near to Glasgow, making use of data used in previous 2D model comparison studies (Hunter et al., (2008), Lamb et al., (2009)) and, currently, in a bencmark study commissioned by te Environment Agency of England and Wales. Te case study uses a 2 m x 2 m DEM grid (Figure 1) and a spatially varying Manning s n rougness grid. A ypotetical, plausible flow ydrograp is applied as an input to te model at te point marked in te upper rigt of te grid and te simulation allowed to proceed for two ours (model time). Figure 2 sows maximum flood depts simulated using te SWE sceme presented in tis paper. Wilst tere are no observations available for tis ypotetical case study, tere are results from oter well known 2D ydraulic models including TUFLOW, wic is widely used in flood modelling studies in te UK. For comparison te results from TUFLOW are also sown (using an implicit finite difference ADI solver for te sallow water equations).

6 Figure 1. Glasgow urban test case DEM sowing numbered monitor point locations and inflow location (red dot in upper rigt of te image). Figure 2. TUFLOW. Maximum dept grids. Upper panel: JFLOW SWE sceme. Lower panel:

7 Altoug te different numerical scemes and software implementations produce some sligt differences in modelled depts, it can be seen tat overall te two models generate very similar results. Similarly, te patterns of maximum velocity (Figure 3) produced by te two models are similar. Tere is some evidence tat te TUFLOW comparison results are sligtly smooter, as migt be expected for a model tat uses an implicit solution sceme. Figure 3. TUFLOW. Maximum velocity grids. Upper panel: JFLOW SWE sceme. Lower panel: Time series plots are sown for dept (Figure 4) and velocity (Figure 5) at te monitor points labelled 1 4 in Figure 1. Again, te results of our sceme are compared wit a TUFLOW simulation ere. Te data can be compared wit several oter 2D ydraulic models by reference to figures sown in Hunter et al. (2008).

8 Figure 4. Dept time series at monitor points. Figure 5. Velocity time series at monitor points.

9 Run time Te Glasgow bencmark tests were performed using an NVIDIA GeForce GTX285 grapics card. Run time for te JFLOW SWE GPU test simulation was 46 seconds. Tis compares wit previously publised results of 9.5 minutes for te previous JFLOW-GPU diffusion wave code. Te ost PC as an AMD Penom II 2.8 Gz CPU wit 3GB RAM. Relative to te serial C++ (x86 CPU) code implementation of te JFLOW SWE sceme, te corresponding GPU code was 116 times faster. Practical considerations Tere is now considerable experience in te use of te GPU computing platform for flood modelling. Applications include flood mapping, as noted earlier, along wit researc proects were multiple Monte Carlo simulations ave been carried out. An example is te area around Mexboroug were work in FRMRC2 involved running 1000 simulations of te JFLOW diffusion wave model to explore uncertainty associated wit specification of Manning s n for te floodplain. Tis type of analysis is possible on a desktop PC wit GPU ardware tat costs around 300. For large scale (e.g. national) flood mapping, our experience as been tat it is practical and cost effective to build a grid of GPU-based PCs. Te development of appropriate software tools enables suc a resource to be used eiter for large batc processing obs, suc as Monte Carlo analysis, or for te sceduling of individual model runs. Wit te advent of fast ydraulic calculations, it is often te case tat computational bottlenecks appear in te databases serving information, particularly DEM data, rater tan te ydraulic model itself. Hardware reliability is very occasionally an issue wen running a cluster of GPUs. Previous generations of GPU cards ave lacked some of te features found in conventional (and far more expensive) supercomputers. However, as part of te trend towards increasing use of GPUs for tecnical computing, te latest generation of processors include safety features suc as error-correcting memory protection. In our practical experience running a grid of more tan 50 GPUs, we ave encountered very few issues wit te reliability of te GPU ardware itself. Were reliability is of particular importance, grapics ardware vendors supply professional versions of teir ardware, albeit at prices several times more expensive tan te equivalent mass market consumer products. References Bermudez, A. and Vázquez, M.E Upwind metods for yperbolic conservation laws wit source terms. Computers Fluids, 23, Bradford, S.F. and Sanders, B.F Finite-volume model for sallow-water flooding of arbitrary topograpy. J. Hydraul. Eng. 128, Brufau, P., Vázquez-Cendón, M.E. and García-Navarro, P A numerical model for te flooding and drying of irregular domains. Int. J. Numer. Met. Fluids., 39,

10 Brufau, P., García-Navarro, P. and Vázquez-Cendón, M.E Zero mass error using unstrady wetting-drying conditions in sallow flows over dry irregular topograpy. Int. J. Numer. Met. Fluids., 45, Courant, R., Friedrics, K.O. and Lewy, H On te partial difference equations of matematical pysics. IBM Journal, Delis, A.I., Kazolea, M. and Kampanis, N.A A robust ig-resolution finite volume sceme for te simulation of long waves over complex domains. Int. J. Numer. Met. Fluids., 56, Hunter, N.M. Bates, P.D. Neelz, S. Pender, G. Villanueva, I., Wrigt, N.G., Liang, D., Falconer, R.A., Lin, B., Waller, S., Crossley, A.J. and Mason, D.C Bencmarking 2D ydraulic models for urban flood simulations. Proceedings of te Institution of Civil Engineers: Water Management, 161, Lamb, R., Crossley M.and Waller, S A fast two-dimensional floodplain inundation model. Proceedings of te Institution of Civil Engineers: Water Management, 162, Le Veque, R. J Finite Volume Metods for Hyperbolic Problems. Cambridge University Press. Roe, P.L. and Pike, J Efficient construction and utilistaion of approximate riemann solutions. In: Glowinski, R. and Lions, J.L. (ed). Proc. of te Sixt Int. Symposium on Computer Metods in Applied Sciences and Engineering, Toro, E.F Riemann problems and te WAF metod for solving te two-dimensional sallow water equations. Pil. Trans. R. Soc. Lond. A, 338, Toro, E.F Sock Capturing Metods for Free-Surface Sallow Flows. Wiley. Vázquez-Cendón, M.E Improved treatment of source terms in upwind scemes for te sallow water equations in cannels wit irregular geometry. J. Comput. Pys., 148, Zou, J.G., Causon, D.M., Mingam, C.G. and Ingram D.M Te surface gradient metod for te treatment of source terms in te sallow-water equations. J. Comput. Pys., 168, 1-25.

Part II: Finite Difference/Volume Discretisation for CFD

Part II: Finite Difference/Volume Discretisation for CFD Part II: Finite Difference/Volume Discretisation for CFD Finite Volume Metod of te Advection-Diffusion Equation A Finite Difference/Volume Metod for te Incompressible Navier-Stokes Equations Marker-and-Cell

More information

The EOQ Inventory Formula

The EOQ Inventory Formula Te EOQ Inventory Formula James M. Cargal Matematics Department Troy University Montgomery Campus A basic problem for businesses and manufacturers is, wen ordering supplies, to determine wat quantity of

More information

Large-scale Virtual Acoustics Simulation at Audio Rates Using Three Dimensional Finite Difference Time Domain and Multiple GPUs

Large-scale Virtual Acoustics Simulation at Audio Rates Using Three Dimensional Finite Difference Time Domain and Multiple GPUs Large-scale Virtual Acoustics Simulation at Audio Rates Using Tree Dimensional Finite Difference Time Domain and Multiple GPUs Craig J. Webb 1,2 and Alan Gray 2 1 Acoustics Group, University of Edinburg

More information

Verifying Numerical Convergence Rates

Verifying Numerical Convergence Rates 1 Order of accuracy Verifying Numerical Convergence Rates We consider a numerical approximation of an exact value u. Te approximation depends on a small parameter, suc as te grid size or time step, and

More information

Optimized Data Indexing Algorithms for OLAP Systems

Optimized Data Indexing Algorithms for OLAP Systems Database Systems Journal vol. I, no. 2/200 7 Optimized Data Indexing Algoritms for OLAP Systems Lucian BORNAZ Faculty of Cybernetics, Statistics and Economic Informatics Academy of Economic Studies, Bucarest

More information

How To Ensure That An Eac Edge Program Is Successful

How To Ensure That An Eac Edge Program Is Successful Introduction Te Economic Diversification and Growt Enterprises Act became effective on 1 January 1995. Te creation of tis Act was to encourage new businesses to start or expand in Newfoundland and Labrador.

More information

Geometric Stratification of Accounting Data

Geometric Stratification of Accounting Data Stratification of Accounting Data Patricia Gunning * Jane Mary Horgan ** William Yancey *** Abstract: We suggest a new procedure for defining te boundaries of te strata in igly skewed populations, usual

More information

The modelling of business rules for dashboard reporting using mutual information

The modelling of business rules for dashboard reporting using mutual information 8 t World IMACS / MODSIM Congress, Cairns, Australia 3-7 July 2009 ttp://mssanz.org.au/modsim09 Te modelling of business rules for dasboard reporting using mutual information Gregory Calbert Command, Control,

More information

Research on the Anti-perspective Correction Algorithm of QR Barcode

Research on the Anti-perspective Correction Algorithm of QR Barcode Researc on te Anti-perspective Correction Algoritm of QR Barcode Jianua Li, Yi-Wen Wang, YiJun Wang,Yi Cen, Guoceng Wang Key Laboratory of Electronic Tin Films and Integrated Devices University of Electronic

More information

Instantaneous Rate of Change:

Instantaneous Rate of Change: Instantaneous Rate of Cange: Last section we discovered tat te average rate of cange in F(x) can also be interpreted as te slope of a scant line. Te average rate of cange involves te cange in F(x) over

More information

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function Lecture 10: Wat is a Function, definition, piecewise defined functions, difference quotient, domain of a function A function arises wen one quantity depends on anoter. Many everyday relationsips between

More information

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY ASA Section on Survey Researc Metods SAMPLE DESIG FOR TE TERRORISM RISK ISURACE PROGRAM SURVEY G. ussain Coudry, Westat; Mats yfjäll, Statisticon; and Marianne Winglee, Westat G. ussain Coudry, Westat,

More information

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions?

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions? Comparison between two approaces to overload control in a Real Server: local or ybrid solutions? S. Montagna and M. Pignolo Researc and Development Italtel S.p.A. Settimo Milanese, ITALY Abstract Tis wor

More information

Working Capital 2013 UK plc s unproductive 69 billion

Working Capital 2013 UK plc s unproductive 69 billion 2013 Executive summary 2. Te level of excess working capital increased 3. UK sectors acieve a mixed performance 4. Size matters in te supply cain 6. Not all companies are overflowing wit cas 8. Excess

More information

An inquiry into the multiplier process in IS-LM model

An inquiry into the multiplier process in IS-LM model An inquiry into te multiplier process in IS-LM model Autor: Li ziran Address: Li ziran, Room 409, Building 38#, Peing University, Beijing 00.87,PRC. Pone: (86) 00-62763074 Internet Address: jefferson@water.pu.edu.cn

More information

Schedulability Analysis under Graph Routing in WirelessHART Networks

Schedulability Analysis under Graph Routing in WirelessHART Networks Scedulability Analysis under Grap Routing in WirelessHART Networks Abusayeed Saifulla, Dolvara Gunatilaka, Paras Tiwari, Mo Sa, Cenyang Lu, Bo Li Cengjie Wu, and Yixin Cen Department of Computer Science,

More information

2 Limits and Derivatives

2 Limits and Derivatives 2 Limits and Derivatives 2.7 Tangent Lines, Velocity, and Derivatives A tangent line to a circle is a line tat intersects te circle at exactly one point. We would like to take tis idea of tangent line

More information

A New Cement to Glue Nonconforming Grids with Robin Interface Conditions: The Finite Element Case

A New Cement to Glue Nonconforming Grids with Robin Interface Conditions: The Finite Element Case A New Cement to Glue Nonconforming Grids wit Robin Interface Conditions: Te Finite Element Case Martin J. Gander, Caroline Japet 2, Yvon Maday 3, and Frédéric Nataf 4 McGill University, Dept. of Matematics

More information

Tangent Lines and Rates of Change

Tangent Lines and Rates of Change Tangent Lines and Rates of Cange 9-2-2005 Given a function y = f(x), ow do you find te slope of te tangent line to te grap at te point P(a, f(a))? (I m tinking of te tangent line as a line tat just skims

More information

Improved dynamic programs for some batcing problems involving te maximum lateness criterion A P M Wagelmans Econometric Institute Erasmus University Rotterdam PO Box 1738, 3000 DR Rotterdam Te Neterlands

More information

Area-Specific Recreation Use Estimation Using the National Visitor Use Monitoring Program Data

Area-Specific Recreation Use Estimation Using the National Visitor Use Monitoring Program Data United States Department of Agriculture Forest Service Pacific Nortwest Researc Station Researc Note PNW-RN-557 July 2007 Area-Specific Recreation Use Estimation Using te National Visitor Use Monitoring

More information

2.23 Gambling Rehabilitation Services. Introduction

2.23 Gambling Rehabilitation Services. Introduction 2.23 Gambling Reabilitation Services Introduction Figure 1 Since 1995 provincial revenues from gambling activities ave increased over 56% from $69.2 million in 1995 to $108 million in 2004. Te majority

More information

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12.

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12. Capter 6. Fluid Mecanics Notes: Most of te material in tis capter is taken from Young and Freedman, Cap. 12. 6.1 Fluid Statics Fluids, i.e., substances tat can flow, are te subjects of tis capter. But

More information

OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS

OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS New Developments in Structural Engineering and Construction Yazdani, S. and Sing, A. (eds.) ISEC-7, Honolulu, June 18-23, 2013 OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS JIALI FU 1, ERIK JENELIUS

More information

SHAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGHTS ON ELECTRICAL LOAD PATTERNS

SHAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGHTS ON ELECTRICAL LOAD PATTERNS CIRED Worksop - Rome, 11-12 June 2014 SAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGTS ON ELECTRICAL LOAD PATTERNS Diego Labate Paolo Giubbini Gianfranco Cicco Mario Ettorre Enel Distribuzione-Italy

More information

1. Case description. Best practice description

1. Case description. Best practice description 1. Case description Best practice description Tis case sows ow a large multinational went troug a bottom up organisational cange to become a knowledge-based company. A small community on knowledge Management

More information

Turbomachinery CFD on many-core platforms experiences and strategies

Turbomachinery CFD on many-core platforms experiences and strategies Turbomachinery CFD on many-core platforms experiences and strategies Graham Pullan Whittle Laboratory, Department of Engineering, University of Cambridge MUSAF Colloquium, CERFACS, Toulouse September 27-29

More information

Digital evolution Where next for the consumer facing business?

Digital evolution Where next for the consumer facing business? Were next for te consumer facing business? Cover 2 Digital tecnologies are powerful enablers and lie beind a combination of disruptive forces. Teir rapid continuous development demands a response from

More information

Distances in random graphs with infinite mean degrees

Distances in random graphs with infinite mean degrees Distances in random graps wit infinite mean degrees Henri van den Esker, Remco van der Hofstad, Gerard Hoogiemstra and Dmitri Znamenski April 26, 2005 Abstract We study random graps wit an i.i.d. degree

More information

A strong credit score can help you score a lower rate on a mortgage

A strong credit score can help you score a lower rate on a mortgage NET GAIN Scoring points for your financial future AS SEEN IN USA TODAY S MONEY SECTION, JULY 3, 2007 A strong credit score can elp you score a lower rate on a mortgage By Sandra Block Sales of existing

More information

Catalogue no. 12-001-XIE. Survey Methodology. December 2004

Catalogue no. 12-001-XIE. Survey Methodology. December 2004 Catalogue no. 1-001-XIE Survey Metodology December 004 How to obtain more information Specific inquiries about tis product and related statistics or services sould be directed to: Business Survey Metods

More information

FINITE DIFFERENCE METHODS

FINITE DIFFERENCE METHODS FINITE DIFFERENCE METHODS LONG CHEN Te best known metods, finite difference, consists of replacing eac derivative by a difference quotient in te classic formulation. It is simple to code and economic to

More information

To motivate the notion of a variogram for a covariance stationary process, { Ys ( ): s R}

To motivate the notion of a variogram for a covariance stationary process, { Ys ( ): s R} 4. Variograms Te covariogram and its normalized form, te correlogram, are by far te most intuitive metods for summarizing te structure of spatial dependencies in a covariance stationary process. However,

More information

Computer Science and Engineering, UCSD October 7, 1999 Goldreic-Levin Teorem Autor: Bellare Te Goldreic-Levin Teorem 1 Te problem We æx a an integer n for te lengt of te strings involved. If a is an n-bit

More information

Design and Analysis of a Fault-Tolerant Mechanism for a Server-Less Video-On-Demand System

Design and Analysis of a Fault-Tolerant Mechanism for a Server-Less Video-On-Demand System Design and Analysis of a Fault-olerant Mecanism for a Server-Less Video-On-Demand System Jack Y. B. Lee Department of Information Engineering e Cinese University of Hong Kong Satin, N.., Hong Kong Email:

More information

MATHEMATICAL MODELS OF LIFE SUPPORT SYSTEMS Vol. I - Mathematical Models for Prediction of Climate - Dymnikov V.P.

MATHEMATICAL MODELS OF LIFE SUPPORT SYSTEMS Vol. I - Mathematical Models for Prediction of Climate - Dymnikov V.P. MATHEMATICAL MODELS FOR PREDICTION OF CLIMATE Institute of Numerical Matematics, Russian Academy of Sciences, Moscow, Russia. Keywords: Modeling, climate system, climate, dynamic system, attractor, dimension,

More information

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade?

Can a Lump-Sum Transfer Make Everyone Enjoy the Gains. from Free Trade? Can a Lump-Sum Transfer Make Everyone Enjoy te Gains from Free Trade? Yasukazu Icino Department of Economics, Konan University June 30, 2010 Abstract I examine lump-sum transfer rules to redistribute te

More information

A system to monitor the quality of automated coding of textual answers to open questions

A system to monitor the quality of automated coding of textual answers to open questions Researc in Official Statistics Number 2/2001 A system to monitor te quality of automated coding of textual answers to open questions Stefania Maccia * and Marcello D Orazio ** Italian National Statistical

More information

OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS

OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS ERIC T. CHUNG AND BJÖRN ENGQUIST Abstract. In tis paper, we developed and analyzed a new class of discontinuous

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1 Copyrigt c Sanjoy Dasgupta Figure. (a) Te feasible region for a linear program wit two variables (see tet for details). (b) Contour lines of te objective function: for different values of (profit). Te

More information

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION Tis tutorial is essential pre-requisite material for anyone stuing mecanical engineering. Tis tutorial uses te principle of

More information

Unemployment insurance/severance payments and informality in developing countries

Unemployment insurance/severance payments and informality in developing countries Unemployment insurance/severance payments and informality in developing countries David Bardey y and Fernando Jaramillo z First version: September 2011. Tis version: November 2011. Abstract We analyze

More information

Tis Problem and Retail Inventory Management

Tis Problem and Retail Inventory Management Optimizing Inventory Replenisment of Retail Fasion Products Marsall Fiser Kumar Rajaram Anant Raman Te Warton Scool, University of Pennsylvania, 3620 Locust Walk, 3207 SH-DH, Piladelpia, Pennsylvania 19104-6366

More information

Analyzing the Effects of Insuring Health Risks:

Analyzing the Effects of Insuring Health Risks: Analyzing te Effects of Insuring Healt Risks: On te Trade-off between Sort Run Insurance Benefits vs. Long Run Incentive Costs Harold L. Cole University of Pennsylvania and NBER Soojin Kim University of

More information

Optimizing Desktop Virtualization Solutions with the Cisco UCS Storage Accelerator

Optimizing Desktop Virtualization Solutions with the Cisco UCS Storage Accelerator Optimizing Desktop Virtualization Solutions wit te Cisco UCS Accelerator Solution Brief February 2013 Higligts Delivers linear virtual desktop storage scalability wit consistent, predictable performance

More information

MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING

MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING 1 MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING This note is intended as a general guideline to setting up a standard MIKE 21 model for applications

More information

Open channel flow Basic principle

Open channel flow Basic principle Open channel flow Basic principle INTRODUCTION Flow in rivers, irrigation canals, drainage ditches and aqueducts are some examples for open channel flow. These flows occur with a free surface and the pressure

More information

Pre-trial Settlement with Imperfect Private Monitoring

Pre-trial Settlement with Imperfect Private Monitoring Pre-trial Settlement wit Imperfect Private Monitoring Mostafa Beskar University of New Hampsire Jee-Hyeong Park y Seoul National University July 2011 Incomplete, Do Not Circulate Abstract We model pretrial

More information

- 1 - Handout #22 May 23, 2012 Huffman Encoding and Data Compression. CS106B Spring 2012. Handout by Julie Zelenski with minor edits by Keith Schwarz

- 1 - Handout #22 May 23, 2012 Huffman Encoding and Data Compression. CS106B Spring 2012. Handout by Julie Zelenski with minor edits by Keith Schwarz CS106B Spring 01 Handout # May 3, 01 Huffman Encoding and Data Compression Handout by Julie Zelenski wit minor edits by Keit Scwarz In te early 1980s, personal computers ad ard disks tat were no larger

More information

Simultaneous Location of Trauma Centers and Helicopters for Emergency Medical Service Planning

Simultaneous Location of Trauma Centers and Helicopters for Emergency Medical Service Planning Simultaneous Location of Trauma Centers and Helicopters for Emergency Medical Service Planning Soo-Haeng Co Hoon Jang Taesik Lee Jon Turner Tepper Scool of Business, Carnegie Mellon University, Pittsburg,

More information

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms P. E. Vincent! Department of Aeronautics Imperial College London! 25 th March 2014 Overview Motivation Flux Reconstruction Many-Core

More information

Using Intelligent Agents to Discover Energy Saving Opportunities within Data Centers

Using Intelligent Agents to Discover Energy Saving Opportunities within Data Centers 1 Using Intelligent Agents to Discover Energy Saving Opportunities witin Data Centers Alexandre Mello Ferreira and Barbara Pernici Dipartimento di Elettronica, Informazione e Bioingegneria Politecnico

More information

ON LOCAL LIKELIHOOD DENSITY ESTIMATION WHEN THE BANDWIDTH IS LARGE

ON LOCAL LIKELIHOOD DENSITY ESTIMATION WHEN THE BANDWIDTH IS LARGE ON LOCAL LIKELIHOOD DENSITY ESTIMATION WHEN THE BANDWIDTH IS LARGE Byeong U. Park 1 and Young Kyung Lee 2 Department of Statistics, Seoul National University, Seoul, Korea Tae Yoon Kim 3 and Ceolyong Park

More information

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1)

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1) Insertion and Deletion in VL Trees Submitted in Partial Fulfillment of te Requirements for Dr. Eric Kaltofen s 66621: nalysis of lgoritms by Robert McCloskey December 14, 1984 1 ackground ccording to Knut

More information

SWITCH T F T F SELECT. (b) local schedule of two branches. (a) if-then-else construct A & B MUX. one iteration cycle

SWITCH T F T F SELECT. (b) local schedule of two branches. (a) if-then-else construct A & B MUX. one iteration cycle 768 IEEE RANSACIONS ON COMPUERS, VOL. 46, NO. 7, JULY 997 Compile-ime Sceduling of Dynamic Constructs in Dataæow Program Graps Soonoi Ha, Member, IEEE and Edward A. Lee, Fellow, IEEE Abstract Sceduling

More information

h Understanding the safe operating principles and h Gaining maximum benefit and efficiency from your h Evaluating your testing system's performance

h Understanding the safe operating principles and h Gaining maximum benefit and efficiency from your h Evaluating your testing system's performance EXTRA TM Instron Services Revolve Around You It is everyting you expect from a global organization Te global training centers offer a complete educational service for users of advanced materials testing

More information

FORCED AND NATURAL CONVECTION HEAT TRANSFER IN A LID-DRIVEN CAVITY

FORCED AND NATURAL CONVECTION HEAT TRANSFER IN A LID-DRIVEN CAVITY FORCED AND NATURAL CONVECTION HEAT TRANSFER IN A LID-DRIVEN CAVITY Guillermo E. Ovando Cacón UDIM, Instituto Tecnológico de Veracruz, Calzada Miguel Angel de Quevedo 2779, CP. 9860, Veracruz, Veracruz,

More information

Multigrid computational methods are

Multigrid computational methods are M ULTIGRID C OMPUTING Wy Multigrid Metods Are So Efficient Originally introduced as a way to numerically solve elliptic boundary-value problems, multigrid metods, and teir various multiscale descendants,

More information

For Sale By Owner Program. We can help with our for sale by owner kit that includes:

For Sale By Owner Program. We can help with our for sale by owner kit that includes: Dawn Coen Broker/Owner For Sale By Owner Program If you want to sell your ome By Owner wy not:: For Sale Dawn Coen Broker/Owner YOUR NAME YOUR PHONE # Look as professional as possible Be totally prepared

More information

Torchmark Corporation 2001 Third Avenue South Birmingham, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK

Torchmark Corporation 2001 Third Avenue South Birmingham, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK News Release Torcmark Corporation 2001 Tird Avenue Sout Birmingam, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK TORCHMARK CORPORATION REPORTS FOURTH QUARTER AND YEAR-END 2004 RESULTS

More information

Operation go-live! Mastering the people side of operational readiness

Operation go-live! Mastering the people side of operational readiness ! I 2 London 2012 te ultimate Up to 30% of te value of a capital programme can be destroyed due to operational readiness failures. 1 In te complex interplay between tecnology, infrastructure and process,

More information

UNIFORM FLOW. Key words Uniform flow; most economical cross-section; discharge; velocity; erosion; sedimentation

UNIFORM FLOW. Key words Uniform flow; most economical cross-section; discharge; velocity; erosion; sedimentation Capter UNIFORM FLOW.. Introduction.. Basic equations in uniform open-cannel flow.3. Most economical cross-section.4. Cannel wit compound cross-section.5. Permissible velocity against erosion and sedimentation

More information

Staffing and routing in a two-tier call centre. Sameer Hasija*, Edieal J. Pinker and Robert A. Shumsky

Staffing and routing in a two-tier call centre. Sameer Hasija*, Edieal J. Pinker and Robert A. Shumsky 8 Int. J. Operational Researc, Vol. 1, Nos. 1/, 005 Staffing and routing in a two-tier call centre Sameer Hasija*, Edieal J. Pinker and Robert A. Sumsky Simon Scool, University of Rocester, Rocester 1467,

More information

FINANCIAL SECTOR INEFFICIENCIES AND THE DEBT LAFFER CURVE

FINANCIAL SECTOR INEFFICIENCIES AND THE DEBT LAFFER CURVE INTERNATIONAL JOURNAL OF FINANCE AND ECONOMICS Int. J. Fin. Econ. 10: 1 13 (2005) Publised online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/ijfe.251 FINANCIAL SECTOR INEFFICIENCIES

More information

A Multigrid Tutorial part two

A Multigrid Tutorial part two A Multigrid Tutorial part two William L. Briggs Department of Matematics University of Colorado at Denver Van Emden Henson Center for Applied Scientific Computing Lawrence Livermore National Laboratory

More information

Haptic Manipulation of Virtual Materials for Medical Application

Haptic Manipulation of Virtual Materials for Medical Application Haptic Manipulation of Virtual Materials for Medical Application HIDETOSHI WAKAMATSU, SATORU HONMA Graduate Scool of Healt Care Sciences Tokyo Medical and Dental University, JAPAN wakamatsu.bse@tmd.ac.jp

More information

2.12 Student Transportation. Introduction

2.12 Student Transportation. Introduction Introduction Figure 1 At 31 Marc 2003, tere were approximately 84,000 students enrolled in scools in te Province of Newfoundland and Labrador, of wic an estimated 57,000 were transported by scool buses.

More information

Numerical simulation of floating bodies in extreme free surface waves

Numerical simulation of floating bodies in extreme free surface waves Nat. Hazards Eart Syst. Sci., 11, 519 527, 2011 www.nat-azards-eart-syst-sci.net/11/519/2011/ doi:10.5194/ness-11-519-2011 Autors 2011. CC Attribution 3.0 License. Natural Hazards and Eart System Sciences

More information

Chapter 11. Limits and an Introduction to Calculus. Selected Applications

Chapter 11. Limits and an Introduction to Calculus. Selected Applications Capter Limits and an Introduction to Calculus. Introduction to Limits. Tecniques for Evaluating Limits. Te Tangent Line Problem. Limits at Infinit and Limits of Sequences.5 Te Area Problem Selected Applications

More information

On a Satellite Coverage

On a Satellite Coverage I. INTRODUCTION On a Satellite Coverage Problem DANNY T. CHI Kodak Berkeley Researc Yu T. su National Ciao Tbng University Te eart coverage area for a satellite in an Eart syncronous orbit wit a nonzero

More information

The finite element immersed boundary method: model, stability, and numerical results

The finite element immersed boundary method: model, stability, and numerical results Te finite element immersed boundary metod: model, stability, and numerical results Lucia Gastaldi Università di Brescia ttp://dm.ing.unibs.it/gastaldi/ INdAM Worksop, Cortona, September 18, 2006 Joint

More information

Asymmetric Trade Liberalizations and Current Account Dynamics

Asymmetric Trade Liberalizations and Current Account Dynamics Asymmetric Trade Liberalizations and Current Account Dynamics Alessandro Barattieri January 15, 2015 Abstract Te current account deficits of Spain, Portugal and Greece are te result of large deficits in

More information

Dynamic Competitive Insurance

Dynamic Competitive Insurance Dynamic Competitive Insurance Vitor Farina Luz June 26, 205 Abstract I analyze long-term contracting in insurance markets wit asymmetric information and a finite or infinite orizon. Risk neutral firms

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

Predicting the behavior of interacting humans by fusing data from multiple sources

Predicting the behavior of interacting humans by fusing data from multiple sources Predicting te beavior of interacting umans by fusing data from multiple sources Erik J. Sclict 1, Ritcie Lee 2, David H. Wolpert 3,4, Mykel J. Kocenderfer 1, and Brendan Tracey 5 1 Lincoln Laboratory,

More information

On the Modeling and Simulation of Non-Hydrostatic Dam Break Flows

On the Modeling and Simulation of Non-Hydrostatic Dam Break Flows Computing and Visualization in Science manuscript No. (will be inserted by te editor) On te Modeling and Simulation of Non-ydrostatic Dam Break Flows Aleandre Caboussat,, Sébastien Boyaval, and Aleandre

More information

Chapter 5 Adaptive Mesh, Embedded Boundary Model for Flood Modeling

Chapter 5 Adaptive Mesh, Embedded Boundary Model for Flood Modeling in the Sacramento-San Joaquin Delta and Suisun Marsh June 2011 Chapter 5 Adaptive Mesh, Embedded Boundary Model for Flood Modeling Authors: Qiang Shu and Eli Ateljevich, Delta Modeling Section, Bay-Delta

More information

Cyber Epidemic Models with Dependences

Cyber Epidemic Models with Dependences Cyber Epidemic Models wit Dependences Maocao Xu 1, Gaofeng Da 2 and Souuai Xu 3 1 Department of Matematics, Illinois State University mxu2@ilstu.edu 2 Institute for Cyber Security, University of Texas

More information

THE ROLE OF LABOUR DEMAND ELASTICITIES IN TAX INCIDENCE ANALYSIS WITH HETEROGENEOUS LABOUR

THE ROLE OF LABOUR DEMAND ELASTICITIES IN TAX INCIDENCE ANALYSIS WITH HETEROGENEOUS LABOUR THE ROLE OF LABOUR DEMAND ELASTICITIES IN TAX INCIDENCE ANALYSIS WITH HETEROGENEOUS LABOUR Kesab Battarai 1,a and 1, a,b,c Jon Walley a Department of Economics, University of Warwick, Coventry, CV4 7AL,

More information

Note: Principal version Modification Modification Complete version from 1 October 2014 Business Law Corporate and Contract Law

Note: Principal version Modification Modification Complete version from 1 October 2014 Business Law Corporate and Contract Law Note: Te following curriculum is a consolidated version. It is legally non-binding and for informational purposes only. Te legally binding versions are found in te University of Innsbruck Bulletins (in

More information

Interactive comment on A simple 2-D inundation model for incorporating flood damage in urban drainage planning by A. Pathirana et al.

Interactive comment on A simple 2-D inundation model for incorporating flood damage in urban drainage planning by A. Pathirana et al. Hydrol. Earth Syst. Sci. Discuss., 5, C2756 C2764, 2010 www.hydrol-earth-syst-sci-discuss.net/5/c2756/2010/ Author(s) 2010. This work is distributed under the Creative Commons Attribute 3.0 License. Hydrology

More information

On Distributed Key Distribution Centers and Unconditionally Secure Proactive Verifiable Secret Sharing Schemes Based on General Access Structure

On Distributed Key Distribution Centers and Unconditionally Secure Proactive Verifiable Secret Sharing Schemes Based on General Access Structure On Distributed Key Distribution Centers and Unconditionally Secure Proactive Verifiable Secret Saring Scemes Based on General Access Structure (Corrected Version) Ventzislav Nikov 1, Svetla Nikova 2, Bart

More information

Referendum-led Immigration Policy in the Welfare State

Referendum-led Immigration Policy in the Welfare State Referendum-led Immigration Policy in te Welfare State YUJI TAMURA Department of Economics, University of Warwick, UK First version: 12 December 2003 Updated: 16 Marc 2004 Abstract Preferences of eterogeneous

More information

Multivariate time series analysis: Some essential notions

Multivariate time series analysis: Some essential notions Capter 2 Multivariate time series analysis: Some essential notions An overview of a modeling and learning framework for multivariate time series was presented in Capter 1. In tis capter, some notions on

More information

f(a + h) f(a) f (a) = lim

f(a + h) f(a) f (a) = lim Lecture 7 : Derivative AS a Function In te previous section we defined te derivative of a function f at a number a (wen te function f is defined in an open interval containing a) to be f (a) 0 f(a + )

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information

In other words the graph of the polynomial should pass through the points

In other words the graph of the polynomial should pass through the points Capter 3 Interpolation Interpolation is te problem of fitting a smoot curve troug a given set of points, generally as te grap of a function. It is useful at least in data analysis (interpolation is a form

More information

Training Robust Support Vector Regression via D. C. Program

Training Robust Support Vector Regression via D. C. Program Journal of Information & Computational Science 7: 12 (2010) 2385 2394 Available at ttp://www.joics.com Training Robust Support Vector Regression via D. C. Program Kuaini Wang, Ping Zong, Yaoong Zao College

More information

Investing in Roads: Pricing, Costs and New Capacity

Investing in Roads: Pricing, Costs and New Capacity Investing in Roads: Pricing, Costs and New Capacity Cristoper rcer Stepen Glaister Department of Civil and Environmental Engineering Imperial College London November 2006 Researc commissioned by te Independent

More information

Average and Instantaneous Rates of Change: The Derivative

Average and Instantaneous Rates of Change: The Derivative 9.3 verage and Instantaneous Rates of Cange: Te Derivative 609 OBJECTIVES 9.3 To define and find average rates of cange To define te derivative as a rate of cange To use te definition of derivative to

More information

Research on Risk Assessment of PFI Projects Based on Grid-fuzzy Borda Number

Research on Risk Assessment of PFI Projects Based on Grid-fuzzy Borda Number Researc on Risk Assessent of PFI Projects Based on Grid-fuzzy Borda Nuber LI Hailing 1, SHI Bensan 2 1. Scool of Arcitecture and Civil Engineering, Xiua University, Cina, 610039 2. Scool of Econoics and

More information

ANALYTICAL REPORT ON THE 2010 URBAN EMPLOYMENT UNEMPLOYMENT SURVEY

ANALYTICAL REPORT ON THE 2010 URBAN EMPLOYMENT UNEMPLOYMENT SURVEY THE FEDERAL DEMOCRATIC REPUBLIC OF ETHIOPIA CENTRAL STATISTICAL AGENCY ANALYTICAL REPORT ON THE 2010 URBAN EMPLOYMENT UNEMPLOYMENT SURVEY Addis Ababa December 2010 STATISTICAL BULLETIN TABLE OF CONTENT

More information

Shell and Tube Heat Exchanger

Shell and Tube Heat Exchanger Sell and Tube Heat Excanger MECH595 Introduction to Heat Transfer Professor M. Zenouzi Prepared by: Andrew Demedeiros, Ryan Ferguson, Bradford Powers November 19, 2009 1 Abstract 2 Contents Discussion

More information

Chapter 6 Tail Design

Chapter 6 Tail Design apter 6 Tail Design Moammad Sadraey Daniel Webster ollege Table of ontents apter 6... 74 Tail Design... 74 6.1. Introduction... 74 6.. Aircraft Trim Requirements... 78 6..1. Longitudinal Trim... 79 6...

More information

Staying in-between Music Technology in Higher Education

Staying in-between Music Technology in Higher Education Staying in-between Music Tecnology in Higer Education (Post-modern) Callenges and Opportunities for Music Tecnology Education Carola Boem Carola Boem Centre for Music Tecnology Department of Music Department

More information

A hybrid model of dynamic electricity price forecasting with emphasis on price volatility

A hybrid model of dynamic electricity price forecasting with emphasis on price volatility all times On a non-liquid market, te accuracy of a price A ybrid model of dynamic electricity price forecasting wit empasis on price volatility Marin Cerjan Abstract-- Accurate forecasting tools are essential

More information

CHAPTER TWO. f(x) Slope = f (3) = Rate of change of f at 3. x 3. f(1.001) f(1) Average velocity = 1.1 1 1.01 1. s(0.8) s(0) 0.8 0

CHAPTER TWO. f(x) Slope = f (3) = Rate of change of f at 3. x 3. f(1.001) f(1) Average velocity = 1.1 1 1.01 1. s(0.8) s(0) 0.8 0 CHAPTER TWO 2.1 SOLUTIONS 99 Solutions for Section 2.1 1. (a) Te average rate of cange is te slope of te secant line in Figure 2.1, wic sows tat tis slope is positive. (b) Te instantaneous rate of cange

More information

The Dynamics of Movie Purchase and Rental Decisions: Customer Relationship Implications to Movie Studios

The Dynamics of Movie Purchase and Rental Decisions: Customer Relationship Implications to Movie Studios Te Dynamics of Movie Purcase and Rental Decisions: Customer Relationsip Implications to Movie Studios Eddie Ree Associate Professor Business Administration Stoneill College 320 Wasington St Easton, MA

More information