Level-set based Topology Optimisation of Convectively Cooled Heatsinks

Size: px
Start display at page:

Download "Level-set based Topology Optimisation of Convectively Cooled Heatsinks"

Transcription

1 Level-set based Topology Optimisation of Convectively Cooled Heatsinks M. Santanakrisnan* 1, T. Tilford 1, C. Bailey 1 1.Department of Matematical Sciences, Te University of Greenwic, London, UK *m.santanakrisnan@greenwic.ac.uk Abstract: Te level set based topology optimisation tecnique is applied to optimise a 2D and 3D convectively cooled eatsink. Te approac is used to determine te design providing minimal termal compliance and minimal viscous dissipation. Te optimisation as been performed utilising te COMSOL multipysics for solution of pysics and sensitivity analysis and te MATLAB Livelink functionality for level set advection and reinitialisation. Tis paper describes te details of implementation, te topology optimisation model and presents results obtained using tis formulation. Keywords: Level set, Topology optimisation, Heat sink, Forced convection, Re-initialisation 1. Introduction A eat sink is a passive cooling device wic transfers te eat received from te eat source to adjacent fluid medium troug forced or natural convection. Many electronic devices, suc as CPU, GPU, power transistors and LEDs generate significant levels of eat energy wic must be efficiently dissipated in order to ensure reliable operation. Topological optimisation (TO) is a matematical approac tat optimises material layout witin a given design space, for a given set of constraints suc tat te resulting layout meets a prescribed set of performance objectives [1]. Te tecnique as primarily been used for structural optimisation problems but it is been applied to various pysical problems. Te two most prevalent TO approaces are density based metod and Level-set metods (LSM) [2], wit te latter preferred due to te ability to sarply capture inter-material interfaces. termal conductivity ratios for te objectives of minimum termal compliance (TC) and viscous dissipation (VD). Te rest of te paper details te LSM TO formulation in Section 2, Numerical Implementation in Section 3 and Computational details in Section 4. Results of te study and discussion are given in Section 5 and Conclusions are given in Section Level set based TO formulation Te seminal papers on LSM TO were written by Allaire [3] and Wang [4], were tey applied tis tecnique for te optimisation of structural members. Callis and Guest [5] applied tis tecnique for te optimisation of Stokes flow problems. Subsequently tis tecnique as been extended by many researcers to various fields. In tis tecnique, Signed Distance Function (SDF) is used as level set function (LSF). Positive SDF (ψ) is considered to represent solid and negative SDF is considered to represent fluid (Figure 1). Tis is enforced by te ersatz projection approac [3], using Heaviside function. = x Ω (boundary) ψ = { > x Ω + (Solid region) < x Ω (Fluid region) (1) COMSOL Multipysics software as been successfully used to apply LSM TO for design optimisation in a variety of pysical problems. In tis study we use COMSOL Multipysics solver combined wit MATLAB Livelink for performing te LSM TO wit re-initialisation of te level set functions at regular iteration intervals to enance accuracy. In tis study Two & Tree dimensional eat sinks will be developed for two different solid to fluid Figure 1 Design domain and level set function Brinkman s porosity term ( ) is used to differentiate solid and liquid and it is modelled as below. = ( max - min)*h + min (2) Were, H is Heaviside function, wic take unit value wen LSF is positive and takes zero value Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

2 wen LSF is negative and it as smoot transition between te two levels in order to enable differentiability. Derivative of Heaviside function is function wose expression is also given below. H(ψ) = (ψ ) 5 8 (ψ ) (ψ )5 (3) δ(ψ) = (1 (ψ )2 ) 2 (4) Were max =1e4 and min =.1 Evolution of te LSF represents evolution of sape and tis evolution wit respect to time is governed by Hamilton-Jacobi (HJ) equation, given in (5). Tis equation is marced in time to convect te LSF in te decreasing direction of objective value. Tis is done by taking te velocity of convection equal to sape sensitivity. G( ) i,j = { a = D x i,j = i,j i 1,j b = D x + i,j = i+1,j i,j c = D y i,j = i,j i,j 1 d = D y + i,j = i,j+1 i,j max ((a + ) 2, (b ) 2 ) + max ((c + ) 2, (d ) 2 ) 1 if i,j > max ((a ) 2, (b + ) 2 ) + max ((c ) 2, (d + ) 2 ) 1 if i,j < oterwise HJ equation: ψ t = V n ψ (5) N+1 i,j = N i,j Δt S ( i,j ) G( N i,j ) (8) Tis equation is solved using an explicit first order upwind sceme. Te time step for te marcing sould satisfy te CFL criterion for stability [3]. Every time te pysical problem is solved, te HJ equation is marced in time several time steps in order to obtain new sape or new level set function. Te MATLAB code (TOPLSM) written by Wang [6] demonstrates te various steps involved in level set based topology optimisation for simple structural mecanics problems. Te formulation of te approac requires te gradient of te LSF as to be unity. During LSM boundary convection tis gradient may vary from unity and result in in-accuracy of boundary definition. In order to overcome tis, te Eikonal equation (6) is solved to re-initialise te LSF [3]. Te unsteady equation is time marced till steady state is obtained, te steady state ensures te gradient of level set equals 1. ψ t + w. ψ = S(ψo) w = S(ψo) ψ ψ (6) Were S is smooted sign function S( )={ 1 1 i,j S( ) i,j = (7) 2 i,j +mes 2 Gradients calculated troug forward and backward difference formulas are used to solve te equation. Te difference formula used for time marcing is given below. 3. Numerical Implementation Te topology optimisation of eatsinks using Level set metod wit re-initialisation is implemented following te works of Liu [7], Kawamoto [8] and Deng [9]. Te works of Liu and Kawamoto describe te coupled LSM TO formulation witin COMSOL multipysics, wereas Deng as used COMSOL Multipysics for solving te pysics and MATLAB Livelink for solving te HJ equation and for reinitialisation. Te paper follows te approac of Deng [9] but applied to te callenge of eat sink design. Some of te notable works on eat sink design using topology optimisation are by Yoon [1], Alexanderson [11] using Density metod and works of Yaji [12] and Coffin [13] using Level set metod. Yaji designed liquid cannel cooled eat sinks and Coffin designed convectively cooled eat sinks using level set wit Extended Finite Element Metod geometry mapping. Te various steps involved in te process are given in Figure-2, in wic steps enclosed witin te dased line box are carried out in COMSOL Multipysics and rest of te steps are carried out in MATLAB Livelink. First, te design domain is initialised wit some initial guess of LSF in MATLAB and it is exported to COMSOL Multipysics. For te eat sink design, te points witin te design domain are differentiated into solid or fluid by interpolating te properties viz, termal conductivity, Cp, density and material impermeability. Tis in turn depends on te Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

3 sign of level set function and Heaviside function as given in Table-1. function is evolving, no accuracy will be lost due to interpolation. By solving te pysical problem in COMSOL, te sape sensitivity is calculated and ten it is retrieved in MATLAB Livelink using command mpeval, te syntax is given below. mpeval(model, 'sapesens','dataset','dset2','selection',3) were sapesens is te variable name, dset2 is dataset number and 3 is te design domain number. No-slip is imposed by initialising velocity equal to zero in solid regions i.e., were H equal to 1. For TC objective, te velocity term in te HJ equation (5) is equal to, Vn = [Kgam (( T x )2 + ( T y )2 + ( T z )2 ) + λ + (Volume difference)] (15) Figure 2 Level set topology optimisation procedure Name Kgam Cpgam gam Expression (Ks- Kf)*H + Kf (Cps- Cpf)*H + Cpf ( s- f)*h + f Table 1 Interpolation of termal properties Te eat sink optimisation problem for two different objectives are stated below. Objective TC: min Ω kgam ( T) 2 dω Objective VD: min μ ( u i ) 2 dω (9) Subjected to, Ω x j Cp(u. T) =. (k T) + Q (1) (. u) = (11) (u. u) = p +. {µ{ u + ( u) T }} u (12) H( )u= (13) Volume constraint =.4*Design volume (14) In order to import te LS in COMSOL from MATLAB, Interpolation Function is used. Since te mes remains same and only te level set Were te first term on te rigt and side denotes te sape sensitivity for te termal compliance objective, is te Lagrangian multiplier and is te area penalty factor. For VD objective, sape sensitivity is, 2 )) x i Vn =.5 μ (( u i ) + ( u j + λ + x j (Volume difference) (16) Te Lagrangian multiplier and Area penalty factor are updated as follows. λ k = λ k 1 Λ k 1 (Voume Difference) (17) Λ k = 1 β Λ k 1 (18) Te value of is.9, and te same value is used for all simulations irrespective of te objective of te study but value of Lagrangian multiplier, and te area penalty factor, are cosen differently for different objectives. Te reason for coosing different value is te difference in magnitude of te objective values. Suitable value of tese factors are cosen by trial and error metod. Te level sets are re-initialised at regular intervals (every 4 t iteration or 5 t iteration) to maintain teir slope. It is noted tat due to re-initialisation, te mean line of te boundary is sligtly moved or tere may be a pase lag. Level set distribution before and after re-initialisation at one instant is sown in Figure-3. Topology gradient term is not implemented in te algoritm so no new oles are nucleated in te design domain. Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

4 Te evolved level sets are again feedback to te COMSOL Multipysics and tis procedure is repeated till convergence Pi Pi.6.15 Pi.8 Pi and a eat flux of 7W/m 2 is specified as eat source in te bottom wall and zero pressure boundary condition is applied at te outlet. TO is carried out for two different material sets i.e., fluid to solid conductivity ratios. Te material properties are given in Table-2. Parameter Value K f /K s.1 &.1 f / s 1/892 Cp f /Cp s 4184/385 Table 2 Material properties Computational domain used for 3D study is sown in Figure-5. Te computational domain considered is 1 quadrant of te total domain, making use of symmetry boundary condition on te two sides. Te design domain is a cube of side.1m lengt and it is discretised by 43x43x43 mes elements. Heat flux of 1W/m 2 is applied at te bottom corner of area 1.353e-4 m 2 of te design domain base and a fluid flow of velocity 4e-5m/s is applied at te top surface of te computational domain. Te volume fraction of solid material is constrained at 25% Figure 3 Level set function before and after reinitialisation 4. Computational details Design domain is rectangular in sape, wit eat source at te bottom of te domain and liquid convection injected from te top of computational domain as sown in Figure-4. Te two sides of te computation domain act as outlet. Figure 5 Tree dimensional computational domain Figure 4 Computational domain details Te design domain is discretised wit 15x5 rectangular elements. Te initial level set used for te computation is series of circles. Te level set function is evolved on a grid mes wit gost elements, tese elements surround te 4 sides of design domain. Heat transfer in fluids and Laminar flow modules of COMSOL are used for computation. A liquid flow of velocity.2m/s and temperature 293K is applied at te Inlet. Te inlet velocity corresponds to a Reynolds number of 6 Linear elements or discretisation is used for bot velocity and pressure along wit stream wise diffusion stabilization for finite element solution. In two dimensional case, governing equations are solved in coupled way and for tree dimensional case equations are solved in segregated way. Simulation meeting te area constraint and te objective not varying significantly is considered as converged. 5. Results and Discussion Considering only TC as objective, TO is carried out for 2 fluid to solid conductivity ratios k f/k s=.1 and.1. Since te flow Reynolds numbers are low (Re6), it is expected tat at least for later case, te convective eat transfer will play a comparable role to conduction. Results obtained are given in Section Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

5 5.1 and 5.2 and later section describe te result for VD minimisation case and combination of TC and VD objectives. 5.1 Heat sink of iger solid conductivity k f/k s=.1 case: Te optimized sape for iger solid termal conductivity case, resemble like a tree sape and it is sown in Figure-6. Temperature is uniformly distributed trougout te design domain expect near te periperies. Convergence of Lagrange Multiplier, Area difference and Termal compliance are sown in Figure Heat sink of lower solid conductivity k f/k s=.1 case: Te optimized sape and te temperature distribution witin te design domain are sown in Figure-8. Unlike te ig solid conductivity case, tis doesn t ave many brances but te primary branc connects te eat flux wit te corners of te design domain. Te objective and Maximum temperature observed in te design domain are given in Table-3. Figure 6 Level set and Temperature (K) distribution Figure 8 Optimized sape for termal compliance (Kf/ks=.1) and Temperature (K) distribution Kf/Ks Maximum Termal Temperature Compliance(WK/m) (K) Table 3 Results of minimum termal compliance objective optimisations 5.3 Combined TC and VD For tis case, te objective for te topology optimisation problem is defined as, Objective = F1* TC + F2* VD (19) Figure 7 Convergence History Were F1 and F2 are factors and wen F1 is equal to zero, te optimisation becomes pure VD minimisation problem and wen F2 is zero it becomes TC minimisation problem. Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

6 Before optimising te eat sink for combined termal compliance and viscous dissipation, an optimisation is carried out for pure VD minimisation case. Te optimised sape and te velocity field in te design domain are sown in Figure -9. Figure 9 Optimised sape for minimum viscous dissipation and Velocity (m/s) contour Te VD magnitude is many order lower tan TC, as te fluid viscosity (1.2e-3Pa.s) and Re are low. Hence for combined objectives run, F1 is taken as 1e-9 and F2 as 1, so tat bot te objectives will influence te optimization. Optimized sape obtained is sown in Figure-1. In order to allow te smoot flow passage, branced structure as canged into a rectangular block on top of eat source and two islet of solid region acting like a guide vane for te incoming flow. Optimized sape along wit velocity and Temperature contour are given Figure-1. Figure 1 Results of combined TC and VD optimisation, sape, velocity (m/s) and Temperature (K) contour 5.4 Tree dimensional Heat sink A tree dimensional eat sink is optimised for TC objective for conductivity ratio of k f/k s=.1 subjected to laminar forced convection of Re=8. Heat sink sape, velocity and temperature distribution are given in Figure-11, 12. (F1,F2) Termal Compliance (WK/m) Viscous Dissipation (N/s) (, 1) e-8 (1e-9,1) e-8 Table 4 Combined TC and VD optimisation results Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

7 Figure 11 Top view of full (symmetrised) optimised eat sink Figure 12 Velocity (m/s) and Temperature (K) distribution in te design domain 5.5 Discussion Te eat sink sapes obtained for iger solid conductivity case agrees wit te tree like sape reported in literature. Because of te reduced termal conductivity, brances are missing in te low solid conductivity case, wic is understandable. Similarly for te combined TC and VD minimisation case, te optimiser tried to avoid sarp canges in temperature and velocity trougout te domain. Te 3D eat sink as a primary branc extending to te opposite diagonal and oter small brances extend in different directions and te branc tip ends wit bulb like mass. Te structure also as isolated/disconnected regions. Te symmetry boundary condition used during optimisation needs validation as it as not worked well for 2D cases. 6. Conclusions Level set based topology optimisation is applied to te design of 2D and 3D convectively cooled eat sinks for different material sets. In tis formulation, evolution and re-initialization of level set is carried out in MATLAB Livelink wile pysics is solved in COMSOL Multipysics. Tis formulation ensure crisp boundary capture and no-slip condition also applied on te solid boundaries. Heat sink sape obtained for 2D and 3D iger solid conductivity case agree wit tree like/dendritic sape. Te symmetry boundary condition used during 3D optimisation needs validation, tis will be taken as future work. Also, extending tis tecnique to industrial Reynolds number and for various oter application is also planned in future. 7. References 1. Bendsoe MP, Kikuci N, Generating optimal topologies in structural design using a omogenization metod. Comput Metods Appl Mec Eng 71(2): (1988) 2. Sigmund, O. and Maute, K., Topology optimisation approaces: A comparative review, Structural and Multidisciplinary Optimisation, vol 48, pp (213) 3. Allaire G, Jouve F, Toader A-M, Structural optimization using sensitivity analysis and a levelset metod. J Computational Pys 194(1): (24) 4. Wang MY, Wang X, Guo D. A level set metod for structural topology optimization. Computer Metods in Applied Mecanics and Engineering, 192: (23) 5. Callis V, Guest JK, Level set topology optimization of fluids in Stokes flow. Int J Numerical Metods Engg 79(1): (29) 6. TOPLSM199 Matlab code written by MY Wang et.al: ttp://www2.acae.cuk.edu.k/ ~cmdl/download.tm 7. Z. Liu, J.G. Korvink, R. Huang, Structure topology optimization: fully coupled level set metod via FEMLAB, Structural and Multidisciplinary Optimization, Vol 29, pp (25) 8. Kawamoto, T.Matsumori, T.Nomura, T.Kondo, S. Yamasaki and S. Nisiwaki, Topology optimization by a time dependent diffusion equation, Int Jrnal for Numerical metods in Engineering, 93: (213) 9. Yongbo Deng, Z Liu, J Wu, Y Wu, Topology optimization of steady Navier Stokes flow wit body force, Computer metods Applied Mecanical Engineering, 255, (213) 1. Yoon GH. Topological design of eat dissipating structure wit forced convective eat transfer. Journal of Mecanical Science and Tecnology, 24(6): (21) 11. Joe Alexandersen, Niels Aage, Casper Scousboe Andreasen and Ole Sigmund, Topology optimization for natural convection problem, Int. J. for numerical metods in fluids, :1-23 (213) 12. Kentaro Yaji, Takayuki Yamada, Seiji Kubo, Sinji Nisiwaki, A topology optimization metod for a coupled termal-fluid problem using level set boundary expressions, Int Jrnal of Heat and Mass transfer 81,pp , (215) 13. Peter Coffin, Kurt Maute, Level set topology optimization of cooling and eating devices using a simplified convection model, Structural and multidisciplinary optimization, 53(5), pp (216) 8. Acknowledgements Te autor would like to express gratitude for financial support from te University of Greenwic for sponsoring tis work as part of a PD study. Excerpt from te Proceedings of te 217 COMSOL Conference in Rotterdam

Chapter 5 FINITE DIFFERENCE METHOD (FDM)

Chapter 5 FINITE DIFFERENCE METHOD (FDM) MEE7 Computer Modeling Tecniques in Engineering Capter 5 FINITE DIFFERENCE METHOD (FDM) 5. Introduction to FDM Te finite difference tecniques are based upon approximations wic permit replacing differential

More information

Journal of Applied Science and Agriculture. The Effects Of Corrugated Geometry On Flow And Heat Transfer In Corrugated Channel Using Nanofluid

Journal of Applied Science and Agriculture. The Effects Of Corrugated Geometry On Flow And Heat Transfer In Corrugated Channel Using Nanofluid Journal o Applied Science and Agriculture, 9() February 04, Pages: 408-47 AENSI Journals Journal o Applied Science and Agriculture ISSN 86-9 Journal ome page: www.aensiweb.com/jasa/index.tml Te Eects O

More information

Effects of Radiation on Unsteady Couette Flow between Two Vertical Parallel Plates with Ramped Wall Temperature

Effects of Radiation on Unsteady Couette Flow between Two Vertical Parallel Plates with Ramped Wall Temperature Volume 39 No. February 01 Effects of Radiation on Unsteady Couette Flow between Two Vertical Parallel Plates wit Ramped Wall Temperature S. Das Department of Matematics University of Gour Banga Malda 73

More information

The entransy dissipation minimization principle under given heat duty and heat transfer area conditions

The entransy dissipation minimization principle under given heat duty and heat transfer area conditions Article Engineering Termopysics July 2011 Vol.56 No.19: 2071 2076 doi: 10.1007/s11434-010-4189-x SPECIAL TOPICS: Te entransy dissipation minimization principle under given eat duty and eat transfer area

More information

Jian-Guo Liu 1 and Chi-Wang Shu 2

Jian-Guo Liu 1 and Chi-Wang Shu 2 Journal of Computational Pysics 60, 577 596 (000) doi:0.006/jcp.000.6475, available online at ttp://www.idealibrary.com on Jian-Guo Liu and Ci-Wang Su Institute for Pysical Science and Tecnology and Department

More information

Experimental Analysis of Heat Transfer Augmentation in Double Pipe Heat Exchanger using Tangential Entry of Fluid

Experimental Analysis of Heat Transfer Augmentation in Double Pipe Heat Exchanger using Tangential Entry of Fluid ISR Journal of Mecanical & Civil Engineering (ISRJMCE) e-issn: 2278-1684,p-ISSN: 2320-334X PP 29-34 www.iosrjournals.org Experimental Analysis of Heat Transfer Augmentation in Double Pipe Heat Excanger

More information

Parameter Fitted Scheme for Singularly Perturbed Delay Differential Equations

Parameter Fitted Scheme for Singularly Perturbed Delay Differential Equations International Journal of Applied Science and Engineering 2013. 11, 4: 361-373 Parameter Fitted Sceme for Singularly Perturbed Delay Differential Equations Awoke Andargiea* and Y. N. Reddyb a b Department

More information

Optimal Shape Design of a Two-dimensional Asymmetric Diffsuer in Turbulent Flow

Optimal Shape Design of a Two-dimensional Asymmetric Diffsuer in Turbulent Flow THE 5 TH ASIAN COMPUTAITIONAL FLUID DYNAMICS BUSAN, KOREA, OCTOBER 7 ~ OCTOBER 30, 003 Optimal Sape Design of a Two-dimensional Asymmetric Diffsuer in Turbulent Flow Seokyun Lim and Haeceon Coi. Center

More information

A method of Lagrange Galerkin of second order in time. Une méthode de Lagrange Galerkin d ordre deux en temps

A method of Lagrange Galerkin of second order in time. Une méthode de Lagrange Galerkin d ordre deux en temps A metod of Lagrange Galerkin of second order in time Une métode de Lagrange Galerkin d ordre deux en temps Jocelyn Étienne a a DAMTP, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA, Great-Britain.

More information

Simulation and verification of a plate heat exchanger with a built-in tap water accumulator

Simulation and verification of a plate heat exchanger with a built-in tap water accumulator Simulation and verification of a plate eat excanger wit a built-in tap water accumulator Anders Eriksson Abstract In order to test and verify a compact brazed eat excanger (CBE wit a built-in accumulation

More information

A = h w (1) Error Analysis Physics 141

A = h w (1) Error Analysis Physics 141 Introduction In all brances of pysical science and engineering one deals constantly wit numbers wic results more or less directly from experimental observations. Experimental observations always ave inaccuracies.

More information

Numerical Differentiation

Numerical Differentiation Numerical Differentiation Finite Difference Formulas for te first derivative (Using Taylor Expansion tecnique) (section 8.3.) Suppose tat f() = g() is a function of te variable, and tat as 0 te function

More information

FEM solution of the ψ-ω equations with explicit viscous diffusion 1

FEM solution of the ψ-ω equations with explicit viscous diffusion 1 FEM solution of te ψ-ω equations wit explicit viscous diffusion J.-L. Guermond and L. Quartapelle 3 Abstract. Tis paper describes a variational formulation for solving te D time-dependent incompressible

More information

Study of Convective Heat Transfer through Micro Channels with Different Configurations

Study of Convective Heat Transfer through Micro Channels with Different Configurations International Journal of Current Engineering and Tecnology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rigts Reserved Available at ttp://inpressco.com/category/ijcet Researc Article Study of

More information

AN EFFICIENT AND ROBUST METHOD FOR SIMULATING TWO-PHASE GEL DYNAMICS

AN EFFICIENT AND ROBUST METHOD FOR SIMULATING TWO-PHASE GEL DYNAMICS AN EFFICIENT AND ROBUST METHOD FOR SIMULATING TWO-PHASE GEL DYNAMICS GRADY B. WRIGHT, ROBERT D. GUY, AND AARON L. FOGELSON Abstract. We develop a computational metod for simulating models of gel dynamics

More information

CFD calculation of convective heat transfer coefficients and validation Part I: Laminar flow Neale, A.; Derome, D.; Blocken, B.; Carmeliet, J.E.

CFD calculation of convective heat transfer coefficients and validation Part I: Laminar flow Neale, A.; Derome, D.; Blocken, B.; Carmeliet, J.E. CFD calculation of convective eat transfer coefficients and validation Part I: Laminar flow Neale, A.; Derome, D.; Blocken, B.; Carmeliet, J.E. Publised in: IEA Annex 41 working meeting, Kyoto, Japan Publised:

More information

1. Introduction. We consider the model problem: seeking an unknown function u satisfying

1. Introduction. We consider the model problem: seeking an unknown function u satisfying A DISCONTINUOUS LEAST-SQUARES FINITE ELEMENT METHOD FOR SECOND ORDER ELLIPTIC EQUATIONS XIU YE AND SHANGYOU ZHANG Abstract In tis paper, a discontinuous least-squares (DLS) finite element metod is introduced

More information

New Streamfunction Approach for Magnetohydrodynamics

New Streamfunction Approach for Magnetohydrodynamics New Streamfunction Approac for Magnetoydrodynamics Kab Seo Kang Brooaven National Laboratory, Computational Science Center, Building 63, Room, Upton NY 973, USA. sang@bnl.gov Summary. We apply te finite

More information

A First-Order System Approach for Diffusion Equation. I. Second-Order Residual-Distribution Schemes

A First-Order System Approach for Diffusion Equation. I. Second-Order Residual-Distribution Schemes A First-Order System Approac for Diffusion Equation. I. Second-Order Residual-Distribution Scemes Hiroaki Nisikawa W. M. Keck Foundation Laboratory for Computational Fluid Dynamics, Department of Aerospace

More information

HT TURBULENT NATURAL CONVECTION IN A DIFFERENTIALLY HEATED VERTICAL CHANNEL. Proceedings of 2008 ASME Summer Heat Transfer Conference HT2008

HT TURBULENT NATURAL CONVECTION IN A DIFFERENTIALLY HEATED VERTICAL CHANNEL. Proceedings of 2008 ASME Summer Heat Transfer Conference HT2008 Proceedings of 2008 ASME Summer Heat Transfer Conference HT2008 August 10-14, 2008, Jacksonville, Florida USA Proceedings of HT2008 2008 ASME Summer Heat Transfer Conference August 10-14, 2008, Jacksonville,

More information

A Modified Distributed Lagrange Multiplier/Fictitious Domain Method for Particulate Flows with Collisions

A Modified Distributed Lagrange Multiplier/Fictitious Domain Method for Particulate Flows with Collisions A Modified Distributed Lagrange Multiplier/Fictitious Domain Metod for Particulate Flows wit Collisions P. Sing Department of Mecanical Engineering New Jersey Institute of Tecnology University Heigts Newark,

More information

Exercise 19 - OLD EXAM, FDTD

Exercise 19 - OLD EXAM, FDTD Exercise 19 - OLD EXAM, FDTD A 1D wave propagation may be considered by te coupled differential equations u x + a v t v x + b u t a) 2 points: Derive te decoupled differential equation and give c in terms

More information

Large eddy simulation of turbulent flow downstream of a backward-facing step

Large eddy simulation of turbulent flow downstream of a backward-facing step Available online at www.sciencedirect.com Procedia Engineering 31 (01) 16 International Conference on Advances in Computational Modeling and Simulation Large eddy simulation of turbulent flow downstream

More information

Exam in Fluid Mechanics SG2214

Exam in Fluid Mechanics SG2214 Exam in Fluid Mecanics G2214 Final exam for te course G2214 23/10 2008 Examiner: Anders Dalkild Te point value of eac question is given in parentesis and you need more tan 20 points to pass te course including

More information

arxiv: v3 [math.na] 15 Dec 2009

arxiv: v3 [math.na] 15 Dec 2009 THE NAVIER-STOKES-VOIGHT MODEL FOR IMAGE INPAINTING M.A. EBRAHIMI, MICHAEL HOLST, AND EVELYN LUNASIN arxiv:91.4548v3 [mat.na] 15 Dec 9 ABSTRACT. In tis paper we investigate te use of te D Navier-Stokes-Voigt

More information

A Polynomial Adaptive LCP Scheme for Viscous Compressible Flows

A Polynomial Adaptive LCP Scheme for Viscous Compressible Flows A Polynomial Adaptive LCP Sceme for Viscous Compressible Flows J.S. Cagnone, B.C. Vermeire, and S.. Nadaraja Department of Mecanical Engineering, McGill University, Montreal, Canada, H3A 2S6 Email: jean-sebastien.cagnone@mail.mcgill.ca

More information

The Laplace equation, cylindrically or spherically symmetric case

The Laplace equation, cylindrically or spherically symmetric case Numerisce Metoden II, 7 4, und Übungen, 7 5 Course Notes, Summer Term 7 Some material and exercises Te Laplace equation, cylindrically or sperically symmetric case Electric and gravitational potential,

More information

Polynomial Interpolation

Polynomial Interpolation Capter 4 Polynomial Interpolation In tis capter, we consider te important problem of approximatinga function fx, wose values at a set of distinct points x, x, x,, x n are known, by a polynomial P x suc

More information

CFD calculation of convective heat transfer coefficients and validation Part I: Laminar flow. Annex 41 Kyoto, April 3 rd to 5 th, 2006

CFD calculation of convective heat transfer coefficients and validation Part I: Laminar flow. Annex 41 Kyoto, April 3 rd to 5 th, 2006 CFD calculation of convective eat transfer coefficients and validation Part I: Laminar flow Annex 41 Kyoto, April 3 rd to 5 t, 2006 Adam Neale 1, Dominique Derome 1, Bert Blocken 2 and Jan Carmeliet 2,3

More information

Advancements In Finite Element Methods For Newtonian And Non-Newtonian Flows

Advancements In Finite Element Methods For Newtonian And Non-Newtonian Flows Clemson University TigerPrints All Dissertations Dissertations 8-3 Advancements In Finite Element Metods For Newtonian And Non-Newtonian Flows Keit Galvin Clemson University, kjgalvi@clemson.edu Follow

More information

arxiv: v1 [math.na] 3 Nov 2011

arxiv: v1 [math.na] 3 Nov 2011 arxiv:.983v [mat.na] 3 Nov 2 A Finite Difference Gost-cell Multigrid approac for Poisson Equation wit mixed Boundary Conditions in Arbitrary Domain Armando Coco, Giovanni Russo November 7, 2 Abstract In

More information

Implicit Multigrid Computations of Buoyant Drops Through Sinusoidal Constrictions

Implicit Multigrid Computations of Buoyant Drops Through Sinusoidal Constrictions Metin Muradoglu 1 Department of Mecanical Engineering, Koc University, Rumelifeneri Yolu, Sariyer, Istanbul 34450, Turkey e-mail: mmuradoglu@ku.edu.tr Seckin Gokaltun 2 Computational Science and Engineering

More information

5 Ordinary Differential Equations: Finite Difference Methods for Boundary Problems

5 Ordinary Differential Equations: Finite Difference Methods for Boundary Problems 5 Ordinary Differential Equations: Finite Difference Metods for Boundary Problems Read sections 10.1, 10.2, 10.4 Review questions 10.1 10.4, 10.8 10.9, 10.13 5.1 Introduction In te previous capters we

More information

Dedicated to the 70th birthday of Professor Lin Qun

Dedicated to the 70th birthday of Professor Lin Qun Journal of Computational Matematics, Vol.4, No.3, 6, 4 44. ACCELERATION METHODS OF NONLINEAR ITERATION FOR NONLINEAR PARABOLIC EQUATIONS Guang-wei Yuan Xu-deng Hang Laboratory of Computational Pysics,

More information

SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY

SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY (Section 3.2: Derivative Functions and Differentiability) 3.2.1 SECTION 3.2: DERIVATIVE FUNCTIONS and DIFFERENTIABILITY LEARNING OBJECTIVES Know, understand, and apply te Limit Definition of te Derivative

More information

Desalination by vacuum membrane distillation: sensitivity analysis

Desalination by vacuum membrane distillation: sensitivity analysis Separation and Purification Tecnology 33 (2003) 75/87 www.elsevier.com/locate/seppur Desalination by vacuum membrane distillation: sensitivity analysis Fawzi Banat *, Fami Abu Al-Rub, Kalid Bani-Melem

More information

Research Article Cubic Spline Iterative Method for Poisson s Equation in Cylindrical Polar Coordinates

Research Article Cubic Spline Iterative Method for Poisson s Equation in Cylindrical Polar Coordinates International Scolarly Researc Network ISRN Matematical Pysics Volume 202, Article ID 2456, pages doi:0.5402/202/2456 Researc Article Cubic Spline Iterative Metod for Poisson s Equation in Cylindrical

More information

1.72, Groundwater Hydrology Prof. Charles Harvey Lecture Packet #9: Numerical Modeling of Groundwater Flow

1.72, Groundwater Hydrology Prof. Charles Harvey Lecture Packet #9: Numerical Modeling of Groundwater Flow 1.7, Groundwater Hydrology Prof. Carles Harvey Lecture Packet #9: Numerical Modeling of Groundwater Flow Simulation: Te prediction of quantities of interest (dependent variables) based upon an equation

More information

Fabric Evolution and Its Effect on Strain Localization in Sand

Fabric Evolution and Its Effect on Strain Localization in Sand Fabric Evolution and Its Effect on Strain Localization in Sand Ziwei Gao and Jidong Zao Abstract Fabric anisotropy affects importantly te overall beaviour of sand including its strengt and deformation

More information

Polynomial Interpolation

Polynomial Interpolation Capter 4 Polynomial Interpolation In tis capter, we consider te important problem of approximating a function f(x, wose values at a set of distinct points x, x, x 2,,x n are known, by a polynomial P (x

More information

Lecture 15. Interpolation II. 2 Piecewise polynomial interpolation Hermite splines

Lecture 15. Interpolation II. 2 Piecewise polynomial interpolation Hermite splines Lecture 5 Interpolation II Introduction In te previous lecture we focused primarily on polynomial interpolation of a set of n points. A difficulty we observed is tat wen n is large, our polynomial as to

More information

Flavius Guiaş. X(t + h) = X(t) + F (X(s)) ds.

Flavius Guiaş. X(t + h) = X(t) + F (X(s)) ds. Numerical solvers for large systems of ordinary differential equations based on te stocastic direct simulation metod improved by te and Runge Kutta principles Flavius Guiaş Abstract We present a numerical

More information

radiation damage 318 doi: /s J. Synchrotron Rad. (2005). 12, Introduction

radiation damage 318 doi: /s J. Synchrotron Rad. (2005). 12, Introduction Journal of Syncrotron Radiation ISSN 0909-0495 Received 3 Marc 2004 Accepted 5 January 2005 Tree-dimensional numerical analysis of convection and conduction cooling of sperical biocrystals wit localized

More information

Fourier Type Super Convergence Study on DDGIC and Symmetric DDG Methods

Fourier Type Super Convergence Study on DDGIC and Symmetric DDG Methods DOI 0.007/s095-07-048- Fourier Type Super Convergence Study on DDGIC and Symmetric DDG Metods Mengping Zang Jue Yan Received: 7 December 06 / Revised: 7 April 07 / Accepted: April 07 Springer Science+Business

More information

Superconvergence of energy-conserving discontinuous Galerkin methods for. linear hyperbolic equations. Abstract

Superconvergence of energy-conserving discontinuous Galerkin methods for. linear hyperbolic equations. Abstract Superconvergence of energy-conserving discontinuous Galerkin metods for linear yperbolic equations Yong Liu, Ci-Wang Su and Mengping Zang 3 Abstract In tis paper, we study superconvergence properties of

More information

Optimal parameters for a hierarchical grid data structure for contact detection in arbitrarily polydisperse particle systems

Optimal parameters for a hierarchical grid data structure for contact detection in arbitrarily polydisperse particle systems Comp. Part. Mec. 04) :357 37 DOI 0.007/s4057-04-000-9 Optimal parameters for a ierarcical grid data structure for contact detection in arbitrarily polydisperse particle systems Dinant Krijgsman Vitaliy

More information

Finite Difference Methods Assignments

Finite Difference Methods Assignments Finite Difference Metods Assignments Anders Söberg and Aay Saxena, Micael Tuné, and Maria Westermarck Revised: Jarmo Rantakokko June 6, 1999 Teknisk databeandling Assignment 1: A one-dimensional eat equation

More information

Chapters 19 & 20 Heat and the First Law of Thermodynamics

Chapters 19 & 20 Heat and the First Law of Thermodynamics Capters 19 & 20 Heat and te First Law of Termodynamics Te Zerot Law of Termodynamics Te First Law of Termodynamics Termal Processes Te Second Law of Termodynamics Heat Engines and te Carnot Cycle Refrigerators,

More information

arxiv: v1 [physics.flu-dyn] 3 Jun 2015

arxiv: v1 [physics.flu-dyn] 3 Jun 2015 A Convective-like Energy-Stable Open Boundary Condition for Simulations of Incompressible Flows arxiv:156.132v1 [pysics.flu-dyn] 3 Jun 215 S. Dong Center for Computational & Applied Matematics Department

More information

Simulations of the turbulent channel flow at Re τ = 180 with projection-based finite element variational multiscale methods

Simulations of the turbulent channel flow at Re τ = 180 with projection-based finite element variational multiscale methods INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Met. Fluids 7; 55:47 49 Publised online 4 Marc 7 in Wiley InterScience (www.interscience.wiley.com). DOI:./fld.46 Simulations of te

More information

Third order Approximation on Icosahedral Great Circle Grids on the Sphere. J. Steppeler, P. Ripodas DWD Langen 2006

Third order Approximation on Icosahedral Great Circle Grids on the Sphere. J. Steppeler, P. Ripodas DWD Langen 2006 Tird order Approximation on Icosaedral Great Circle Grids on te Spere J. Steppeler, P. Ripodas DWD Langen 2006 Deasirable features of discretisation metods on te spere Great circle divisions of te spere:

More information

Chapter 4: Numerical Methods for Common Mathematical Problems

Chapter 4: Numerical Methods for Common Mathematical Problems 1 Capter 4: Numerical Metods for Common Matematical Problems Interpolation Problem: Suppose we ave data defined at a discrete set of points (x i, y i ), i = 0, 1,..., N. Often it is useful to ave a smoot

More information

Introduction to Derivatives

Introduction to Derivatives Introduction to Derivatives 5-Minute Review: Instantaneous Rates and Tangent Slope Recall te analogy tat we developed earlier First we saw tat te secant slope of te line troug te two points (a, f (a))

More information

How to Find the Derivative of a Function: Calculus 1

How to Find the Derivative of a Function: Calculus 1 Introduction How to Find te Derivative of a Function: Calculus 1 Calculus is not an easy matematics course Te fact tat you ave enrolled in suc a difficult subject indicates tat you are interested in te

More information

Solving Poisson s equations by the Discrete Least Square meshless method

Solving Poisson s equations by the Discrete Least Square meshless method Boundary Elements and Oter Mes eduction Metods XXV 3 Solving Poisson s equations by te Discrete Least Square mesless metod H. Arzani & M. H. Afsar Said aaee University, Lavizan, eran, ran Department of

More information

Problem Solving. Problem Solving Process

Problem Solving. Problem Solving Process Problem Solving One of te primary tasks for engineers is often solving problems. It is wat tey are, or sould be, good at. Solving engineering problems requires more tan just learning new terms, ideas and

More information

APPROXIMATION OF CRYSTALLINE DENDRITE GROWTH IN TWO SPACE DIMENSIONS. Introduction

APPROXIMATION OF CRYSTALLINE DENDRITE GROWTH IN TWO SPACE DIMENSIONS. Introduction Acta Mat. Univ. Comenianae Vol. LXVII, 1(1998), pp. 57 68 57 APPROXIMATION OF CRYSTALLINE DENDRITE GROWTH IN TWO SPACE DIMENSIONS A. SCHMIDT Abstract. Te pase transition between solid and liquid in an

More information

On the drag-out problem in liquid film theory

On the drag-out problem in liquid film theory J. Fluid Mec. (28), vol. 617, pp. 28 299. c 28 Cambridge University Press doi:1.117/s22112841x Printed in te United Kingdom 28 On te drag-out problem in liquid film teory E. S. BENILOV AND V. S. ZUBKOV

More information

Arbitrary order exactly divergence-free central discontinuous Galerkin methods for ideal MHD equations

Arbitrary order exactly divergence-free central discontinuous Galerkin methods for ideal MHD equations Arbitrary order exactly divergence-free central discontinuous Galerkin metods for ideal MHD equations Fengyan Li, Liwei Xu Department of Matematical Sciences, Rensselaer Polytecnic Institute, Troy, NY

More information

A finite element approximation for the quasi-static Maxwell Landau Lifshitz Gilbert equations

A finite element approximation for the quasi-static Maxwell Landau Lifshitz Gilbert equations ANZIAM J. 54 (CTAC2012) pp.c681 C698, 2013 C681 A finite element approximation for te quasi-static Maxwell Landau Lifsitz Gilbert equations Kim-Ngan Le 1 T. Tran 2 (Received 31 October 2012; revised 29

More information

Quantization of electrical conductance

Quantization of electrical conductance 1 Introduction Quantization of electrical conductance Te resistance of a wire in te classical Drude model of metal conduction is given by RR = ρρρρ AA, were ρρ, AA and ll are te conductivity of te material,

More information

Stability properties of a family of chock capturing methods for hyperbolic conservation laws

Stability properties of a family of chock capturing methods for hyperbolic conservation laws Proceedings of te 3rd IASME/WSEAS Int. Conf. on FLUID DYNAMICS & AERODYNAMICS, Corfu, Greece, August 0-, 005 (pp48-5) Stability properties of a family of cock capturing metods for yperbolic conservation

More information

CS522 - Partial Di erential Equations

CS522 - Partial Di erential Equations CS5 - Partial Di erential Equations Tibor Jánosi April 5, 5 Numerical Di erentiation In principle, di erentiation is a simple operation. Indeed, given a function speci ed as a closed-form formula, its

More information

New Fourth Order Quartic Spline Method for Solving Second Order Boundary Value Problems

New Fourth Order Quartic Spline Method for Solving Second Order Boundary Value Problems MATEMATIKA, 2015, Volume 31, Number 2, 149 157 c UTM Centre for Industrial Applied Matematics New Fourt Order Quartic Spline Metod for Solving Second Order Boundary Value Problems 1 Osama Ala yed, 2 Te

More information

MANY scientific and engineering problems can be

MANY scientific and engineering problems can be A Domain Decomposition Metod using Elliptical Arc Artificial Boundary for Exterior Problems Yajun Cen, and Qikui Du Abstract In tis paper, a Diriclet-Neumann alternating metod using elliptical arc artificial

More information

Department of Mechanical Engineering, Azarbaijan Shahid Madani University, Tabriz, Iran b

Department of Mechanical Engineering, Azarbaijan Shahid Madani University, Tabriz, Iran b THERMAL SCIENCE, Year 2016, Vol. 20, No. 2, pp. 505-516 505 EXPERIMENTAL INVESTIGATION ON FLOW AND HEAT TRANSFER FOR COOLING FLUSH-MOUNTED RIBBONS IN A CHANNEL Application of an Electroydrodinamics Active

More information

Digital Filter Structures

Digital Filter Structures Digital Filter Structures Te convolution sum description of an LTI discrete-time system can, in principle, be used to implement te system For an IIR finite-dimensional system tis approac is not practical

More information

Heat Transfer/Heat Exchanger

Heat Transfer/Heat Exchanger Heat ransfer/heat Excanger How is te eat transfer? Mecanism of Convection Applications. Mean fluid Velocity and Boundary and teir effect on te rate of eat transfer. Fundamental equation of eat transfer

More information

Meshless analysis of three-dimensional steady-state heat conduction problems

Meshless analysis of three-dimensional steady-state heat conduction problems Cin. Pys. B ol. 19, No. 9 (010) 09001 Mesless analysis of tree-dimensional steady-state eat conduction problems Ceng Rong-Jun( 程荣军 ) a) and Ge Hong-Xia( 葛红霞 ) b) a) Ningbo Institute of ecnology, Zejiang

More information

Hall Effcts Eon Unsteady MHD Free Convection Flow Over A Stretching Sheet With Variable Viscosity And Viscous Dissipation

Hall Effcts Eon Unsteady MHD Free Convection Flow Over A Stretching Sheet With Variable Viscosity And Viscous Dissipation IOSR Journal of Matematics (IOSR-JM) e-issn: 78-578, p-issn: 39-765X. Volume, Issue 4 Ver. I (Jul - Aug. 5), PP 59-67 www.iosrjournals.org Hall Effcts Eon Unsteady MHD Free Convection Flow Over A Stretcing

More information

AN IMPROVED WEIGHTED TOTAL HARMONIC DISTORTION INDEX FOR INDUCTION MOTOR DRIVES

AN IMPROVED WEIGHTED TOTAL HARMONIC DISTORTION INDEX FOR INDUCTION MOTOR DRIVES AN IMPROVED WEIGHTED TOTA HARMONIC DISTORTION INDEX FOR INDUCTION MOTOR DRIVES Tomas A. IPO University of Wisconsin, 45 Engineering Drive, Madison WI, USA P: -(608)-6-087, Fax: -(608)-6-5559, lipo@engr.wisc.edu

More information

Department of Mathematical Sciences University of South Carolina Aiken Aiken, SC 29801

Department of Mathematical Sciences University of South Carolina Aiken Aiken, SC 29801 RESEARCH SUMMARY AND PERSPECTIVES KOFFI B. FADIMBA Department of Matematical Sciences University of Sout Carolina Aiken Aiken, SC 29801 Email: KoffiF@usca.edu 1. Introduction My researc program as focused

More information

Distribution of reynolds shear stress in steady and unsteady flows

Distribution of reynolds shear stress in steady and unsteady flows University of Wollongong Researc Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 13 Distribution of reynolds sear stress in steady

More information

A compact upwind second order scheme for the Eikonal equation

A compact upwind second order scheme for the Eikonal equation A compact upwind second order sceme for te Eikonal equation J.-D. Benamou INRIA, INRIA B.P. 05, 7853 Le Cesnay Cedex, France. jean-david.benamou@inria.fr Songting Luo Department of Matematics, Micigan

More information

A h u h = f h. 4.1 The CoarseGrid SystemandtheResidual Equation

A h u h = f h. 4.1 The CoarseGrid SystemandtheResidual Equation Capter Grid Transfer Remark. Contents of tis capter. Consider a grid wit grid size and te corresponding linear system of equations A u = f. Te summary given in Section 3. leads to te idea tat tere migt

More information

A Numerical Scheme for Particle-Laden Thin Film Flow in Two Dimensions

A Numerical Scheme for Particle-Laden Thin Film Flow in Two Dimensions A Numerical Sceme for Particle-Laden Tin Film Flow in Two Dimensions Mattew R. Mata a,, Andrea L. Bertozzi a a Department of Matematics, University of California Los Angeles, 520 Portola Plaza, Los Angeles,

More information

A MONTE CARLO ANALYSIS OF THE EFFECTS OF COVARIANCE ON PROPAGATED UNCERTAINTIES

A MONTE CARLO ANALYSIS OF THE EFFECTS OF COVARIANCE ON PROPAGATED UNCERTAINTIES A MONTE CARLO ANALYSIS OF THE EFFECTS OF COVARIANCE ON PROPAGATED UNCERTAINTIES Ronald Ainswort Hart Scientific, American Fork UT, USA ABSTRACT Reports of calibration typically provide total combined uncertainties

More information

A compact upwind second order scheme for the Eikonal equation

A compact upwind second order scheme for the Eikonal equation A compact upwind second order sceme for te Eikonal equation Jean-David Benamou Songting Luo Hongkai Zao Abstract We present a compact upwind second order sceme for computing te viscosity solution of te

More information

Explicit Hyperbolic Reconstructed Discontinuous Galerkin Methods for Time-Dependent Problems

Explicit Hyperbolic Reconstructed Discontinuous Galerkin Methods for Time-Dependent Problems AIAA AVIATION Forum June 25-29 218 Atlanta Georgia 218 Fluid Dynamics Conference 1.2514/6.218-427 Explicit Hyperbolic Reconstructed Discontinuous Galerkin Metods for Time-Dependent Problems Jialin Lou

More information

1 Power is transferred through a machine as shown. power input P I machine. power output P O. power loss P L. What is the efficiency of the machine?

1 Power is transferred through a machine as shown. power input P I machine. power output P O. power loss P L. What is the efficiency of the machine? 1 1 Power is transferred troug a macine as sown. power input P I macine power output P O power loss P L Wat is te efficiency of te macine? P I P L P P P O + P L I O P L P O P I 2 ir in a bicycle pump is

More information

Theoretical Analysis of Flow Characteristics and Bearing Load for Mass-produced External Gear Pump

Theoretical Analysis of Flow Characteristics and Bearing Load for Mass-produced External Gear Pump TECHNICAL PAPE Teoretical Analysis of Flow Caracteristics and Bearing Load for Mass-produced External Gear Pump N. YOSHIDA Tis paper presents teoretical equations for calculating pump flow rate and bearing

More information

Comparison of multimesh hp-fem to interpolation and projection methods for spatial coupling of reactor thermal and neutron diffusion calculations

Comparison of multimesh hp-fem to interpolation and projection methods for spatial coupling of reactor thermal and neutron diffusion calculations Comparison of multimes p-fem to interpolation and projection metods for spatial coupling of reactor termal and neutron diffusion calculations Lenka Dubcova a, Pavel Solin a,b,, Glen Hansen c, HyeongKae

More information

GRID CONVERGENCE ERROR ANALYSIS FOR MIXED-ORDER NUMERICAL SCHEMES

GRID CONVERGENCE ERROR ANALYSIS FOR MIXED-ORDER NUMERICAL SCHEMES GRID CONVERGENCE ERROR ANALYSIS FOR MIXED-ORDER NUMERICAL SCHEMES Cristoper J. Roy Sandia National Laboratories* P. O. Box 5800, MS 085 Albuquerque, NM 8785-085 AIAA Paper 00-606 Abstract New developments

More information

COMPARISON OF FUZZY LOGIC CONTROLLERS FOR A MULTIVARIABLE PROCESS

COMPARISON OF FUZZY LOGIC CONTROLLERS FOR A MULTIVARIABLE PROCESS COMPARISON OF FUZZY LOGIC CONTROLLERS FOR A MULTIVARIABLE PROCESS KARTHICK S, LAKSHMI P, DEEPA T 3 PG Student, DEEE, College of Engineering, Guindy, Anna University, Cennai Associate Professor, DEEE, College

More information

Robotic manipulation project

Robotic manipulation project Robotic manipulation project Bin Nguyen December 5, 2006 Abstract Tis is te draft report for Robotic Manipulation s class project. Te cosen project aims to understand and implement Kevin Egan s non-convex

More information

Evaluation and Accurate Estimation from Petrophysical Parameters of a Reservoir

Evaluation and Accurate Estimation from Petrophysical Parameters of a Reservoir American Journal of Environmental Engineering and Science 2016; 3(2): 68-74 ttp://www.aascit.org/journal/ajees ISSN: 2381-1153 (Print); ISSN: 2381-1161 (Online) Evaluation and Accurate Estimation from

More information

2.11 That s So Derivative

2.11 That s So Derivative 2.11 Tat s So Derivative Introduction to Differential Calculus Just as one defines instantaneous velocity in terms of average velocity, we now define te instantaneous rate of cange of a function at a point

More information

Consider a function f we ll specify which assumptions we need to make about it in a minute. Let us reformulate the integral. 1 f(x) dx.

Consider a function f we ll specify which assumptions we need to make about it in a minute. Let us reformulate the integral. 1 f(x) dx. Capter 2 Integrals as sums and derivatives as differences We now switc to te simplest metods for integrating or differentiating a function from its function samples. A careful study of Taylor expansions

More information

LEAST-SQUARES FINITE ELEMENT APPROXIMATIONS TO SOLUTIONS OF INTERFACE PROBLEMS

LEAST-SQUARES FINITE ELEMENT APPROXIMATIONS TO SOLUTIONS OF INTERFACE PROBLEMS SIAM J. NUMER. ANAL. c 998 Society for Industrial Applied Matematics Vol. 35, No., pp. 393 405, February 998 00 LEAST-SQUARES FINITE ELEMENT APPROXIMATIONS TO SOLUTIONS OF INTERFACE PROBLEMS YANZHAO CAO

More information

A posteriori error analysis of multiscale operator decomposition methods for multiphysics models

A posteriori error analysis of multiscale operator decomposition methods for multiphysics models A posteriori error analysis of multiscale operator decomposition metods for multipysics models D. Estep, V. Carey 2, V. Ginting 3, S. Tavener 2, T. Wildey 4 5 Department of Matematics and Department of

More information

Static Response Analysis of a FGM Timoshenko s Beam Subjected to Uniformly Distributed Loading Condition

Static Response Analysis of a FGM Timoshenko s Beam Subjected to Uniformly Distributed Loading Condition Static Response Analysis of a FGM Timoseno s Beam Subjected to Uniformly Distributed Loading Condition 8 Aas Roy Department of Mecanical Engineering National Institute of Tecnology Durgapur Durgapur, Maatma

More information

Lesson 6: The Derivative

Lesson 6: The Derivative Lesson 6: Te Derivative Def. A difference quotient for a function as te form f(x + ) f(x) (x + ) x f(x + x) f(x) (x + x) x f(a + ) f(a) (a + ) a Notice tat a difference quotient always as te form of cange

More information

Order of Accuracy. ũ h u Ch p, (1)

Order of Accuracy. ũ h u Ch p, (1) Order of Accuracy 1 Terminology We consider a numerical approximation of an exact value u. Te approximation depends on a small parameter, wic can be for instance te grid size or time step in a numerical

More information

Notes on wavefunctions II: momentum wavefunctions

Notes on wavefunctions II: momentum wavefunctions Notes on wavefunctions II: momentum wavefunctions and uncertainty Te state of a particle at any time is described by a wavefunction ψ(x). Tese wavefunction must cange wit time, since we know tat particles

More information

Nonconforming Immersed Finite Element Methods for Interface Problems

Nonconforming Immersed Finite Element Methods for Interface Problems Nonconforming Immersed Finite Element Metods for Interface Problems Xu Zang Dissertation submitted to te Faculty of te Virginia Polytecnic Institute and State University in partial fulfillment of te requirements

More information

Some Review Problems for First Midterm Mathematics 1300, Calculus 1

Some Review Problems for First Midterm Mathematics 1300, Calculus 1 Some Review Problems for First Midterm Matematics 00, Calculus. Consider te trigonometric function f(t) wose grap is sown below. Write down a possible formula for f(t). Tis function appears to be an odd,

More information

Reynolds number effects in stratified turbulent wakes

Reynolds number effects in stratified turbulent wakes Abstract Reynolds number effects in stratified turbulent wakes Qi Zou 1 and Peter Diamessis 2 1 Department of Applied Matematics and Teoretical Pysics, University of Cambridge 2 Scool of Civil and Environmental

More information

Efficient algorithms for for clone items detection

Efficient algorithms for for clone items detection Efficient algoritms for for clone items detection Raoul Medina, Caroline Noyer, and Olivier Raynaud Raoul Medina, Caroline Noyer and Olivier Raynaud LIMOS - Université Blaise Pascal, Campus universitaire

More information

arxiv: v1 [math.na] 25 Jul 2014

arxiv: v1 [math.na] 25 Jul 2014 A second order in time, uniquely solvable, unconditionally stable numerical sceme for Can-Hilliard-Navier-Stokes equation Daozi Han, Xiaoming Wang November 5, 016 arxiv:1407.7048v1 [mat.na] 5 Jul 014 Abstract

More information

lim 1 lim 4 Precalculus Notes: Unit 10 Concepts of Calculus

lim 1 lim 4 Precalculus Notes: Unit 10 Concepts of Calculus Syllabus Objectives: 1.1 Te student will understand and apply te concept of te limit of a function at given values of te domain. 1. Te student will find te limit of a function at given values of te domain.

More information